Adobe Extending Flash Professional CS4 Bedienungsanleitung Seite 280

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 560
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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.
Seitenansicht 279
1 2 ... 275 276 277 278 279 280 281 282 283 284 285 ... 559 560

Kommentare zu diesen Handbüchern

Keine Kommentare