Mac OS X dock using Flex 2

I thought it would be fun to try and create a Mac OS X dock using Adobe Flex 2.  Here is the result of a 2 night MXML and ActionScript slinging marathon.  I will post the code as soon as I tidy it up.

DISCLAIMER:

For those out there who love to hate. I know it is not perfect :)

8 Responses to “Mac OS X dock using Flex 2”

  1. Juan Says:

    Nice! Combine that with the Mac OS X theme I made and we’re getting closer to Mac OS X online ;) I may try to implement it for effect.

    http://www.scalenine.com/themes/itunes7/jukebox.html

  2. John Barrett Says:

    Beautiful!
    I loved it`-`

  3. fabio Says:

    hey timothy

    i think its great. i think you can improve it if you had a padded border around the images so that you wouldn’t have to hover over the actual image before the puffing effect started, but rather as you got closer to them.

  4. footube42 Says:

    source?

  5. TimothyRHuertas Says:

    The source is in this blog post.

  6. Raul Diaz Says:

    Hi Tim, i’ve added some code to add drag&drop capabilities to your sample, please send me an email to send you the code.

    Cheers

  7. Michael Novotny Says:

    tim or rual diaz : :

    i’d love to take a look at the “drag & drop” code added to this dock if either of you would be willing to share it. thanks!

    : : michael

  8. Sal Says:

    Hey Tim, is there a way to put a itemClick event in your sample? For instance…

    if(dockExample.selectedIndex == 0){
    Alert.show(”you selected index 1″);
    }

    Thanks
    Sal