MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 175

Extending flash
Table of Contents

Advertisement

document.width
Availability
Flash MX 2004.
Usage
document.width
Description
Property; an integer that specifies the width of the document (Stage) in pixels.
Example
The following example sets the width of the Stage to 400 pixels.
fl.getDocumentDOM().width= 400;
See also
document.height
document.xmlPanel()
Availability
Flash MX 2004.
Usage
document.xmlPanel( fileURI )
Parameters
A string, expressed as a file:/// URI, that specifies the path to the XML file
fileURI
defining the controls in the panel. The full path is required.
Returns
An object that has properties defined for all controls defined in the XML file. All properties
are returned as strings. The returned object will have one predefined property named
that will have the string value
or
.
"dismiss"
"accept"
"cancel"
Document object
175

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents