| Property | Defined by | ||
|---|---|---|---|
| fileAttributes : FileAttributes | SWF | ||
| header : Header | SWF | ||
| tags : Tags | SWF | ||
| Method | Defined by | ||
|---|---|---|---|
|
visit(visitor:TagVisitor):void
| SWF | ||
| fileAttributes | property |
fileAttributes:FileAttributes [read-write]Implementation
public function get fileAttributes():FileAttributes
public function set fileAttributes(value:FileAttributes):void
| header | property |
header:Header [read-write]Implementation
public function get header():Header
public function set header(value:Header):void
| tags | property |
tags:Tags [read-write]Implementation
public function get tags():Tags
public function set tags(value:Tags):void
| visit | () | method |