ok guys as we all know flash is sometimes a bit strange..but we love it..
my problem is : i have a movie clip on the stage (frame1)
now inside this movie clip and at the last frame of it i want to say to the stage to go to frame 2 and stop.
for that i used :
tellTarget ("../"
{
gotoAndStop(2);
}
this works when i publish the swf but my projector would not have it... fu**
any ideas why ?
thanks
my problem is : i have a movie clip on the stage (frame1)
now inside this movie clip and at the last frame of it i want to say to the stage to go to frame 2 and stop.
for that i used :
tellTarget ("../"
gotoAndStop(2);
}
this works when i publish the swf but my projector would not have it... fu**
any ideas why ?
thanks