Skip to content

Instantly share code, notes, and snippets.

@wouterds
Created December 8, 2012 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wouterds/4240102 to your computer and use it in GitHub Desktop.
Save wouterds/4240102 to your computer and use it in GitHub Desktop.
[PhotoBooth vb] Embedded images
/**
* Created with IntelliJ IDEA.
* User: wouter
* Date: 09/10/12
* Time: 18:52
* To change this template use File | Settings | File Templates.
*/
package be.devine.cp3.photobooth {
public class Library {
[Embed(source="/../embeds/arrow_next.gif")]
public static const ArrowNextGif:Class;
[Embed(source="/../embeds/arrow_previous.gif")]
public static const ArrowPreviousGif:Class;
[Embed(source="/../embeds/picture.png")]
public static const PicturePng:Class;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment