Hi,
I was finally able to get my RSS feed via PHP and AS3 to display everything in
my Flash TextArea. I need to use condenseWhite set to "true" to eliminate all
the white space and horrible formatting from the feed. It does a wonderful job
except, it is removing the main image. Turn it off, and everything shoes up,
but in a nasty jumble. The image has been resized by the sites server. It has
no file extension because of this. Can anyone help me with this? I can't find a
work-around or a simple solution. Thanks

Here is the relevant section of CDATA:
/----------BROKEN IMAGE:
<img src="http://image.shopzilla.com/resizesq=100&uid=624987444" border="0"
title="http://www.shopzilla.com/12--Canon_PowerShot_A720_IS_-_cat_id--402__prod_
id--624987444"/>

//----------WORKING IMAGES:
<img src="http://img.shopzilla.com/shopzilla/rating_4_star_104x19.gif"
width="104" height="19" align="absmiddle" border="0"/>

<img src="http://img.shopzilla.com/shopzilla/button_compare_prices_125x21.gif"
width="125" height="21" border="0" vspace="10"/>

David