PDA

View Full Version : scrollbar problems in browser


haskinsj87
06-07-2009, 01:06 AM
I'm making this full screen, no scale transparent flash, viewable here (http://www.accella.net/dev/qorvis/). I have content and a horizontal scrollbar to scroll through the content. I am not having any problems when testing from flash, but when I test from any browser, I get problems listed below:

1. First, it's very difficult to 'grab' the scrollbar. The only way to grab it is grabbing at the far left. Also, it seems that the scrollbar moves very choppy at times.

2. I tried styling this (you can't see here), and it again worked fine in flash. I styled it by double clicking on the scrollbar on the stage, and making my way through each piece and giving it new colors, etc. But when viewing this in the browser, the pieces had scaled really large, and were way out of place, one piece way up top, one way down low. I know I'm not providing much info on this issue here, but if anyone just happens to know what I'm talking about, that would be great.

To get this scrollbar up, I just dragged an instance to the stage and added


sb.setScrollProperties(container.width/10,0,(container.width - stage.stageWidth)/10,1);

Any ideas on these 2 things? Thanks for the help.