So I'm using the FLV Captioning Component for a video player, and it's working great, except for one problem: There's a "next video" button that can be clicked at any time, to jump to the next video. Each video has its own captions xml file. If the "next video" button is clicked before the current video is done, the new video that gets loaded will display the captions from the old video as well as the new video, so it'll stack the captions on top of each other. It does this for a few seconds, apparently until the old caption reaches the end of its duration, at which point it will just display the current captions for the rest of the playback. It seems as though whatever caption segment was loaded in at the moment of unloading the video hangs around until its duration is reached.
Is there any way to reset or wipe clean the FLV Captioning Component if the video gets stopped mid-play, so that the old caption xml gets cleaned out? Thanks, Matt _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

