Apr 20 2010

Free Downloads

admin @ 4:12 pm

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…

15 Responses to “Free Downloads”

  1. Pam says:

    I was looking for this. Thanks!

  2. manu says:

    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!!

    • admin says:

      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.

  3. viva says:

    nice!thanks

  4. Alekzander says:

    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

  5. aytex says:

    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??

  6. Hatem says:

    Hello I hope to see that working….

  7. Hardik says:

    Hello!!

    is there any way to refresh scrollbar, as my movieclip’s height and width is modified dynamically ?????????

    Thank you.

Leave a Reply

*