PDA

View Full Version : Access FLVPlayback component's seekBarHandle_mc



servonyc
May 9th, 2008, 04:48 PM
I have created a custom skin for the FLVPlayback component and added a textField within the seekBarHandle_mc that I want to show the current playhead time.

The FLVPlayback class doesn't give direct access to this, and I can't figure out any other way to update the textField with the time.

I also tried accessing the component from within the skin, and failed at that again.

Can anyone give me a heads up on how I can access the seekBarHandle_mc so I can modify its properties and children that I have added within the skin.

Thanks