Global application functions
155
Description
Opens the named file with the specified image editor.
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.
Returns
A Boolean value:
true
if Flash MX (or a later version) is installed on the local computer;
false
otherwise.
Global application functions
Global application functions act on the entire application. They handle tasks such as quitting
and accessing Preferences.
NO
TE
This function invokes a special Macromedia 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, this function should never be called from the
Site panel.
000_DW_API_Print.book Page 155 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...