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 :-)

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top