| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Location: UK
Posts: 2
|
Is it possible to set up a button within a movie that will send a text document to the viewers printer when it is clicked?
How can I code such a button? Many thanks. |
|
|
|
|
|
#2 |
|
Registered User
|
Use GetURL action:
on (release) { getURL ("javascript:window.print()"); } Please not post the same question in different sections. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
|
or just out thius in the button:::
on (release) { if ($version !="") { print ("text","bframe"); } } text is the name of you file ok.... version is to make sure the person as an up todate player that can print........... bframe prints what ever is on that frame and that frame only.....the frame is used for the bounding box.... bmovie can be used to print on the main time line where the movie size is used as the bounding box, bmax uses all frames in the main timeline and uses the max bounding box. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| load movie in new window | nathang | ActionScript 1.0 (and below) | 1 | 09-24-2003 01:47 PM |
| load movie and "the" buttons | srlem | ActionScript 1.0 (and below) | 2 | 11-28-2002 05:08 PM |
| Loading Jpegs from ouside flash | Binbag | Simple Stuff (Newbies) | 4 | 05-29-2002 03:24 PM |
| Php, Javascript, and Flash 5 browser detect and more! | Redline01 | Server-Side Scripting | 2 | 08-11-2001 02:09 AM |
| Print just one frame in all printable movie | vantran | ActionScript 1.0 (and below) | 1 | 12-21-2000 07:20 AM |