Flash 8 Question
Flash 8 Question
- Started
- Last post
- 3 Responses
- aframe
I'm making an interactive CD in Flash, and I can't find out how to have the viewer open or be able to download a pdf file from the CD and not have to direct the script to the web for download. Anyone familiar with this? I would be most appreciative.
- blaw0
getURL("pdf/mypdf.pdf", blank);
?
the bigger problem is going to be the newest flash player's security settings. the default settings will not let you open a local file without a warning.
- Mimio0
That...or you can buy a custom fs command editor like MDM studio or Flash Jester.
- aframe0
I've read about making a batch file (.bat) with text that commands an autorun of the pdf file. But so far, no luck has come with that.