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

enboig’s picture

I forgot to post the code I try to embed:

<object width="425" height="350">
  <param name="movie" value="http://www.youtube.com/v/LQRTlcz4TEs"></param>
  <param name="wmode" value="transparent"></param>
  <embed src="http://www.youtube.com/v/LQRTlcz4TEs" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed>
</object>
spyderpie’s picture

It is not working for me either.

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/qtWcb0bcA-A"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/qtWcb0bcA-A" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>

Thanks in advance
Julie

jhaggenburg’s picture

It'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:

<p><object width="425" height="355"/></embed></object></p>

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!

dmetzcher’s picture

The need to add the <param> tag to the input filter needs to be added to this module's project page. Right now, it says:

Configure your HTML filter to accept <object>, <embed> and <script> tags by adding them to the list of accepted tags.

I've created another issue to update the page and change this to:

Configure your HTML filter to accept <object>, <embed>, <script> and <param> tags by adding them to the list of accepted tags.

#936108: Add Documentation for Adding the <param> Tag to Input Filter