Est-ce que quelqu'un sait comment créer un champ de texte dynamique avec une bordure visible et des coins arrondis dans AS3?Zone de texte arrondie AS3
Je pense que je pourrais avoir à créer un MovieClip arrondi, redimensionner et le placer derrière le texte.
J'ai essayé ceci, mais je ne vois aucun changement.
var styleRound:StyleSheet = new StyleSheet();
styleRound.parseCSS("h4{cornerRadius:10;borderStyle: solid; borderThickness: 1;}");
tf.htmlText = "<h4>" + hotspotData.caption + "</h4>";
tf.styleSheet = styleRound;
utiliser la balise actionscript-3. Vous obtiendrez plus de vues. : D –
Merci! Bonne pensée – Bryan