This is just some code for myself for future reference, when you need a flash file to loop 3 times and stop toss this in your actions layer on the final key frame.
if (!loop) {
var loop:Number = 0;
}
loop++;
if (loop >= 3) {
this.stop();
}
Using a website to tell people about your products and services, doesn't require any paper or waste. You can even find many green hosting companies that use green energy to power their servers.

This is just some code for myself for future reference, when you need a flash file to loop 3 times and stop toss this in your actions layer on the final key frame.
if (!loop) {
var loop:Number = 0;
}
loop++;
if (loop >= 3) {
this.stop();
}