Skip to main content
Participant
August 22, 2006
質問

please help (playing exturnal swfs)

  • August 22, 2006
  • 返信数 1.
  • 148 ビュー
hello community,

this is what i am trying to achieve. when a user clicks on a button, it will play an animation or display a picture in its own window. to my understanding, this can be done using the getUrl function. but when i attempted this, the movie loads and plays on the flash document itself. what am i doing wrong? please help.
このトピックへの返信は締め切られました。

返信数 1

Inspiring
August 22, 2006
You need to first creat an emty MC and choose an instence name for it and then load your external file into it.

loadMovie("external.swf", _root.YourInstanceName);