Packagemenu3.splashhints
Classpublic class SplashHintImage
InheritanceSplashHintImage Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  height : Number
[override] [read-only]
SplashHintImage
  width : Number
[override] [read-only]
SplashHintImage
Public Methods
 MethodDefined By
  
SplashHintImage
  
hide():void
SplashHintImage
  
loadImage(rid:String, onComplete:Function = null):void
SplashHintImage
  
show():void
SplashHintImage
Property Detail
heightproperty
height:Number  [read-only] [override]


Implementation
    public function get height():Number
widthproperty 
width:Number  [read-only] [override]


Implementation
    public function get width():Number
Constructor Detail
SplashHintImage()Constructor
public function SplashHintImage()



Method Detail
hide()method
public function hide():void

loadImage()method 
public function loadImage(rid:String, onComplete:Function = null):void

Parameters

rid:String
 
onComplete:Function (default = null)

show()method 
public function show():void