Ticket #616 (closed bug: fixed)

Opened 3 weeks ago

Last modified 12 days ago

duration overshoots a few seconds

Reported by: jeroen Owned by: jeroen
Milestone: Flash 4.7 Keywords:
Cc: Forum thread:

Description

Can you take a look at this link - http://98765v3456.com/iv/splash/simple_player2.html (he has a duration set for 10 seconds for a 13 second file), and the controlbar overshoots.

Change History

Changed 12 days ago by jeroen

  • status changed from new to closed
  • resolution set to fixed

Fixed by checking the duration on metadata extraction, and not inside the positionInterval.

FYI: this overshoot was possible, since the player checks if the metadata duration is a little bit (<10s) longer than the flashvar duration. Sometimes, the flashvars duration is set to a serverside - extracted duration, that is just a little bit off. The player corrects for this: if the actual duration is a bit more than the flashvars duration, then the actual duration is used. In all other cases, the flashvars duration is used.

Note: See TracTickets for help on using tickets.