Packagecom.hippohx.dialogmasks
Classpublic class SwfDialogMask
InheritanceSwfDialogMask Inheritance DialogMask

SwfDialogMask is a predefined mask to be used in Dialog.openFile() that restricts the files offered to swfs.

See also

com.hippohx.Dialog.openFile()


Public Properties
 PropertyDefined by
 Inheritedcount : int
Number of descriptions and extensions.
DialogMask
 Inheriteddescriptions : Array
Array of Strings with descriptions for each extension.
DialogMask
 Inheritedextensions : Array
Array of Strings with extensions for each description.
DialogMask
Public Methods
 MethodDefined by
  
SwfDialogMask(swfDescription:String = "SWF files (*.swf)")
Creates a new SwfDialogMask object.
SwfDialogMask
 Inherited
toString():String
This is just a nice way of displaying object's information within a trace function.
DialogMask
Constructor detail
SwfDialogMask()constructor
public function SwfDialogMask(swfDescription:String = "SWF files (*.swf)")

Creates a new SwfDialogMask object. You can pass a description or leave the default "SWF files (*.swf)".

Parameters
swfDescription:String (default = "SWF files (*.swf)")