Import new button skins


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. //Import the new assets for the background of the button
  2. [Bindable]
  3. [Embed(source="/assets/filterbuttonDown.png")]
  4. private var down:Class;
  5.  
  6. [Bindable]
  7. [Embed(source="/assets/filterbuttonUp.png")]
  8. private var up:Class;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.