Skip to main content
Known Participant
June 7, 2011
Answered

Does loadMovie work on IOS?

  • June 7, 2011
  • 1 reply
  • 936 views

Can I load an external SWF using loadMovie on IOS?

This topic has been closed for replies.
Correct answer relaxatraja

IOS only supports AS3 scripting language and you can load any number of swf using the loader.

1 reply

relaxatraja
relaxatrajaCorrect answer
Inspiring
June 8, 2011

IOS only supports AS3 scripting language and you can load any number of swf using the loader.

Known Participant
June 8, 2011

Thanks. This will help. I didn't know if there was a limitation to loading a swf file using AS3 on IOS.

Basically I can just call this:

this.loadMovie("myswf.swf");
relaxatraja
Inspiring
June 9, 2011

"AS3 Loader tutorials" - google it.