embed a video??

object>
 
<object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/gPI9Tbjno5Q&hl=en&fs=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/gPI9Tbjno5Q&hl=en&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object>
 
Here's how it works with youtube:

Say, you have a youtube video as follows:
www . youtube.com/watch?v=E6VJJfSaOYw

The last string (which I have underlined) after the equals sign is what you need in order to embed.

So, You type the following (just delete all the spaces):
[ youtube ]E6VJJfSaOYw[ /youtube ]

to get this:
 
Back
Top