[SIZE=2]here is the code…
txtPortfolio.html = true;
txtPortfolio.wordWrap = true;
txtPortfolio.multiline = true;
//txtPortfolio.label.condenseWhite=true;
txtPortfolio.scroll = “true”;
txtPortfolio.htmlText = “<img src=‘1.jpg’ width=‘314’ height=‘218’ hspace=‘5’ vspace=‘100’>”;
txtPortfolio.htmlText += “hello this text works for some reason!”;
txtPortfolio.htmlText += “<img src=‘2.jpg’ width=‘314’ height=‘218’ hspace=‘5’ vspace=‘300’>”;
why does the dynamic text field not scroll when the images are going off the bottom
of the preset size of the dynamic text field?
they are apearing… and the text is apearing first of course… and then the two images
are like:
(output)
hello this text works for some reaosn!
image
image
(end of output)
but the second image goes off the bottom… so why does the scroll bar that works for text not work when the images go off the screen - and is there a way to get this to work from images or does it have to be text for the scrollbar component to detect it as full?
and. … also i tested this from my webspace… and there was no images appearing at all… ??? does the server have to have some actionscript support or something on?
[/SIZE]