all groups > flash ad development > march 2006 >
You're in the

flash ad development

group:

Limit playback to only a few loops


Limit playback to only a few loops rvanburen
3/1/2006 9:01:25 PM
flash ad development: What would be the easiest way to limit playback of a Flash banner Ad to only 4 or 5 loops and then stop and hold on the last frame??

Re: Limit playback to only a few loops logeye
3/8/2006 2:30:00 PM
in frame 1
x=0;

in the last frame
if(x>=5){
stop;
}
gotoAndPlay(2);


hope it helps
AddThis Social Bookmark Button