I have a bunch of AS3 swfs. They are imported into an AS3 application using a Loader. On 10 or so different computers these AS3 swfs are imported as MovieClips and I can control them as necessary. However, on one computer no matter what I try (casting loader.content as MovieClip, remaking the AS3 swfs from scratch) they are always imported as AVM1Movies.

All computers including the one that doesn't work are running Flash Player 10.

Is there something I'm missing or haven't tried?

link|improve this question
Did you clear the cache on the problematic computer? – Amarghosh Jul 7 '10 at 10:43
There is no cache, it isn't running in browser. – Victoria Jul 7 '10 at 10:59
If the swf is loaded from a remote location, try adding ?random=SomeRandomStuff to the swf url. – Amarghosh Jul 7 '10 at 11:02
it's not, they're loaded locally. Thanks though – Victoria Jul 7 '10 at 11:06
feedback

2 Answers

Unistall Flash - reinstall Flash.

This does not sound like a flash bug but a computer bug. I think having 9 computers work and 1 computer not work (obviously this computer is the managers) means it should not be your code.

link|improve this answer
feedback

There is no way for an AS3 SWF to be loaded as an AVM1Movie. It's not possible. Check the SWF being loaded on that system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.