descin1
08-29-2007, 03:09 PM
Hi! For my project, I need basic video controls so I was hoping to modify the graphics of the built-in components provided in Flash (CS3).
However, I noticed that these components did not include toolTips. It was an easy fix for things like play/pause and stop buttons. I have simply added a movieclip that contains my toolTip in the overState of the button graphics.
I am struggling to get this to successfully work in the seekBar component because it does not have an overstate for the seek bar handle. I added a movieClip in the SeekBarHandle movieClip (note: I changed the type from graphic to movieClip -- seemed to work fine either way), and I can control the movieClip's properties, but can't seem to get an addEventListener to respond. I ran a trace, using willTrigger and hasEventListener and both came up positive for being able to handle a mouseEvent. It seems like Adobe has blocked out all functionality on that arrow scrubber. Even tried to add a tooltip movieClip external to the seekbar component. The rollover works fine when the mouse is over the bar, but when then mouse moves over the arrow the tool tip does not work.
Any thoughts on how could get a toolTip to display in the built in FLV playback component for the seekBar?
thanks.
However, I noticed that these components did not include toolTips. It was an easy fix for things like play/pause and stop buttons. I have simply added a movieclip that contains my toolTip in the overState of the button graphics.
I am struggling to get this to successfully work in the seekBar component because it does not have an overstate for the seek bar handle. I added a movieClip in the SeekBarHandle movieClip (note: I changed the type from graphic to movieClip -- seemed to work fine either way), and I can control the movieClip's properties, but can't seem to get an addEventListener to respond. I ran a trace, using willTrigger and hasEventListener and both came up positive for being able to handle a mouseEvent. It seems like Adobe has blocked out all functionality on that arrow scrubber. Even tried to add a tooltip movieClip external to the seekbar component. The rollover works fine when the mouse is over the bar, but when then mouse moves over the arrow the tool tip does not work.
Any thoughts on how could get a toolTip to display in the built in FLV playback component for the seekBar?
thanks.