Freebie icons
disk, icon, paper
May 03graphicsNo Comments
I’m not a designer actually, i just love drawing from time to time
Overview
Download icons + source
Open source projects, snippets, notes, thoughts, flash, flex, air, as3, js
disk, icon, paper
May 03graphicsNo Comments
I’m not a designer actually, i just love drawing from time to time
Overview
Download icons + source
as3, flex, icon, load
Feb 20codeNo Comments
The only thing why flex sucks is that components can’t actually load icons (Button class for example) i thought.
Yes, but that was until i found Ben Stucki‘s slight solution to this issue.
He wrote a nice utility class called IconUtility which creates BitmapAssets at run-time. This class is huge.
Sample button icon load up code:
var myBtn:Button = new Button();
myBtn.label = "press me";
myBtn.setStyle("icon", IconUtility.getClass(myBtn, "assets/my_icon.png"));
addChild(myBtn);
graphics, icon, png, video
Feb 20graphicsNo Comments
![]()
I’ve recently needed a video icon, and after a hour of surfing the net, desided to draw my own icon.
So, here it is. Hope u like it ^_^.
ps: the icon source is totally free so u are free to modify, use, distribute it.