Skip to main content
Participant
November 13, 2013
Answered

FLV playback totaltime inconsistencies

  • November 13, 2013
  • 1 reply
  • 519 views

Having issues with FLVplayback in AS2.  I am using progressive download and have found inconsistencies with reading totatTime.  In flash player 11.9 it works great, but in 10.3 it doesn't always return which causes issues in my playback.  Has anyone experienced this issue and knows a workaround?

This topic has been closed for replies.
Correct answer kglad

it's well-known that your video must have the totalTime set in its metadata or totalTime will return NaN.

the resolution is to fix the video's metadata or assign a default value.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 13, 2013

it's well-known that your video must have the totalTime set in its metadata or totalTime will return NaN.

the resolution is to fix the video's metadata or assign a default value.