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