Skip to main content
Known Participant
November 14, 2008
Question

Opening Another Flash File during Run Time

  • November 14, 2008
  • 1 reply
  • 313 views
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
This topic has been closed for replies.

1 reply

Ned Murphy
Legend
November 14, 2008
play() is a timeline command.

I don't think you can have Flash load/play an exe file, but wait awhile and see if someone else knows better on that one. You can have it load/play an swf version of a Flash file though.