FlashEff Component: Create a Simple Non-XML Photo Slide Show
Top Comments
All Comments (25)
-
stop();
var myTimer:Timer = new Timer(3000)
myTimer.addEventListener(Timer
Event.TIMER, timerF); myTimer.start();
function timerF(e:TimerEvent):void {
nextFrame();
}
this works here, took a while after using semi-colons instead of colons etc
-
Ok. I wondered...how would I go about repeating the whole thing without adding the button?
I don't need a button but I'd like to use it as a infinite show on a site. Any help will be appreciated.:)
-
someone like me! the thing i dont get is where i get Flash Eff ? anyone? help?
-
man this code is not working in cs4 ive copy this code like 20 times and yes im running action script 3.0 i keep getting error
-
I have enter this code like 20 times in cs4
stop();
var myTimer:Timer=new Timer (7000);
myTimer.addEventListener(Timer
Event.TIMER, timerF); myTimer.start();
function timerF(e:TimerEvent):void{
nextFrame();
}
and im still getting a error 1084: Syntax error: expecting rightparen before Event.
-
i diont know how i did it but i fixed it... :)
-
So is Mine...
-
Thanks you so much TutVid for your 'work' ! It work prfectly!
I write the code because at the begining is little difficult to read... I notice people to remmember use flash ActionScript 3.0...
stop();
var myTimer:Timer=new Timer (7000);
myTimer.addEventListener(Timer
Event.TIMER, timerF); myTimer.start();
function timerF(e:TimerEvent):void{ nextFrame();
}
-
my slideshow is going really fast... it did it on 30 ...and 3000 but i does not work
is there a way make it automatically replay ?
VIPvideoproduction 3 years ago 3
your so awesome you make things clear i thanx you very much
mnomeph 3 years ago