Archive for August, 2010

AS3 Scrollbar v3

Posted in Actionscript, Flash on August 9th, 2010 by Sandro Haag – 1 Comment

Hey!

The new version of AS3 Scrollbar is much better. I solve some bugs, and implement some features.

- Horizontal Scrollbar - Now you can create vertical and/or horizontal scrollbars. An extra parameter called direction was created into initialize method.
- Blur - You can add blur effect when it is scrolling. It uses some CPU processor, and I need to make it better, but for now it is good :P
- Change Size Method - The public method changeSize(value) changes the size of the scrollbar, and positionate the arrow automatically.

Click here to check the demo.
Click here to download the source files.

Let me know if you find any issue.

Thanks

URL Utilities Class

Posted in Actionscript, Flash on August 2nd, 2010 by Sandro Haag – Be the first to comment

Hey!

I have been using this class for a long time. It is pretty simple, but useful.
It has 3 methods:

getURL - Just like in AS2, that I think is much better than using navigateToURL and URLRequest functions.
javascript - Executes a javascript function.
alert - Executes the javascript alert function.

To download this class, click here

Thanks!