Adobe Extending Flash Professional CS4 Manual do Utilizador Página 280

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 560
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 279
258
EXTENDING FLASH CS4 PROFESSIONAL
flash object (fl)
fl.outputPanel.clear();
fl.trace("Hello World!!!");
var myPet = "cat";
fl.trace("\nI have a " + myPet);
fl.trace("");
fl.trace("I love my " + myPet);
fl.trace("Do you have a " + myPet +"?");
fl.version
Availability
Flash MX 2004.
Usage
fl.version
Description
Read-only property; the long string version of the Flash authoring tool, including platform.
Example
The following example displays the version of the Flash authoring tool in the Output panel:
alert(fl.version); // For example, WIN 10,0,0,540
fl.xmlui
Availability
Flash MX 2004.
Usage
fl.xmlui
Description
Read-only property; an XMLUI object. This property lets you get and set XMLUI properties in a XMLUI dialog box
and lets you accept or cancel the dialog box programmatically.
Example
See XMLUI object.
Vista de página 279
1 2 ... 275 276 277 278 279 280 281 282 283 284 285 ... 559 560

Comentários a estes Manuais

Sem comentários