Im trying to use ibadmd’s EasingScroller v3 component in my fla, but I’m having problems with lags when i change the content of the scrolled object.
The component works by adding a MC with your content, and then linking it to the scroller. Now, while that works fine when the content is already there, meaning that the MC has its conents when you export the SWF, but when I try to change the contents of the MC by, for ex. pressing a button and assigning the textField in the MC a long string, Flash starts to choke more and more as I go near the end of the scrollbar.
I noticed that if I export the swf in F7 it’s a little less laggy than F8, but still it’s not an option. Here’s a comparison:
http://www.marcinbauer.com/scrollbar/f7.html
http://www.marcinbauer.com/scrollbar/f8.html
http://www.marcinbauer.com/scrollbar/f7.fla
http://www.marcinbauer.com/scrollbar/f8.fla
You might ask, why don’t I use the original Flash components, or any of the Kirupa ones. Well I will need to tween the textfield later and the Flash scrollbar components that I found don’t update it’s scrollbar properties when the textfield changes it’s _width.
Edit:
Here’s the Kirupa example:
http://www.marcinbauer.com/scrollbar/kirupa_example.html
http://www.marcinbauer.com/scrollbar/kirupa_example.fla
Please, I really need your help on this.
Thank you.