Question

I have a problem in playing and stoping the loaded swf file with "MovieClipSWFLoader”. MovieClipSWFLoader.load() seems to work correctly, but play() and stop() does not work.

I use ...

  • Action Script 3.0
  • Flex SDK 4.6.0
  • Adobe AIR 13.0.0.83

My source codes are as follow:

https://gist.github.com/mitsuse/693aefa9ae9f83f66704

Can anyone help me? Thanks in advance :-)

Was it helpful?

Solution

Try getting the movieClip property of the MovieClipSWFLoader. This way you will know if the actual content is a MovieClip which can be played.

And if so, try manipulating the MovieClip directly, just to be sure you what you're doing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top