views:

330

answers:

2

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!

A: 

Hi, your question is unclear, can you explain what you are asking? Are you able to load the image? From your question it looks like there can be many problems.

Also, please provide your code.

joseeight
A: 

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

I hope this will solve your problem

thanks,

K Swamy Vishnubhatla

K Swamy Vishnubhatla