- Code: Select all
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/TVhwwFHGEFI&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TVhwwFHGEFI&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Now, you'll see a URL (that is different than the normal URL) somewhere in the embed code. Grab it.
- Code: Select all
http://www.youtube.com/v/TVhwwFHGEFI&hl=en&fs=1&
Click the Flash button. "[flash=] [/flash]" will appear. Plug the URL stolen from the code above into the middle. After the = in the first bracket you put the width and height (which can easily be found near the beginning of the code). No space and a comma in the middle.
- Code: Select all
[flash=425,344]http://www.youtube.com/v/TVhwwFHGEFI&hl=en&fs=1&[/flash]
Annnd...