MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 122

Extending flash
Table of Contents

Advertisement

Description
Method; imports a SWF file into the document. This method performs the same operation as
using the Import menu command to specify a SWF file. In Flash 8 and later, you can also use
to import a SWF file (as well as other types of files).
document.importFile()
Example
The following example imports the
file from the Flash Configuration folder:
"mySwf.swf"
fl.getDocumentDOM().importSWF(fl.configURI+"mySwf.swf");
See also
document.importFile()
document.intersect()
Availability
Flash 8.
Usage
document.intersect();
Parameters
None.
Returns
A Boolean value:
if successful;
otherwise.
true
false
Description
Method; creates an intersection drawing object from all selected drawing objects. This
method returns
if there are no drawing objects selected, or if any of the selected items
false
are not drawing objects.
Example
The following example creates an intersection drawing object from all selected drawing
objects.
fl.getDocumentDOM().intersect();
See also
,
,
,
document.crop()
document.deleteEnvelope()
document.punch()
,
document.union()
shape.isDrawingObject
122
Objects

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents