I’m trying to import my skype online status into my movie by using the following :
// Create a movie clip to hold the container.
this.createEmptyMovieClip(“image_mc”, 0);
// Loads an image into image_mc.
image_mc.loadMovie(“http://mystatus.skype.com/smallclassic/userxxx”);
Which works on the Ver. 8 player but anything below it does not display :ko:
I have tried exporting the movie from versions 5 to 7 and the above does not work.