MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Especificaciones Pagina 443

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 442
443
Returns
A string that contains the name of the text editor that is suitable for presentation in the UI, not
the full path.
dreamweaver.getFlashPath()
Availability
Dreamweaver MX
Description
Gets the full path to the Flash MX application in the form of a file URL.
Arguments
None.
Returns
An array that contains two elements. Element [0] is a string that contains the name of the
Flash MX editor. Element [1] is a string that contains the path to the Flash application on the
local computer, which is expressed as a file:// URL. If Flash is not installed, it returns nothing.
Example
var myDoc = dreamweaver.getDocumentDOM();
if ( dreamweaver.validateFlash() ) {
var flashArray = dreamweaver.getFlashPath();
dreamweaver.openWithApp( myDoc.myForm.swfFilePath, flashArray[1] );
}
dreamweaver.getPrimaryBrowser()
Availability
Dreamweaver 3
Description
Gets the path to the primary browser.
Arguments
None.
Returns
A string that contains the path on the users hard drive to the primary browser, which is expressed
as a file:// URL. If no primary browser is defined, it returns nothing.
dreamweaver.getPrimaryExtensionEditor()
Availability
Dreamweaver 3
Description
Gets the primary editor for the specified file.
Arguments
fileURL
Vista de pagina 442
1 2 ... 438 439 440 441 442 443 444 445 446 447 448 ... 691 692

Comentarios a estos manuales

Sin comentarios