I have recently run into a weird problem that I have been trying to figure out the past 5 hours.
I have a video with an AS cue point every 10 seconds. I have a MetadataEvent.CUE_POINT tied to the video.
The cue points work fine until I seek backwards, then the CUE_POINT event doesn’t fire. After I seek back, if I trace(player.hasEventListener(MetadataEvent.CUE_POINT)); it traces true so the event listener is there. I can trace out the cue points with findNearestCuePoint() and I can see them so I know they are their…Can anyone think of any reason this would be happening