| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Feb 2002
Location: Fargo, ND
Posts: 2
|
I'm using an applescript to open a PDF file. It works great when I call it like this from the code in flash:
on (release) { fscommand ("exec", "nameOfyourAppleScript"); } Do the AppleScript and files have to be in the same folder as the projector? I want to have them in folders for better organization and a cleaner look on the final project for the client. ![]() |
|
|
|
|
|
#2 |
|
done
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
|
in pc do
on (release) { fscommand ("exec", "myfoldername/nameOfyourAppleScript"); } don't know how you path in apple, but should work... of course, if you upgrade to the newest flash 5 player this won't work at all cause macromedia has disabled the "exec" command from the player(at least for windows, need to test for apple... anyone know?).
__________________
tg --- what the hell was i thinking? |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Feb 2002
Location: Fargo, ND
Posts: 2
|
Are you saying that the exec command no longer works? in Flash 5's newest player. Keep in mind that I am creating an .exe file and a mac projector so it is actually an application rather than a .swf file. I should be ok to use the exec fscommand then, right? My whole project is based on this flash.exe file opening up 52 different manuals that are PDF's. Please advise.
|
|
|
|
|
|
#4 |
|
done
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
|
check at mm site, i don't know status for mac player, but for windows player, my understanding is that macromedia has disabled the "exec" command for fscommand for projector files (".exe"), because of the new flash virus. i will look around and see if i can find the documentation on this and will post a link here.
__________________
tg --- what the hell was i thinking? |
|
|
|
|
|
#5 |
|
done
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
|
looks like this is for the windows stand-alone player here is the doc.
http://www.macromedia.com/support/fl...one_update.htm
__________________
tg --- what the hell was i thinking? |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Download a file (PDF) from flash 5 | igorsden | Other Flash General Questions | 6 | 12-07-2008 05:04 AM |
| Link to another swf file... | noshum | Simple Stuff (Newbies) | 0 | 09-23-2004 11:22 AM |
| Can I Link to a pdf file from a standalone projector? | bmarkle21 | ActionScript 1.0 (and below) | 8 | 08-20-2001 07:49 PM |
| Launch pdf file on Mac CD | Dominique | ActionScript 1.0 (and below) | 4 | 07-03-2001 02:29 AM |
| Is it possible to make a link in my text file to a scene? | Theta Pro | ActionScript 1.0 (and below) | 11 | 06-02-2001 04:56 AM |