Hi all…mi doin some stuff n would like to launch director after a flash(startup, intro)…or rather after the director exe is loaded finish…can it be done?
director can import flash movies and play them within director. Is it not an option to play your intro that way?
to launch an exe, use fscommand. In MX you’re required to have exes used by fscommand in a fscommand folder within your flash movies directory
fscommand(“exec”,“app.exe”)
Hm…but can it actually detect the exe has alreadi loaded finished???
Thks!