MyBB Community Forums

Full Version: embed video full screen option
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
admin panel - config - mycode settings

\[youtube\](.*?)\[/youtube\]

<object width="450" height="344">
<param name="movie" value="http://www.youtube.com/v/$1&color1=0xb1b1b1&color2=0xcfcfcf&hl=es&feature=player_embedded&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
<embed src="http://www.youtube.com/v/$1&color1=0xb1b1b1&color2=0xcfcfcf&hl=es&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="450" height="344"></embed></object>
(2011-05-23, 11:34 PM)codetr Wrote: [ -> ]admin panel - config - mycode settings

\[youtube\](.*?)\[/youtube\]

<object width="450" height="344">
<param name="movie" value="http://www.youtube.com/v/$1&color1=0xb1b1b1&color2=0xcfcfcf&hl=es&feature=player_embedded&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
<embed src="http://www.youtube.com/v/$1&color1=0xb1b1b1&color2=0xcfcfcf&hl=es&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="450" height="344"></embed></object>
That is not the code in your templates - it looks like you are simply viewing the source code on your website.

<!-- start: video_youtube_embed --><br />
<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="http://www.youtube.com/v/PnQdhsuYG9w"><param name="movie" value="http://www.youtube.com/v/PnQdhsuYG9w" /></object><br />
<!-- end: video_youtube_embed --><br />
videos add text editor. No full screen option, but the embedded video code. I do not know how to explain my problem.

[Image: 30u69ab.png]
The problem is you're not following the directions helpful members are giving you.

You don't need an additional MyCode for YouTube video in MyBB 1.6, just follow the tutorial Kodak posted - http://community.mybb.com/thread-94657.html
Pages: 1 2