Packageorg.libspark.swfassist.swf.tags
Classpublic class Protect
InheritanceProtect Inheritance AbstractTag



Public Properties
 PropertyDefined by
 Inheritedcode : uint
AbstractTag
  hasPassword : Boolean
Protect
  password : String
Protect
Public Methods
 MethodDefined by
  
Protect(code:uint = 0)
Protect
  
visit(visitor:TagVisitor):void
Protect
Property detail
hasPasswordproperty
hasPassword:Boolean  [read-write]Implementation
    public function get hasPassword():Boolean
    public function set hasPassword(value:Boolean):void
passwordproperty 
password:String  [read-write]Implementation
    public function get password():String
    public function set password(value:String):void
Constructor detail
Protect()constructor
public function Protect(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor