Difference between revisions of "Template:YouTube Video"

From WikiChristian
Jump to navigation Jump to search
(that didn't work either)
(typos)
Line 4: Line 4:
 
|  
 
|  
 
<object width="425" height="355">
 
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/{{{youtube}}}&rel=1">
+
<param name="movie" value="http://www.youtube.com/v/{{{youtube}}}&rel=1" />
<param name="allowfullscreen" value="true" />
+
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent"></param>
+
<param name="wmode" value="transparent">
<embed src="http://www.youtube.com/v/{{{youtube}}}&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355" allowfullscreen="true"
+
</param>
 +
<embed src="http://www.youtube.com/v/{{{youtube}}}&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355" allowfullscreen="true">
 
</embed>
 
</embed>
 
</object>
 
</object>

Revision as of 14:33, 19 July 2008

{{{title}}}

<object width="425" height="355">

<param name="movie" value="http://www.youtube.com/v/{{{youtube}}}&rel=1" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="transparent">
</param>

<embed src="http://www.youtube.com/v/{{{youtube}}}&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355" allowfullscreen="true"> </embed> </object>