PDA

View Full Version : FLV Cue Points Problem



adnan794
April 6th, 2009, 09:50 AM
Hi

I am have develiped an applicaiton that contains flv interavtivity like I have different cue points embedded in my FLV and when they appear I load some buttons for the interactivity.

Now everything is working fine but when I add a scrubber bar at the bottom and when user clicks the bar to forward or rewind then My cue points are not generated like I want to display a button at certain point in the video and keep it there after wards and that is done through cue points but if user drags the bar then that cue point never fires.

Is there a solution to this problem.

Thanks in advance

Enebreus
April 6th, 2009, 02:50 PM
Probably not the solution you're looking for... but:

At work I had to solve a similar problem I did it by putting my cue points (with time codes) in an XML file.
Then I wrote a class that scans those XML based cue points and dispatches events as needed.

I never bothered with FLV based cue points for exactly the same reason you stated above...