Skip to main content
Participant
December 9, 2013
Question

Manual control of SeekBarHandle

  • December 9, 2013
  • 1 reply
  • 660 views

I am running the latest version of Flash Pro CC.  There is a known problem with the FLVPlayback and SeekBar when using red5.  I need to control the seek bar manually but cannot find any whay to access the SeekBarHandle.  When running the SeekBarHandle is defined as a class.  The class seems to have no attributes or functions.  When I access anything using the SeekBarHandle I get the error:


1119: Access of possibly undefined method ...... through a reference with static type Class.

Does anybody know what the api for the SeekBarHandle class is?  How can I display it and move the image?  I have read everything on google and am out of options.  Thanks for any help....

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 9, 2013

the flvplayback component has a seekBar property you can use if you're using a skin with a seekbar.  but if there's an insurmountable problem using it with red5, make your own skin and controls.

Participant
December 9, 2013

red5 is becoming a pain.  I am not using the FLVPlayback seekBar functionality.  I have my own seekbar but have no idea how to access the handle to display and move.  The FLVPlayback displays and moves the handle if I attach the seekbat to it.  The FLVPlayback know a lot more than I do about controlling the handle.

kglad
Community Expert
Community Expert
December 9, 2013

create a movieclip seekbar and manually position it using a loop like the playheadupdate event.  assign mouse listeners and a listener function where you use the seek() method to rewind/ff.