package { /** * * any assets required for the configurator can be embedded here * author mike * */ public class AssetLibrary { /* // small arrow graphic that appears when your spinning the car around on the videolayers spinner [Embed(source="../../../../../assets/spinArrows.png")] public static var spinArrows:Class; */ // the small spinning loader graphic you see around the site [Embed(source="/Users/mike/Desktop/smokeFX.swf", symbol="Smoke")] public static var smoke:Class; } }