Apr 20 2010
Free Downloads
Free AS3 Scrollbar Class
I did a couple of searches around and I found out that you can’t easily find a free and good looking scrollbar class which supports Horizontal and Vertical scrolling both at the same time! so I decided to build one
read more…
By the way, check our new Scrollbar class here.
Free AS2 Server Side Counter
This file uses php to save the server time and you also set the end time and that’s all. just open the index.php file and see the setting there. I hope you enjoy it. see the preview below. read more…

May 6th, 2010 7:58 am
I was looking for this. Thanks!
May 7th, 2010 3:28 am
Your As3ScrollBar is perfect!!! Thank a lot…
Only one question….
Is possible to load istead a txt file a xml file? I tried to convert the static text area of mc sampleContent in dynamic text (istance name myText_txt )and I put on the first frame of mc sampleContent this code:
var loader:URLLoader = new URLLoader(new URLRequest(“my_text_file.txt”));
loader.addEventListener(Event.COMPLETE, completeHandler);
function completeHandler(event:Event):void {
var loadedText:URLLoader = URLLoader(event.target);
myText_txt.text = loadedText.data;
}
I’m not sure this is the right way to load an XML CSS formatted text file….
Any suggestion???
THANK YOU!!
May 7th, 2010 4:05 am
try loading your text file first and after you managed to see your text file on your project, then try putting it under the scrollbar… notice that the scrollbar will accept ANY displayObject which you can put anything into it. I hope this helps.
May 7th, 2010 4:13 am
I’ll let you know…. soon I hope
Thanks
August 24th, 2010 7:57 pm
nice!thanks
March 5th, 2011 5:26 am
Hi, Im interested to buy ActiveDen Extendable Carbon Website Template, how can I contact you, the payment, etc.
thanks alot and congratulations for youre work
March 5th, 2011 10:17 pm
go here: http://activeden.net/item/extendable-carbon-website-template/148637?ref=tahadaf
click purchase and download
March 20th, 2011 4:14 am
Mr Tahadaf,,,
i have a problem “shopping cart system” of “extendable-plain” web site template.
exemple:
product1 = 5euro and i want buy 2 product1,, amount= 2x5euro= 10 euro
but billing on the paypal amount multiplie by 2,, normaly amount= 10 but on the paypal 20euro!!
if i want buy 5 product1 normally amount is 5x5euro=25 but billing on paypal amount=5x25euro=125euro
There is a bug on shopping cart!!!
can you help me please, what is solution??
March 20th, 2011 6:26 pm
contact us through our profile page for support on products.
March 20th, 2011 11:00 pm
im contact you your profile page for support on product!
but your reply is:
” ActiveDen Notice
This comment has been flagged as inappropriate, and will have to be reviewed by one of our staff. Sorry for any inconvenience. ”
!!!!
March 20th, 2011 11:13 pm
I’ve got the same problem
very important!!!!
Do not have a solution?
July 11th, 2011 8:38 pm
you need to buy the file first!
April 6th, 2011 11:40 pm
Hello I hope to see that working….
September 13th, 2011 10:31 pm
Hello!!
is there any way to refresh scrollbar, as my movieclip’s height and width is modified dynamically ?????????
Thank you.
September 13th, 2011 11:41 pm
check our new scroller: http://www.myflashlab.com/2010/01/22/scrollbar-class/