Question
Opening Another Flash File during Run Time
I know, this is too easy. How do I open a Flash.exe file
during run time? I know the code below is wrong but some insert the
correction?
open_btn.onRelease = function () {
play("C:\Documents and Settings\GameOfficeFlow.exe");}
Forever in your debt,
Mike
open_btn.onRelease = function () {
play("C:\Documents and Settings\GameOfficeFlow.exe");}
Forever in your debt,
Mike