PDA

View Full Version : add images within textfields


bmbbonz
03-07-2007, 03:49 AM
Hello Everyone. I was wondering if someone can please help me out.

I'm new to the Flash 8 world and I have a problem...

I am trying to include an image either jpeg or gif into a textfield with a scroll bar and I don't know how. Do I have to use Action Script or is there another way I can do it. I am just learning Action Script and don't really have it done yet. So I guess I need to know, how can I include an image inside a textfield...so that when I scroll down with the bar, the image and text move along together.

Thanks, Tommy

jsonchiu
03-07-2007, 05:41 AM
you can just check the "render as html" box and use the <img src="blablabla.jpg" /> to add image.

bmbbonz
03-07-2007, 05:05 PM
Where can I find the "Render as HTML" box?