I’m a little new to the video side of AS3. I’m using the flvplayback component.
One issue I’m having is that the seekbar handle is able to be dragged passed the loaded content on my player. I kind of thought this would be disabled by default. But I have an instance of the flvplayback compononent on the stage. I have an instance of the seekbar. And the pre-built handle (I’ve skinned) can be dragged anywhere up or down the progress bar despite what is loaded.
Is that right? I have absolutely no idea how I can prevent this from happening. Once you drag it past and hit play my player will flake out and not function correctly.