Hello :)
Can you create a little script to show your loader in action ?

You target the loader or this content reference ?

var loader:Loader = new Loader() ;
loader.load("mySWF.swf") ;

... when your swf is loading you can target the loader.content reference and
not the loader container.

EKA+ :)

2008/11/14 Karim Beyrouti <[EMAIL PROTECTED]>

> Hi !
>
> Another simple AS3 question - well at least I hope so.
>
> I am trying to set the volume of a sound that has been embedded in the
> 'root' timeline of a loaded movieclip (as3). So I tried:
>
> Themc.soundTransform.volume = 0;
>
>
> But nothing happened - no mute or anything.... in AS2 we used to be able to
> do:
>
> s:Sound = new Sound( themc ).
> s.volume = 0;
>
> but this does not work in AS3...
>
> It's probably something simple but I am really scratching my head with this
> one. Also, it's a little odd, but there is no chapter on "Sound" in Colin
> Mook's Essential ActionScript 3.0 book...
>
> Thanks
>
>
> Karim
>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to