Hi,

I'm building a simple flash movie using swfc and trying to load an
external image inside an actionscript block , this is my example:

.flash filename="test.swf" compress bbox=850x335

        .sprite external
        .end

        .frame 20
                .action:
                        _root.createEmptyMovieClip("test", 200);
                        var loader = new MovieClip();
                        loader.loadClip("http://someURL/someFILE.jpg";);
                        _root.attachMovie(external, test);
                .end

        .frame 50
                .put external x=10 y=10
        .stop
.end

actionscript seems to get the image from the given URL but is not
shown in the movie... any ideas???

thanks

Eduardo Silva
http://edsiper.linuxchile.cl


Reply via email to