Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Desktop, Mobile and non-browser Environments > Projectors and CDs

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-06-2002, 12:23 AM   #1
jaydogaspires
Registered User
 
Join Date: Feb 2002
Location: Fargo, ND
Posts: 2
Default Link to PDF file using fscommand exec on Mac?

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.

jaydogaspires is offline   Reply With Quote
Old 02-06-2002, 04:58 PM   #2
tg
done
 
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
Default

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?
tg is offline   Reply With Quote
Old 02-06-2002, 05:06 PM   #3
jaydogaspires
Registered User
 
Join Date: Feb 2002
Location: Fargo, ND
Posts: 2
Unhappy I'm a little worried now?!

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.
jaydogaspires is offline   Reply With Quote
Old 02-06-2002, 05:37 PM   #4
tg
done
 
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
Default

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?
tg is offline   Reply With Quote
Old 02-06-2002, 05:41 PM   #5
tg
done
 
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
Default

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?
tg is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 06:53 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.