svibuk
05-28-2009, 01:25 PM
i have a fla with few buttons and images
few button are in the centre of the page which when clicked shld display another swf
but i am not getting it
i have the following code
on (release) {
createEmptyMovieClip("mc_clip", 15);
mc_clip._width=495.5;
mc_clip._height =318;
mc_clip._x = 500;
mc_clip._y = 300;
loadMovie("services.swf","mc_clip");
}
few button are in the centre of the page which when clicked shld display another swf
but i am not getting it
i have the following code
on (release) {
createEmptyMovieClip("mc_clip", 15);
mc_clip._width=495.5;
mc_clip._height =318;
mc_clip._x = 500;
mc_clip._y = 300;
loadMovie("services.swf","mc_clip");
}