Answered
Opening A Second Flash File During Run Time
Does anyone know how to open a second flash file during run time from a click event?
openFile_btn.onRelease = function () {_____ ;}
Thanks,
Mike
Does anyone know how to open a second flash file during run time from a click event?
openFile_btn.onRelease = function () {_____ ;}
Thanks,
Mike
use loadMovie() if you want to load the swf into the current swf and use getURL() if you want to replace the current swf with another or you want to open the swf in a new browser window.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.