Modify ↓
#8174 closed defect (worksforme)
Wiki formatting strips object (SWF Movie)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.11-stable |
Severity: | normal | Keywords: | swf, object, wiki |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I just have placed this code in wiki using WikiHtml but it strips an <object> tag in the preview and saved page. So the swf move can't be showed on wiki page.
{{{ #!html <object type="application/x-shockwave-flash" width="220" height="110" data="http://img.yandex.net/i/time/clock.swf?3"> <param name="movie" value="http://img.yandex.net/i/time/clock.swf?3"/> <param name="quality" value="high"/> <param name="bgcolor" value="#FFFFFF"/> <param name="wmode" value="opaque"/> <param name="FlashVars" value="id=65&type=informer"/> </object> }}}
Is there any way to put in the swf object with params?
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Summary: | Wiki formatting strips object (SWF Move) → Wiki formatting strips object (SWF Movie) |
comment:2 by , 16 years ago
Great thanks i didn't now about the option render_unsafe_content. Now it works fine. Embed plugin doesn't not support param. In my case it's external flash informer so param needed.
Note:
See TracTickets
for help on using tickets.
If you have control over the configuration of the Wiki, and if you're OK with the implications of the change, you can turn off HTML sanitization, see TracIni#wiki-section,
render_unsafe_content
.Otherwise, you could use a macro for inserting such content, e.g. TracHacks:FlashEmbedMacro.