Flash FLVPlayback states

Posted by rob5408 on Stack Overflow See other posts from Stack Overflow or by rob5408
Published on 2010-03-12T17:31:27Z Indexed on 2010/03/12 17:37 UTC
Read the original article Hit count: 318

I'm writing my own class to manage a skin for an FLVPlayback component. It works 90% of the time, but sometimes the state get really messed up. Specifically, the video is playing, meaning I can see it play and the VideoEvent.PLAYHEAD_UPDATE event is firing, but when I poll the FLVPlayback component about its playing property, it returns false.

I assume this may be because 'buffering' is kind of a subset of 'playing', but I cannot confirm this in the documentation. I guess another way to ask this question is, "Does the FLVPlayback component ever buffer while it is in a stopped state?"

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about flash