youtube not workink

enboig - June 29, 2007 - 13:03
Project:Embed filter
Version:5.x-1.0
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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:

<?php
<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

#1

enboig - June 29, 2007 - 14:17

I forgot to post the code I try to embed:

<?php
<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>
?>

#2

spyderpie - July 5, 2007 - 15:17

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

#3

jhaggenburg - May 17, 2008 - 18:31

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!

 
 

Drupal is a registered trademark of Dries Buytaert.