Azaran on 27/1/2012 at 09:55
It seems like I'm the only member who can't embed videos into my posts. I use the "insert video" tag, but when I submit a post, there's no video, just some code like:
******** class="restrain" type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/-LEb_D2SD3k">
What am I missing?
Al_B on 27/1/2012 at 13:32
I haven't tried it recently but from the "Now what are you playing" thread:
Quote Posted by Al_B
What
does appear to work is to tick the "Use Old Embed Code" option on youtube. Take just the embed element including closing tag and paste that in. In my case I also had to replace instances of & to a simple &. For example:
PHP:
<embed src="http://www.youtube.com/v/SL0WH8ry30E?version=3&hl=en_GB&rel=0" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed>
works for me. (Not actually PHP but the other code tag was being interpreted instead of displayed).
Azaran on 28/1/2012 at 10:45
<embed src="http://www.youtube.com/v/bsaUKlXllU0?version=3&hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Alright it works! :D. Thanks a bunch :thumb:
nickie on 31/1/2012 at 14:01
I really must play this again!