I have an FLV Playback component with a custom navigation system. I am using AS3. I used navigation cue points for navigating through the video. I also have dynamic text that is updated as the video plays. Now, I need to also have event cue points that trigger graphics that go along with the video. What I am trying to do can be found here: http://www.kauzmic.com/Demos/flash/vod/vod.html To load the images dynamically during the playing of the video, should I perhaps use the UL Loader Component?
The way I'd go about it would be to create the second loader on the COMPLETE event of the first loader. That way your images get loaded and ready to use as soon as possible and they'll sync up with your video whereas having to wait for the loader might create a delay. You could either hide these additional items and then reveal on the event or just adjust the position to create the same effect.
Bookmarks