beautypg.com

Dreamweaver.openwithexternaltexteditor(), Dreamweaver.openwithimageeditor(), Dreamweaver.validateflash() – Adobe Dreamweaver API Reference CS5 User Manual

Page 117

background image

112

DREAMWEAVER API REFERENCE

Application

Last updated 8/27/2013

dreamweaver.openWithExternalTextEditor()

Availability
Dreamweaver 3.

Description
Opens the current document in the external text editor that is specified in the External Editors entry in the Preferences
dialog box.

Arguments
None.

Returns
Nothing.

dreamweaver.openWithImageEditor()

Availability
Dreamweaver 3.

Description
Opens the named file with the specified image editor.

Note: This function starts a special Adobe Fireworks integration mechanism that returns information to the active
document if Fireworks is specified as the image editor. To prevent errors if no document is active, never call this function
from the Site panel.

Arguments
fileURL, appURL

The fileURL argument is the path to the file to open, which is expressed as a file:// URL.

The appURL argument is the path to the application with which to open the file, which is expressed as a file:// URL.

Returns
Nothing.

dreamweaver.validateFlash()

Availability
Dreamweaver MX.

Description
Determines whether Flash MX (or a later version) is installed on the local computer.

Arguments
None.