Okay in an attempt to redeem myself.
Alright, how do you embed videos on this forum, and why does it lack the extremely necessary "preview post" function?
End of SpardaSon21's quote
Okay, stick with me. Go to youtube and pick a vid. We'll use this one for the example: http://www.youtube.com/watch?v=ZOkF0McZKIw
Code: html
- <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/ZOkF0McZKIw&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZOkF0McZKIw&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>
Okay, copy the Embedded code. Go to stardock forums and click the "HTML" Button, paste the above code in and add <p> in front of it and </p> behind it. So you should have:
Code: html
- <p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/ZOkF0McZKIw&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ZOkF0McZKIw&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
And TADA!!!!!!!