Hi there, can anyone help me please regarding trigger points.
Basically, I have create a flash banner/slider. I have 4 images and I want to stop each image playing for 3 seconds and then have the next image appear. Any ideas? I was watching a tutorial about this however the function/code that was given just doesn't work. I am new to the whole code/edge/muse/webdesign thing and need simple straight forward responses pleeeaaasse
the video I was watching - http://www.youtube.com/watch?v=n8XLVLh5MIM
The code given - but doesn't work...
sym.stop();
setTimeout(function(){sym.play();},5500);