Hi,
I am trying to load an external image into a flash document using the following code.

CODE
onEnterFrame = function  () {
this.createEmptyMovieClip("canvas_mc", 10);
canvas_mc.loadMovie("http://www.google.com.au/intl/en_au/images/logo.gif");
    }


When I load the image, nothing happens. If I enter the wrong location for the image, I get errors saying cannot find file, but the image is there.

Thanks,
-jimmy

Reply