views:

15

answers:

0

Hi, i have a loadClip problem.

The animation appears in the movie in the final stage, do not show the entire handsketch_animation.swf animation.

Any Tip?

var imageListener:Object = new Object(); 
var imageLoader:MovieClipLoader = new MovieClipLoader();
imageLoader.addListener(imageListener);
imageLoader.loadClip("handsketch_animation.swf", pages_cont);
stop();

related questions