Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
rvanburen #1
Limit playback to only a few loops
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??
Thanks
rvanburen Guest
-
Nested loops?
Hi, I've been adapting a script which parses HTML and creates an RSS feed (http://www.perl.com/lpt/a/2001/11/15/creatingrss.html). Now I want... -
For While Loops
Hello, Please, can anyone tell me what is the equivalent in CMFL. Thanks Graham Brown -
SQL OR CF loops?
I'm hoping someone that actually knows what they are doing can assist me. I have a CFLOOP that simply spits out the contents of a table. Problem... -
Should loops return a value?
Shortly, I think it might be good if loops (etc.) could return values. Example 1: Retnext (like 'return next' borrowed from pl/sql) You want... -
nested for loops
Anyone ever do a nested for loop? $i =0; $j =0; for ($x=0; $x < 50; $x++){ echo ("1 to 50"); for ($j=0: $j < 5; $j++) { echo ("less than... -
logeye #2
Re: Limit playback to only a few loops
in frame 1
x=0;
in the last frame
if(x>=5){
stop;
}
gotoAndPlay(2);
hope it helps
logeye Guest



Reply With Quote

