PDA

View Full Version : Timer class ? web based training


Malkor
03-10-2011, 09:59 AM
Hi,



I'm new to flex, I'm trying to create a web based training within my flex application (similar to the flex-in-a-week). I'm quite confused what would be the most efficient way to do it... I could use a few labels and set the timer(??) to change them after x seconds and control them by having few slides per "session" , then I could trigger some video or interaction and then I could trigger another set of slides (session)...



Looking forward for your advice,



Cheers

Fayence
03-16-2011, 11:57 AM
Well, yes, you could use a timer. Why not? Or, of course, you could go to the next slide when the user clicks on a button.

Not sure what the problem is?