PDA

View Full Version : AS2 Movie into AS3



this.me
October 16th, 2008, 07:29 AM
Hi there,

Is there anyone that haves more experience with as2 loading into as3 files?

I got a as2 swf with sound. When i load it into as3 the sound is gone.
Is this normal?

Does anyone have experience with it?

thanx!:kir:

Garfty
October 16th, 2008, 12:42 PM
Hey man any chance we could see how your loading it in??

Could it be something with AVM??

this.me
October 16th, 2008, 12:46 PM
No just with the standard Loading class
just Like any othger displayObject i put it on the stage as
myContainerClip.addChild(myLoader.content);

GfO
October 30th, 2008, 06:31 AM
Hi,
did you find a solution to your problem?

I have a similar one;
I've got a as3 site where I load an external as2 video player into. The first video plays fine and with sound, but when I click another menu item it loses the sound.

This is only happening when i publish the site online, it plays fine when I play it locally on my computer.

Anyone know what's going on?

this.me
October 30th, 2008, 07:49 AM
if it's online it is probably because of safety stuff..

with local you mean within the flash ide??

try with the stand alone flashplayr local.
if it's the same problem as online it's because of safety stuff within the flashplayer

in version 9 they changed the safety rules on every update..
otherwise try to use only as2 or as3 if possible..

it's riskfull to use both is my oppinion!

:sonic:

GfO
October 30th, 2008, 08:28 AM
With local I mean either as a published file in Flash, in the standalone flash player and in Firefox.

Sadly, I'm not able to change it all to as2 or as3, since the site is already finished and the flash player is made by someone else.

Still find it strange that it works so differently off and on line.