Client wants to insert flash movies into wiki page.&nbsp; I've enabled html for the page, which has this on it:<br><br>&lt;iframe src=&quot;<a href="http://www.audioblog.com/playweb?audioid=P7b4920d2b6b8b85b41766681ae31e166YVpxR1REYmN2&amp;amp;buffer=5&amp;amp;fc=FFFFFF&amp;amp;pc=CCFF33&amp;amp;kc=FFCC33&amp;amp;bc=FFFFFF&amp;amp;gateway=http%3A%2F%2Fwww.audioblog.com%2Fplaylist&amp;amp;player=vp24">
http://www.audioblog.com/playweb?audioid=P7b4920d2b6b8b85b41766681ae31e166YVpxR1REYmN2&amp;amp;buffer=5&amp;amp;fc=FFFFFF&amp;amp;pc=CCFF33&amp;amp;kc=FFCC33&amp;amp;bc=FFFFFF&amp;amp;gateway=http%3A%2F%2Fwww.audioblog.com%2Fplaylist&amp;amp;player=vp24
</a>&quot; height=&quot;210&quot; width=&quot;200&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;<br><br>enabling html for the page looks like this: <br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; include_once('cookbook/enablehtml.php');
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; EnableHtml('select|option|form|input|iframe');<br><br>All we get on the wiki page is a 'play' button.<br><br>It seems likely to me that the problem lies somwhere in the src=&quot;blahblah&quot; area of the html code.&nbsp; Any ideas?
<br><br>The only thing I can think of is the possibility that the problem lies in the wiki's response to the html code that replaces spaces and punctuation in the 
URI - like &quot;&amp;amp;&quot; and &quot;http%3A%2F%2Fwww&quot; instead of 
&quot;<a href="http://www/">http://www</a>&quot;. <br><br>Does that make any sense? Maybe if we replaced 
them...?