0
votes

I have a flash movie clip and need to load an external image inside the clip that reference to an external URL.. like www.myimage.com/image.jpg i did something with XML but the image persist on every clip because it loads from actionscript using the x and y cords.

Help needed!

Thanks!

1

1 Answers

0
votes
movieclipname.loadMovie("www.myimage.com/image.jpg");

I hope this will solve your problem