Hi,
im missing the creating of the listener?
JC

On Mon, Jul 14, 2008 at 9:14 PM, Lehr, Theodore M (N-SGIS) <
[EMAIL PROTECTED]> wrote:

> Trying again....
>
>
>
> I have:
>
>
>
> this.createEmptyMovieClip("img_mc",999);
>
> var my_mcl:MovieClipLoader = new MovieClipLoader();
>
> mclListener.onLoadComplete = function(target_mc:MovieClip):Void {
>
>   trace("onLoadComplete: "+target_mc);
>
> };
>
> my_mcl.addListener(mclListener);
>
> my_mcl.loadClip(http://www.helpexamples.com/flash/images/image1.jpg,
> img_mc);
>
>
>
>
>
> I am not getting the trace - does this code look right?
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to