Return to Snippet

Revision: 47322
at June 5, 2011 13:38 by tpryan


Initial Code
//Import the new assets for the background of the button
[Bindable]
[Embed(source="/assets/filterbuttonDown.png")]
private var down:Class;
		
[Bindable]
[Embed(source="/assets/filterbuttonUp.png")]
private var up:Class;

Initial URL


Initial Description


Initial Title
Import new button skins

Initial Tags
mobile, Flex

Initial Language
ActionScript 3