this.createEmptyMovieClip("container_mc", 10);
container_mc.loadMovie("penguin.bmp");
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, May 22, 2006 12:33 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] problems loading an image into a movieclip

Hi,
i have a movie with a button and a movieclip.
I want that when i click the button an external image is visualized into
the movieclip.

I called the movieclip instance ic and in add this code to the button :

on(click)
{
   loadMovie("penguin.bmp",ic);
}

the problem is that the movieClip became white but the image is not
visualized...
Ehat's wrong?
Thanks,Riccardo
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training http://www.figleaf.com
http://training.figleaf.com


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to