FLVPlayback - undraggable seekbar Handle
by Brian Lynch
on
Jul 3, 2008 at 4:31:57 pm
Hi there. Does anyone know how I could make the seek bar handle on my FLVPlayback skin undraggable with ActionsScript 2? Here is what I've done so far, but to no avail:
1. I made a custom skin (basically ClearOverAll with a different color scheme).
2. Then I went into the SeekBarHandle movie clip and deleted the hitBG.
There is still the triangular handle to click on, so it's still draggable. My intent is to still show the seek bar so the viewer can see where in the movie they are at, but not allow them to scrub to another section. I am using embedded cue points to skip to frames which either animate text in or out at various parts of the flv. When the viewer scrubs to a portion where text is supposed to be showing but they skip over the cuepoint, the current text stays on the screen until the next cue point is hit.
There might be a better way to go about this, but I am still a beginner with Actionscript. Can anyone please help?
Re: FLVPlayback - undraggable seekbar Handle by Brian Lynch on Jul 7, 2008 at 7:38:18 pm
Alright, after taking some mental time off, I've started from scratch and figured her out. I just had to break the "SeekBarHandle_mc" movie clip apart, convert it to a new button symbol (without a hit state) and rename the instance of the button symbol "seekBarHandle_mc." Hope this helps anyone who encounters the same problem.