# Showing images dynamically

**URL:** https://forum.kirupa.com/t/showing-images-dynamically/169118
**Category:** Uncategorized
**Created:** [November 13, 2005, 7:06pm UTC](https://forum.kirupa.com/t/showing-images-dynamically/169118 "2005-11-13T19:06:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![StangLuverJ](https://avatars.discourse-cdn.com/v4/letter/s/b5ac83/32.png) [@StangLuverJ](https://forum.kirupa.com/u/StangLuverJ)
#### Post date: [November 13, 2005, 7:06pm UTC](https://forum.kirupa.com/t/showing-images-dynamically/169118/1 "2005-11-13T19:06:52Z")

</div>

Lets say I was presented with this HTML code. (random)

\<TABLE\>  
\<TR\>\<TD\>Hello my name is Jason\</TD\>\</TR\>  
\<TR\>\<TD\>This is a picture of me \<img src=‘hello.jpg’\>\</TD\>\</TR\>  
\<TR\>\<TD\>Age: 24\</TD\>\</TR\>  
\<TR\>\<TD\>This is another picture of me \<img src=‘hello1.jpg’\>\</TD\>\</TR\>  
\</TABLE\>

How would I go about displaying those images as well as the text in flash?

Thanks much you guys!  
-J
