Hi peeps…
I’m controlling a video with FLV playback custom UI components (example of what I mean can be found here - http://www.adobe.com/devnet/flash/articles/custom_flvcomp_03.html)
I’m using a play button, pause button, and a seek bar. All works fine and dandy until I add a UIScrollBar to a text field that’s also on screen… for some reason this really messes with the seekbar; if you start playing the video and drag the seek bar handle all the way back to the start of the video it doesn’t start playing again, and if you then move the seekbar forward a bit the video starts but skips all over the place! It’s really weird and the problem completely disappears as soon as i remove the UIScrollBar component from the library… any ideas!!!