PDA

View Full Version : [AS3] ScrollBar Thumb not visible


psycholodj
12-16-2008, 08:01 PM
Hi

I have a text field on the stage set to selectable, multiline, and HTML.

Once I test inside Flash and load the CSS and HTML, the thumb is not visible to allow the user to scroll the content. You only see the basic track, as if no link exists between the text and scrollbar. This problem exists if I drag and drop the scrollbar on the textfield AND if I manually set the component parameter target. The mouse scrollwheel still affects the textfield properly, allowing you to scroll down.

BUT if I load the SWF inside another SWF using a loader, the track, buttons, and thumb all appear correctly in the component. Huh?

Is there something I need to enable/disable on the parent container? Why would the scrollbar not work as it should?

Thanks