On 07/08/2011 04:22 PM, Alan Flisch wrote:
I've been experimenting with including video on my
pages and have had
success with flowplayer with all the relevant flash and javascript
stuff within {{html}} tags, however a similar test using a video tag
didn't seem to result in the html even getting included in the page.
Any ideas?
I'm testing with 2.2.3.27738 and the browser I'm using is Chromium V12.
By default, the {{html}} macro cleans up the HTML source, producing
valid XHTML. The <video> tag is not recognized as a valid tag, so it is
discarded. You should use {{html clean="false"}} to prevent this
cleanup, which will result in exactly the same content as the input,
without any changes.