How to print a jpeg in flash

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default How to print a jpeg in flash

    Hello,

    This is my first time posting here so I guess a proper hello is in order
    "Hello"

    I am building a web page at work and I have decided to go all out and use
    Flash. I have the site built and everything is working great, except for one
    feature. I have never tried to do this before so please bare with me.

    Is it possible for an outside user coming into my page to have the ability to
    print upa document and/or a jpeg? I know that I can link to a HTML page but my
    goal here is to make it as fast as possible, because many of my users are
    connecting wirless about the same speed as dialup. Is there some actionscript
    out there that can do this for me. If so can someone please point me into the
    right direction. I do not even know what this function is called if there is
    such a thing.

    T-MoFlash Guest

  2. Similar Questions and Discussions

    1. generating JPEG of Print Screen instead of printing
      Hi All, I got a requirement of generating a JPEG file after taking a print screen by clicking on a button the page. So may I know from anyone how...
    2. Can I use jpeg files in a print-pdf?
      We receive images from several vendors in order to build our catalogs in Adobe InDesign CS2, and then we export print pdfs from InDesign. We want to...
    3. Flash JPEG Processing
      I'm looking for Flash animations that will do any processing on JPEG files it calls. For example, zoom in, zoom out, pan, special effects, fun house...
    4. Any way to get dimensions of JPEG in Flash?
      I'm using loadMovie() to load a series of images (JPEG) into Flash. I'd like to get the height and width of the JPEG after the load to scale it...
    5. Trying to put flash button on jpeg pic!!!!!!!????????
      "Footrotty" webforumsuser@macromedia.com wrote: You might have issues with this in older browsers, but put the jpg as background image in a...
  3. #2

    Default Re: How to print a jpeg in flash

    Certainly, use print() or printAsBitmap(), whichever looks better. These
    functions are a bit funky so follow the instructions closely and feel free to
    experiment. When the user clicks your Print button it will bring up the usual
    system dialog to select printer, set portrait vs landscape etc.

    Here is an example, Print button is to lower right
    [url]http://www.arete-designs.com/squareback/splash[/url]

    Pete Hughes Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139