tags:

views:

324

answers:

2

I'm using the CS3 fl.* controls in a flash application, and there appears to be a bug in the ScrollPane implementation. It would be great to have the source code to find a work-around. Is this available anywhere?

A: 

The Spark Project appears to have some code you might be interested in .. for example here

Scott Evernden
+1  A: 

Yes, Flash comes with all of the source code available for its components.

You can find them in your Flash install directory. My default install places the ScrollPane class here:

C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\Component Source\ActionScript 3.0\User Interface\fl\containers

Just make sure you make a backup before you make any changes.

What is the issue you are experiencing with the scrollpane?

Sly_cardinal