I have a system where a user can go in and change the information of their site. The user writes the text and add images and it gets saved as html tags in a MySQL database.
I need to use this system togeather with flash now. I load an ASP file into a dynamic textfield and it works great with text. I use
myVars.load(“http://www.localhost/rambo/scripts/main.asp?pageId=2”);
to fetch the info.
I also want to display images. If i use the line
<IMG src=“images/text.jpg” >
in the database i works great, but i need to use the line
<IMG src=“imageShow.asp?id=6”>
This doesnt work, just leave a white area where the image should be.
Deadline is ticking so…HEEEELP!!!
Thanks in advance!