Hello,
I am running into a very annoying problem and can’t seem to find a fix or help about this on the user forums.
I have an FLV video which is about 20 minutes long, compressed at 15fps with1 Keyframe every 15frames. The Flash project with the video is being delivered on a CD-Rom.
I am attaching about 15 cuepoints to the VideoDisplay component dynamically and using the cuePoint listener to figure out when the cue point was passed.
All this works very well, BUT, when I try to jump between cuePoints, for example from cuePoint 2 to cuePoint 12 in the video, there is a significant lag before it actually jumps. This is somewhat acceptable, however the main problem is that the mediaDisplay sends out cuePoint passed messages via the listener for all the cuePoints between 2 and 12…
This also happens when I stop the movie midway, it sends out all the cuePoint messages that were in the movie from the point the video was stopped. It passes these cuePoints messages really rapidly.
This really really messes up the code where I am trying to load different movieClips based on the cuePoint passed message.
Help.
Thanks
Ashwan.