Skip to main content
Inspiring
May 5, 2006
Question

HELP! Error on media.play(time)

  • May 5, 2006
  • 1 reply
  • 184 views
I have unfortunately "discovered" that the play method of MediaDisplay
(Flash Mx 2004) to a specified time (in seconds) doesn't work correctly. As
an example if i execute the play to 10 seconds, the video (flv) play from 13
seconds, or 40 seconds, etc...
Can anyone help me?

Max


This topic has been closed for replies.

1 reply

Inspiring
May 5, 2006
play() does only go to encoded video keyframes (not to be confused with Flash keyframes). So if your FLV doesn't have very many of those that could be the problem. Otherwise, it has always worked as expected for me. How are you using it?