Packagenet.systemeD.halcyon.styleparser
Classpublic class NestedCSSLoader
InheritanceNestedCSSLoader Inheritance flash.events.EventDispatcher

A class permitting you to load CSS files containing 'import' rules, which will be automatically replaced with the contents of the file.

Typical usage:

 
   cssLoader=new NestedCSSLoader();
   cssLoader.addEventListener(Event.COMPLETE, doParseCSS);
   cssLoader.load("potlatch.css");              

doParseCSS can then access the CSS via event.target.css.



Public Properties
 PropertyDefined by
  css : String
NestedCSSLoader
Public Methods
 MethodDefined by
  
NestedCSSLoader
  
load(url:String):void
NestedCSSLoader
Property detail
cssproperty
public var css:String
Constructor detail
NestedCSSLoader()constructor
public function NestedCSSLoader()
Method detail
load()method
public function load(url:String):voidParameters
url:String