Hi I have this flag effect (thank you guys Ilyas Premier and Claudio) but I need to load a movie clip (jpg file via http link) so here is the swf file and the lines that I’m trying to do are this ones:
loadMovie(“http://www.macromedia.com/images/shared/product_boxes/80x92/box_contribute_80x92.jpg”, Pelicula1);
/*** Linkage name of the clip ***/
clip= attachMovie(Pelicula1, Pelicula1);
Can you help me please