Possible to Imbed Images in TextBoxes?

[FONT=“Times New Roman”][COLOR=“DarkSlateBlue”][SIZE=“3”]Hello all:

Is it possible to create a textbox with a scrollbar that can contain both text and images? Maybe some sort of ActionScript that has to do with loading external files that contains both text and images? But I presume that if it’s going into a textbox, it’d have to be text… I’d like my content in a textbox though (rather than in a movieclip) so it could be scrollable.

Hmmm… what I’d do is create my page in Fireworks with the text and images. So that way I can assign hyperlinks on keywords. Then the file would be saved as either PNG or HTML. Either way, could Flash import such files into a textbox and still preserve the hyperlinks?.. hmmm, just throwing out a bunch of possible solutions to this…

Thanks for any input on this–[/SIZE]

:ponder:[/COLOR][/FONT]

[FONT=“Times New Roman”][COLOR=“DarkSlateBlue”]Ahhh no, nobody eh? [/COLOR][/FONT] :bored:

You can’t create a TextField with that sort of content. There are numerous different scrollbar tutorials (and source files) that scroll MovieClips instead of only text, you could incorporate images and text into something of that nature.

Flash TextFields only support a limited form of HTML, but you can have hyperlinks in them.

Actually you can use the <img /> tag to embed images into a TextField, but in effect all that does is create an empty movie clip and load the image into that.

Yes, you’re right. I haven’t ever had luck getting that to work well, though. :sigh:

Take a look at Program Files>Macromedia>Flash 8>Samples and Tutorials>Samples>Text>TextEnhancements