Help! I'd really love for this to work ...
... but I can't seem to make it work. I'm burning a CD from Mac OSX, in the root of the CD there are my projector files and a folder called "fscommand" that contains my PDFs, and an AppleScript application and the renamed proxy.exe and .bat files for each PDF. When I run the exe's or the AppleScripts directly, they work. When I try to run them from my projectors, nothing happens.
The names of the PFDs are "FG-BTH-97.pdf" and "FG-BTH-98.pdf"
My .fla only has 1 frame on the main timeline. This frame has a actions layer in which I've put fscommands for fullscreen:false, etc.; as well as Northcode's SmartExec function. Oh, and a stop(); on the first frame
I'm using two instances of the same button symbol, attaching ActionScript to each instance to call the SmartExec function, passing in the name of the PDF as the variable called "target". This didn't work, so I added _root. before the function call ... this didn't work ... so I tried attaching the fscommands (exec) to each button instance directly, not calling the function ... this didn't work!
Any pointers? Not sure that I'm doing things correctly in Flash. Or is my CD burned in a format that doesn't support the fucntionality of the folder called "fscommand"?
Thanks, Ted