Not sure y. getURL didnt work that's y i changed to fscommand. my browser doesnt open
Main Topics
Browse All TopicsI am working on this cdrom
My flash movie will be a exe file. In which there will be a menu with buttons that links to various pdfs
so to link to my pdfs, i am using this actionscript on my buttons
on (press)
{
fscommand("exec", "Downloads/Activity1.pdf")
}
where my pdfs are stored in a folder call Downloads etc
However, it doesnt seems to work. am i doing someting not right?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I used this method on a cd I'm developing. All your PDF files need to be in a folder called fscommand. Then you need this on a button:
on (release) {
fscommand("exec", "yourFileName.exe");
}
This will work on other files as well, video, etc.
There's a snazzy little tutorial on all this at http://flashgeek.com/tutor
Best,
MH
Business Accounts
Answer for Membership
by: ssdesignPosted on 2005-08-11 at 04:03:55ID: 14650296
on (press) 1.pdf");
{
getURL("Downloads/Activity
}