Hello,
I need to open a ppsx file from within flash projector. I made a Batch file to open the document and worked perfectly, however, when ran within flash (AS3)'s fscommand("exec");, it throws an error.
It happens to fast so I can't read it perfectly, but it says something along the lines of it not being able to load the direction because its not UNC, and therefore redirects me to windows root files inside batch.
I know this is more of a general programming question than a flash itself...
Still, I've seen many people open diverse file types from flash itself using fscommand and batfiles, everything is inside a fscommand folder in the same directory as the projector file itself
Any ideas?
Thanks!