Packageorg.flixel.data
Classpublic class FlxFactory
InheritanceFlxFactory Inheritance flash.display.MovieClip

This class handles the 8-bit style preloader.



Public Properties
 PropertyDefined by
  className : String
This should always be the name of your main project/document class (e.g.
FlxFactory
  myURL : String
Set this to your game's URL to use built-in site-locking.
FlxFactory
Public Methods
 MethodDefined by
  
Constructor
FlxFactory
Property detail
classNameproperty
public var className:String

This should always be the name of your main project/document class (e.g. GravityHook).

myURLproperty 
public var myURL:String

Set this to your game's URL to use built-in site-locking.

Constructor detail
FlxFactory()constructor
public function FlxFactory()

Constructor