I’m loading an EXE using the code:
fscommand("exec", myList[myValue].launch);
…where myList[myValue].launch contains the location of the file. This part works fine, however when the EXE loads, the FLVs which are part of it’s presentation do not. I have all the files where the need to be (in the fscommand folder) and have run the EXE manually from that folder and the FLVs display without a problem, yet they do not when called by fscommand.
As a side note, the EXE being launched is a separate presentation so simply displaying the FLVs through other means is not an option I have available to me.
Thanks for any help I can get with this.