Active
Project:
Embed filter
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2007 at 13:03 UTC
Updated:
8 Oct 2010 at 17:55 UTC
I have just installed the filter and it don't work. Here is my configuration:
* I created a new filter so no other filter is interfering.
* I added html filter with: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <object> <param> <embed>
* html filter has weight=9 and embed=10
When I use "phpcode" filter there is no problem.
Any hint? thanks
Comments
Comment #1
enboig commentedI forgot to post the code I try to embed:
Comment #2
spyderpie commentedIt is not working for me either.
Thanks in advance
Julie
Comment #3
jhaggenburg commentedIt's not working here eather. There's a place reserved for the player, but it remains blank. Here's my embedcode:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/647NxThCfy8&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/647NxThCfy8&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>and here's the result-source:
edit: Reading trough my own post I saw the sollution. I forgot to add the < param > tag to the allowed tags. Pretty stupid, but that's missing in the explanation on the main page! Maybe it would be nice to add that ;)
Thanks anyway, great module!
Comment #4
dmetzcher commentedThe need to add the
<param>tag to the input filter needs to be added to this module's project page. Right now, it says:I've created another issue to update the page and change this to:
#936108: Add Documentation for Adding the <param> Tag to Input Filter