PDA

View Full Version : Need Help ASAP! Flash and XML


nrobes
07-08-2008, 11:20 PM
I am working with the following code to fit into a movie clip created in Flash:

<item>
<title> Product Title</title>
<description>
<![CDATA[ Product Description goes here <img src="imgs/1.jpg" height="110px" width="130px"/> <img src="imgs/2.jpg" height="110px" width="130px"/>]]>
</description>
<stock> Stock #: AIL-1001 - $82,000.00(Cdn)</stock>
</item>

However, the two img tags display the pictures one on top of the other. Is there any peice of code to make it so they display side by side?

gnomeontherun
07-10-2008, 09:04 PM
I need to see actual code for the Flash to know what you are trying to do. I've got no idea what you are doing so far, so can you post the Actionscript or the FLA?