Is it possible to close flash projector using fscommand, I’m making a CD-ROM so autorun call flash.exe and when movie finishes another aplication is called but projector remains on screen.
Here’s sintax involved
[font=Courier New][color=green]fscommand (“exec”, “index.exe”); <-- app launch
fscommand (“quit”); <-- expects to close projector[/color][/font]
any clues?