nm… no idea what i did… but it is scrolling now…
(this is still needing help guys!!!) !!!
still have a problem… how do i get the dynamic text field to scroll… if i enter in too much HTML text / pictures??? i have the scrollbar component with the parameters set right, etc… and it does scroll properly if i just enter in text within flash… but soon as i set it to the code below… and add a bunch of <br>'s and text to make it too long for the dynamic/html text field to hold… it still won’t scroll… but yet it doesn when it’s not .htmltext … if it is just .text set to a buncha stuff it will scroll…
is there an option such as … txtMyText.HTMLscroll = “true”??? or something that i’m missing…
[previous post…below]
(FIXED HHAHAHH RIGHT ON!!! I DID IT!!!)
just had to change some publish settings… that i changed once before,
but didn’t save the file after doing it… i guess… sorry guys…
actionscript > 2.0
flash player > 8.0.0 (autodetect)
were the settings that i changed in file/publish setttings!
(quote)
hey guys… just installed flash pro 8… and i did it so that i could
myTextBox.htmlText = "This is a picture of my best feature: ";
myTextBox.htmlText += “<img src=‘1.jpg’>”;
or
myTextBox.htmlText += “<img src=“1.jpg”>”;
for an example that i found, and it isn’t working… and i have a 1.jpg file
in the same dir as the fla file…
what is going on here, why does this not load the image into my dynamic/html
text field… i have a keyframe with the actions on the frame where the dynamic/html
text field is to be shown… it is in the same frame… and i put the code as the action
of the frame… so that when the timeline enters the frame it will set that text box =
to that data… but the image is showing. help! (end of quote)