Hi guys kind of really need help fast.
I have read in this forum how you are able to open an external file using the bat files to launch a pdf file.
Ok what i did wat i created a bat file called launcher.bat which contains
START mydoc.pdf
and in my flash file
on (release) {
fscommand(“exec”, “launcher.bat”);
}
the problem im having is the flash does not even called the launcher.bat file but on its own, the launcher.bat file works a ok. Im currently using the Windows XP platform.
Your help will be much appreciated