beautypg.com

Dom.insertfiles(), Dreamweaver.activateapp(), Dreamweaver.printdocument() – Adobe Dreamweaver API Reference CS5 User Manual

Page 118

background image

113

DREAMWEAVER API REFERENCE

Application

Last updated 8/27/2013

Returns
A Boolean value:

true

if Flash MX (or a later version) is installed on the local computer;

false

otherwise.

dom.insertFiles()

Availability
Dreamweaver CS3.

Description
Inserts one or more files into the current document at the current insertion point or in place of the current selection,
prompting the user for parameters, if necessary.

Arguments:
strFiles

The

strFiles

argument is a string that specifies the file \paths and names of the files to insert. Multiple filenames

can be passed to this function.

Returns
Nothing

dreamweaver.activateApp()

Availability
Dreamweaver CS3.

Description
Makes the specified application the frontmost application.

Arguments:
applicationID

The applicationID is a string that specifies the application to activate, such as

dreamweaver

.

Returns
Nothing

dreamweaver.printDocument()

Availability
Dreamweaver CS3.

Description
Performs the equivalent of the Dreamweaver File > Print Code command on the requested file.