Hi,
I have the following XML file which looks fine rendered in a browser but when its read by a SWF as a news ticker I get all these weird squares appearing. Any ideas?
Thanks,
Sean
I have the following XML file which looks fine rendered in a browser but when its read by a SWF as a news ticker I get all these weird squares appearing. Any ideas?
Code:
<?xml version="1.0"?> <ticker> <topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>LANSINOH JETZT IN BERLIN </b></font><br /><font size="12px" color="#686868">Die deutsche Niederlassung von Lansinoh Laboratories Inc....</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=9</link> <targetIsUrl>Y</targetIsUrl> </topic><topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>LANSINOH STILLEINLAGEN IN IMMER MEHR DROGERIEN ERHÄLTLICH</b></font><br /><font size="12px" color="#686868">Lansinoh Stilleinlagen sind ab sofort außer in Apotheken...</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=10</link> <targetIsUrl>Y</targetIsUrl> </topic><topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>LANSINOH IST AN IHREN ERFAHRUNGEN INTERESSIERT</b></font><br /><font size="12px" color="#686868">Lansinoh möchte Sie beim Stillen unterstützen. ...</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=11</link> <targetIsUrl>Y</targetIsUrl> </topic><topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>LANSINOH PRODUKTE SIND GARANTIERT BISPHENOL-A FREI</b></font><br /><font size="12px" color="#686868">Viele Eltern machen sich über das Thema Plastik...</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=12</link> <targetIsUrl>Y</targetIsUrl> </topic><topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>LANSINOH BIETET INFO-SETS FÜR APOTHEKEN AN</b></font><br /><font size="12px" color="#686868">Öffentliche Apotheken können ein Informations-Set bei Lansinoh anforde...</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=13</link> <targetIsUrl>Y</targetIsUrl> </topic><topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>NEUES VERPACKUNGSDESIGN FÜR DIE LANSINOH HANDMILCHPUMPE</b></font><br /><font size="12px" color="#686868">Die Lansinoh Handmilchpumpe hat ein neues Verpackungsdesign....</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=14</link> <targetIsUrl>Y</targetIsUrl> </topic><topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>LANSINOH PRODUKTE JETZT AUCH BEI TEGUT...ERHÄLTLICH</b></font><br /><font size="12px" color="#686868">Lansinoh Lanolin Salbe und Lansinoh Stilleinlagen...</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=15</link> <targetIsUrl>Y</targetIsUrl> </topic><topic> <text><![CDATA[<font size="12px" color="#624A9E"><b>NEUE Ü LANOLIN BROSCH ÜREN VON LANSINOH Ü</b></font><br /><font size="12px" color="#686868">Ab sofort gibt es zwei neue Brosch...</font><br /><font size="12px" color="#624A9E"><b>Read more</b></font>]]></text> <link>/lansinoh/NewsDetail.php?news_id=16</link> <targetIsUrl>Y</targetIsUrl> </topic></ticker>
Sean