PDA

View Full Version : scroll bar + text box


issamneo
06-18-2004, 06:47 AM
hi
how to add ascroll bar to a text box
means how to make a text box srolling dynamically when the text is bigger than the text box

CyanBlue
06-18-2004, 08:08 AM
Um... I know pretty much nothing about the FMX 2004, but isn't there something called textArea component or similar that does it??? If not, just disregard me on this... :D

issamneo
06-18-2004, 08:36 AM
hi BlueCyan :D
yes there is but i want to put on them a text like this so i use the text box component

myVar = 10;
function goAndPlay(x) {
trace(x);

}
var x = 2;
test.html = true;
test.htmlText="allo"+"<A HREF='asfunction:goAndPlay,"+myVar+"'><u>Click here</u></A>"+"Lorsque vous programmez dans Flash, vous travaillez dans un document Flash, qui porte l'extension .fla. Lorsque vous voulez déployer";

test.htmlText=test.htmlText+"un outil de programmation qui vous permet de créer une animation simple ou une application web complexe et interactive, telle qu'une boutique en ligne. Vous pouvez enrichir vos applications Flash en y ajoutant des images, du son et de la vidéo. Flash inclut de nombreuses fonctionnalités, comme les composants glisse ActionScript dans vos documents et les effets spéciaux Ã* ajouter aux objets, qui en font un outil Ã* la fois puiss";