I'm fairly new to animate and javascript/jquery but it seems that this should be fairly simple to do. Unfortunatly, I'm completely lost. I'm wondering if there is any way to add "seeking events" to triggers that contain video?
here is the current code that I'm working with.
var vid = sym.$("technique_holder");
vid.html('<video width="640" height="360" src="video/Technique.mp4" poster="video/poster_frame.png" type="video/mp4" controls="controls" </video>');
I basically want to have several triggers along the symbol timeline that call the video from different points. (i.e. 40sec, 90sec and so on)
Any help would be greatly appreciated.