PackageTop Level
Classpublic class SplashScreen
InheritanceSplashScreen Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  flexVersion : Label
SplashScreen
  info : Label
SplashScreen
  loadProgress : ProgressBar
SplashScreen
Public Methods
 MethodDefined By
  
Constructor.
SplashScreen
  
completeHandler(event:Event):void
SplashScreen
  
hide():void
hide splash
SplashScreen
  
loadXMLEyeData(fileURL:String):void
SplashScreen
  
progressHandler(event:ProgressEvent):void
SplashScreen
  
saveXMLEyeData(filename:String):void
save eye data XML file
SplashScreen
  
show(indeterminate:Boolean = false):void
present splash
SplashScreen
  
updateInfo(info:String):void
SplashScreen
  
updateProgress(value:Number):void
SplashScreen
  
waiting(time:Number):void
SplashScreen
Property Detail
flexVersionproperty
public var flexVersion:Label

This property can be used as the source for data binding.

infoproperty 
public var info:Label

This property can be used as the source for data binding.

loadProgressproperty 
public var loadProgress:ProgressBar

This property can be used as the source for data binding.

Constructor Detail
SplashScreen()Constructor
public function SplashScreen()

Constructor.

Method Detail
completeHandler()method
public function completeHandler(event:Event):void

Parameters

event:Event

hide()method 
public function hide():void

hide splash

loadXMLEyeData()method 
public function loadXMLEyeData(fileURL:String):void

Parameters

fileURL:String

progressHandler()method 
public function progressHandler(event:ProgressEvent):void

Parameters

event:ProgressEvent

saveXMLEyeData()method 
public function saveXMLEyeData(filename:String):void

save eye data XML file

Parameters

filename:String

show()method 
public function show(indeterminate:Boolean = false):void

present splash

Parameters

indeterminate:Boolean (default = false)

updateInfo()method 
public function updateInfo(info:String):void

Parameters

info:String

updateProgress()method 
public function updateProgress(value:Number):void

Parameters

value:Number

waiting()method 
public function waiting(time:Number):void

Parameters

time:Number