Adobe Extending Flash Professional CS4 Manuel d'utilisateur Page 467

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 560
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 466
445
EXTENDING FLASH CS4 PROFESSIONAL
Text object
text.renderAsHTML
Availability
Flash MX 2004.
Usage
text.renderAsHTML
Description
Property; a Boolean value. If the value is true, Flash draws the text as HTML and interprets embedded HTML tags.
This property works only with dynamic or input text; it generates a warning if used with other text types.
Example
The following example sets the renderAsHTML property to true:
fl.getDocumentDOM().selection[0].renderAsHTML = true;
text.scrollable
Availability
Flash MX 2004.
Usage
text.scrollable
Description
Property; a Boolean value. If the value is true, the text can be scrolled.
This property works only with dynamic or input text; it generates a warning if used with static text.
Example
The following example sets the scrollable property to false:
fl.getDocumentDOM().selection[0].scrollable = false;
text.selectable
Availability
Flash MX 2004.
Usage
text.selectable
Description
Property; a Boolean value. If the value is true, the text can be selected.
Vue de la page 466
1 2 ... 462 463 464 465 466 467 468 469 470 471 472 ... 559 560

Commentaires sur ces manuels

Pas de commentaire