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 ![]()
March 23rd, 2007 at 12:51 pm
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
March 23rd, 2007 at 5:11 pm
Beautiful!
I loved it`-`
March 26th, 2007 at 10:24 am
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.
March 30th, 2007 at 12:51 pm
source?
March 30th, 2007 at 1:24 pm
The source is in this blog post.
April 9th, 2007 at 3:47 pm
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
June 19th, 2007 at 8:39 am
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
June 21st, 2007 at 7:13 am
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