I have recieved a banner to load into my website. The banner turned out to be 1 kb empty swf. When I upload it on my website it shows some ad that the person who sent it to me can change.

Since I need to work with different companies and give them my banners I've decided to try and copy the idea of sending them one empty swf file and just using a LoadMovie command to load different files from my server.

I assumed that it works with loadMovie command and tried to use:

mc.loadMovie ("http://www.2b.sce.ac.il/banner.swf");

or loadMovie ("http://www.2b.sce.ac.il/banner" , "mc");

(Or something like that).

The problem is it doesn't work!

My question is: Is it possible to load a movie clip from an external url? And f not is there another simple way to achieve such a task?

Thanks,

Availor.