Improv Resource Center - Forums

If you're having trouble getting your youtube video to display in the Improv Resource Center message board, here's what you do;

Add YOUTUBE to the beginning of your embed code and /YOUTUBE at the end of your embed code with brackets around each YOUTUBE and /YOUTUBE. (Use the 640 x 385 size when you grab the embed code)

HERE is the change you have to do..... somewhere in the code (twice) is a line that says ?fs= and then some other code. CHANGE the ? to an & in both places and the video player will show up.

Here is how your video will show up if you don't change the ? to an & in its place:
[youtube]<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/40g0r1I_CUU?fs=1&amp;hl=en_US&amp;color1=0x5d1719&amp;color2=0xcd311b"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/40g0r1I_CUU?fs=1&amp;hl=en_US&amp;color1=0x5d1719&amp;color2=0xcd311b" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>[/youtube]

Code corrected with changing the ? to an & and your video will display like this!

[youtube]<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/40g0r1I_CUU&fs=1&amp;hl=en_US&amp;color1=0x5d1719&amp;color2=0xcd311b"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/40g0r1I_CUU&fs=1&amp;hl=en_US&amp;color1=0x5d1719&amp;color2=0xcd311b" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>[/youtube]
Top