Gostaria de saber se,
no xml de um feed..
no caso
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Teste</title>
<link>
http://www.vbmattos.cjb.net</link>
<language>en-us</language>
<lastBuildDate>Tue, 27 May 2008 08:13:41 -0500</lastBuildDate>
<docs>
http://backend.userland.com/rss</docs>
<image>
<url>
http://www.benruth.com/uploaded_images/cms%20microbar.gif</url>
<title>Vitor ltda</title>
<link>
http://benruth.com</link>
<width>88</width>
<height>31</height>
</image>
</channel>
</rss>
se eu consigo implementar uma chamada de um .swf... como em um xml normal..assim
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="770" height="500">
<param name="movie" value="index.swf">
<param name="quality" value="High">
<param name="Src" value="index.swf">
<param name="WMode" value="Window">
<param name="Play" value="1">
<param name="Loop" value="-1">
<embed src="index.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="500"></embed></object>
como colocar isto.. dentro do xml do feed?!
alguem me ajuda!?
desde já obrigado!