Difference between revisions of "Template:YouTube Video"

From WikiChristian
Jump to navigation Jump to search
m (does this work any better?)
(that didn't work either)
Line 3: Line 3:
 
|-
 
|-
 
|  
 
|  
<videoflash>{{{youtube}}}</videoflash>
+
<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>
 
|-
 
|-
 
|}
 
|}

Revision as of 14:31, 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>