Hello all,
i’m creating a button to load my 360 panorama swf onto my stage,
it works but it appear at different size and it appear on my button,
i decide to solve it by using an empty movie clip called [COLOR=“Black”]“container”[/COLOR]
[COLOR=“Red”]This is my code:[/COLOR]
play_btn.onPress = function () {
_root.createEmptyMovieClip(“container”, 1);
loadMovieNum(“Aston_para.swf”, 0);
container._x =150 ;
container._y = 20 ;
}
I;m using [SIZE=“5”]loadMovie[/SIZE] to load my swf but i fail…
I’m new to flash and IM using CS5
What could be the problem?
Thank YOU c[COLOR=“Red”] [SIZE=“5”]URGENT[/SIZE][/COLOR]