View Single Post
Old 12-04-2015, 12:47 PM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,368
Quote:
Originally Posted by Juicy D. Links View Post
it seems fucke
Because now it's:

Code:
<object width="720" height="405"><param name="movie" value="https://youtube.com/v/XXXXXXXX?autoplay=0"></param>
<embed src="https://youtube.com/v/XXXXXXXX?autoplay=0" type="application/x-shockwave-flash" width="720" height="405"></embed></object>
Eric, XXXXXXXX was an example of youtube video ID (e.g. IxI8aPISq8I). It must be replaced with the original one which defined in the post like this:

Code:
[youtube]XXXXXXXX[/youtube]
In result the following code must be generated:

Code:
<iframe src="https://youtube.com/embed/XXXXXXXX" height="405" width="720" allowfullscreen="" frameborder="0"></iframe>
No objects, just a standard youtube iframe.
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote