FLV controls. Code, Strategy, Advice?
Flash CS3 / AS 3
Hey everyone, I have a video where the person on screen points to a couple of areas and at that time I made links pop-up for the user to follow. The video is handled through the FLVPlayback and a corresponding pre-made skin.
When putting this together I timed the links to pop-up based on the frame where the speaker points. The problem lies in that the controls (stop, play, etc.) only control the video itself and the main timeline (where the links are) continues to run. So if at anytime the user hits pause the video pauses but the main timeline keeps moving and the links pop up at awkward times because the timing is thrown off.
This is a problem because I can’t write AS that listens to the skin buttons since they are from another .swf (pre-made skin) and I’m pretty sure there’s no class that will listen for the video to pause and in turn pause the main timeline.
So my question is, is there an easy way to overcome this?
…. ps as I was writing I came up with an idea. Will this work: If I embed the video in a swf with the buttons as they are (essentially joining the timelines), can I then use a skin to control that swf? Will that work or do those skins only control .flv and not .swf???