Skip to main content
Participant
June 13, 2007
Question

FLVPlayback Component

  • June 13, 2007
  • 1 reply
  • 240 views
I have found where this question has been asked, but never answered. I need to access the buffer.Full and buffer.Empty events while using the FLVPlayback component. Does anyone have an idea on how to do this? I have gotten as desperate as to go through the FLVPlayback source code and I am at a loss. Any help appreciated.
This topic has been closed for replies.

1 reply

Inspiring
June 13, 2007
Its not possible to access it directly through a regular FLVPlayback component. I think you need to alter or extend the classes and recompile a component. Probably not a good idea to alter the original FLVPlayback... work on copies or extend the classes if you're going to do it.

in VideoPlayer the reference to the netstream is _ns from memory

in FLVPlayback the reference to the active video is repeated throughout.
I think its
_vp[_activeVP] which refers to the active VideoPlayer instance.

that might help... with a caveat that its only based on my (limited) understanding of how FLVPlayback works