home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.core.IFlexModuleFactory;
- import mx.styles.CSSStyleDeclaration;
- import mx.styles.StyleManager;
-
- public class _macCloseButtonStyle
- {
- private static var _embed_css_mac_close_down_png_357106395:Class = _macCloseButtonStyle__embed_css_mac_close_down_png_357106395;
-
- private static var _embed_css_mac_close_over_png_1922840949:Class = _macCloseButtonStyle__embed_css_mac_close_over_png_1922840949;
-
- private static var _embed_css_mac_close_up_png_662496331:Class = _macCloseButtonStyle__embed_css_mac_close_up_png_662496331;
-
- public function _macCloseButtonStyle()
- {
- super();
- }
-
- public static function init(param1:IFlexModuleFactory) : void
- {
- var fbs:IFlexModuleFactory = param1;
- var style:CSSStyleDeclaration = StyleManager.getStyleDeclaration(".macCloseButton");
- if(!style)
- {
- style = new CSSStyleDeclaration();
- StyleManager.setStyleDeclaration(".macCloseButton",style,false);
- }
- if(style.defaultFactory == null)
- {
- style.defaultFactory = function():void
- {
- this.upSkin = _embed_css_mac_close_up_png_662496331;
- this.overSkin = _embed_css_mac_close_over_png_1922840949;
- this.downSkin = _embed_css_mac_close_down_png_357106395;
- };
- }
- }
- }
- }
-
-