PDA

View Full Version : open documents from a local presentation


zerphania
04-04-2005, 04:31 PM
Hi my first post so please be gentle :)

I have read and tried Jesse Stratford's tut on this but I can 't get it to work in Flash Player 7. So anyone have any ideas/pointers?

Any help greatfully recieved.

dipkya
04-05-2005, 08:32 AM
Try using this to open a document.
getURL("myDocument.doc")

zerphania
04-05-2005, 09:14 AM
Try using this to open a document.
getURL("myDocument.doc") Hi thanks but I have tried this and it doesn't want to open anything :(

Thinking about it I am going to try using a batch file and use the fscommand to execute it, should work along the lines of:

on (release) {
fscommand ("exec", "launcher.bat");
}

where the bat file is:

START MyFile.pdf

I don't see why it wouldn't work, or am I missing something here?

dipkya
04-05-2005, 11:41 AM
You need to put your bat file and pdf file in fscommand folder. Then this will work.

zerphania
04-05-2005, 12:44 PM
Yes worked a treat