A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: print button

  1. #1
    Member
    Join Date
    Jul 2003
    Location
    Holland
    Posts
    49

    print button

    I wondered if its possible to make a button, that prints a .jpg from the server. If it is possible that what script should be added to the button?

    Thanx

  2. #2
    Flashkit Jedi

    Join Date
    Jul 2001
    Location
    Coruscant System
    Posts
    3,426
    I'm not 100% sure if there is a print command in php, asp or cgi that you could use, but I know that it aint possible in flash actionscript.

    Printing is very limited in flash.

    XFM

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,145
    you can load the jpg and then print it

  4. #4
    FK's Giant Steve_w_V's Avatar
    Join Date
    Mar 2003
    Location
    San Jose, California
    Posts
    2,113
    Using -
    code:
    printAsBitmap(target, boundingBox);


    Target: Path to the movieclip
    boundingBox: "bframe", "bmax", "bmovie"
    The other day, I bought a box of animal crackers. On the side, it said "Do Not Eat if Seal is Broken". I opened the box and sure enough...

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center