CS4 how to use img tag in dynamic text box
HI
I have been searching a long time and have not found the answer that works for me.
I bought a template. I have CS4 Flash Professional which is over my head at the moment.
I want to insert images from the library in a uni scrolling bar.The images must move with the text. that is fixed to the text so when the user scrolls the image moves with the text.
I do not see why Flash makes this so difficult.
They do not give much help on their own site.
I have:
made sure the text box is dynamic
made sure the text box is multi line and word rapped.
I have read I could use the <img> tag
Question 1: I am assuming I enter this code IN LINE as I am typing in the text box, Correct?
But when I have tried, while in the text box <img src="pic04.png">, where pic04.png is an image in my library, all that happens is the code is displayed as text .
I have tried a few variations:
<img src="pic04.png">
<img src="pic04.png"/>
<img src="pic04.png"></img>
And a few others and each time I test the movie the code is displayed as text.
Question 2: If the location of the file is not found, will it display the code as text?
Question 3: Am I supposed to put the image in a directory, that is, I was assuming it would find it in the library. I am starting to think I was wrong about that.
but still I assumed the code wold not display as text.
So what am I doing wrong? what is the easiest and quickest way to embed an image into a dynamic text box and have it move with the text. thanks for the help.