| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
Hello again,
Im doing a short animation intro for a mulimedia CD using Flash...so far so good. I have all the pc files working well, however to get the macintosh files running, I'm busy trying to get a button to open a .pdf file. So far I have this info from Zoomfreddy: ____________________________________________ copy and paste in to the Applescript editor tell application "Finder" activate select file "yourfile.pdf" of disk "YourDisk" open selection end tell (just change the name of file and disk and leave the " ") and save as:"your prefered name" for it to work you need to make a disk image, name it and drop your files inside. the code in flash: on (release) { fscommand ("exec", "nameOfyourAppleScript"); } _______________________________________ The thing I'm still battling with is where I need to make a disk image....not sure about that?..Its stumped me Any help would be appreciated Cheers - Frank |
|
|
|
|
|
#2 |
|
Registered User
|
Got everything working....
Got the Disk Image thing happening... and the AppleScript works like a charm.... thanks Zoomfreddy...as I said you're amongst the urban legends Frank |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2006
Posts: 6
|
looks like im haveing the same problem as you how did you create the disk image?
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Making a test .wav recording for Flash 5.0 | scorpio52 | Other Flash General Questions | 2 | 01-03-2004 04:22 PM |
| Making an image wave? | BadBadNeil | ActionScript 1.0 (and below) | 13 | 09-26-2003 04:38 AM |
| Making A Web Cam Image Cycle | tahmed | ActionScript 1.0 (and below) | 0 | 04-21-2003 11:53 PM |
| making custom icon for projector | confused | ActionScript 1.0 (and below) | 3 | 02-21-2003 09:41 PM |
| FlashMX + applescript Help needed | Mannkind | ActionScript 1.0 (and below) | 3 | 05-04-2002 02:56 AM |