hi frnds i am a newbie to flash…
i have created an swf file name “whereeverugo.swf” it contains a custom curssor and a small action script for some movments…
when i load the movie normally using
loadMovie(“whereeverugo.swf”, this);
the movie runs fine…
But when i load the movie inside the button press or release event it loads…
but cursor and animation inside doesnot works…
Can anyone suggest whats the problem is and how it can be fixed… ?
cur_button.onPress = function()
{
loadMovie("whereeverugo.swf", this);
//movLoad.loadClip("whereeverugo.swf",minRamme);
}