[pmwiki-users] problem with enabling a particular bit of html code

Tegan Dowling tmdowling at gmail.com
Sat Apr 8 13:00:29 CDT 2006


Client wants to insert flash movies into wiki page.  I've enabled html for
the page, which has this on it:

<iframe src="
http://www.audioblog.com/playweb?audioid=P7b4920d2b6b8b85b41766681ae31e166YVpxR1REYmN2&amp;buffer=5&amp;fc=FFFFFF&amp;pc=CCFF33&amp;kc=FFCC33&amp;bc=FFFFFF&amp;gateway=http%3A%2F%2Fwww.audioblog.com%2Fplaylist&amp;player=vp24"
height="210" width="200" frameborder="0" scrolling="no"></iframe>

enabling html for the page looks like this:

        include_once('cookbook/enablehtml.php');
        EnableHtml('select|option|form|input|iframe');

All we get on the wiki page is a 'play' button.

It seems likely to me that the problem lies somwhere in the src="blahblah"
area of the html code.  Any ideas?

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 "&amp;" and "http%3A%2F%2Fwww" instead of "http://www".

Does that make any sense? Maybe if we replaced them...?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20060408/5fe8ced3/attachment.html 


More information about the pmwiki-users mailing list