Skip to main content
Known Participant
September 4, 2009
Answered

Opening A Second Flash File During Run Time

  • September 4, 2009
  • 2 replies
  • 528 views

Does anyone know how to open a second flash file during run time from a click event?

openFile_btn.onRelease = function () {_____ ;}

Thanks,

Mike

This topic has been closed for replies.
Correct answer kglad

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.

2 replies

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
September 4, 2009

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.

Ned Murphy
Legend
September 4, 2009

It depends what you intentions are for opening the second movie.  What do you intend to do with it, how will it be displayed?