View Single Post
  #1  
Old 3rd February 2010, 13:29
Storm6699 Storm6699 is offline
Member
 
Join Date: Dec 2009
Croatia
Posts: 9
Default Youtube Embed link in forum
how to make that when I put the youtube embed link in the forum post show youtube video window
and not only embed code

PHP Code:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/yGSkjGJAyVM&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param>

<
param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yGSkjGJAyVM&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
When you put youtube embed link to the forum instead to show youtube window shows me only the code
Reply With Quote