Hi,
I read your thread with great interest and it sounds exactly like what I'm
looking for. The only downside is I can't seem to get it to work. I have
detailed below what I need to happen and what I think I need to do to make it
happen.
What I need to happen:
Open a .pdf or a .ppt in Adobe Reader or Powerpoint (for respective file
extensions) by clicking on a button contained on a .swf movie. The scenario is
that the .swf file is located in C:\My Folder\flash.swf and the .pdf or .ppt
are in the same folder.
What I need to do to make it happen:
Create a folder in the following location C:\My Folder\fscommand
Create a .bat file (called pdflauncher.bat) and save it in C:\My
Folder\fscommand - the .bat file has the code start \myfile.pdf
Create a button on the .swf file with the actionscrip as below:
on (release) {
fscommand("exec", "pdflauncher.bat");
}
This is what I've done based on reading through your previous thread but it
doesn't work.
Any help would be greatly appreciated.
Colin
>> Stay informed about: Opening .ppt or .pdf files from flash site