Is it possible to load an .exe flash file (I think it is a projector file) from a page and then close the .exe file and move to the next page?
I have used the following commands:
File.Open (open, "%SrcDir%\Resources\Flash\VirtualClassroom.exe ")
Application.Exit
Page.Jump ("%PageNext%")
Unfortunately the flash file that is a product trailer ( I can not alter it), loops at the end of the last scene and the application exit command doesn't work.
Does anyone have any suggestions?
Due to the nature of the .exe file I am unable to stop it from looping and move to the next page.
Thanks in advance,
Stuart Cargin
I have used the following commands:
File.Open (open, "%SrcDir%\Resources\Flash\VirtualClassroom.exe ")
Application.Exit
Page.Jump ("%PageNext%")
Unfortunately the flash file that is a product trailer ( I can not alter it), loops at the end of the last scene and the application exit command doesn't work.
Does anyone have any suggestions?
Due to the nature of the .exe file I am unable to stop it from looping and move to the next page.
Thanks in advance,
Stuart Cargin
Comment