View Single Post
  #1 (permalink)  
Old 05-07-2008, 03:14 PM
freeforum freeforum is offline
Administrator
 
Join Date: Apr 2007
Posts: 374
How to embed youtube or others if you have the code

If you have the code of a flash to embed like youtube, you can use BBCode [flash] to embed it.

You have a code look like this from youtube or somewhere:
Code:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QMBdkBGePzQ&hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QMBdkBGePzQ&hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
width: the width of the flash
height: the height of the flash
value/src: Web address to the flash

Rewrite it into [flash] as this thread advised. That means your [flash] will like this:
Code:
[flash=425,355]http://www.youtube.com/v/QMBdkBGePzQ&hl=en[/flash]
Hope this helps.

Please feel free to post here if you have any questions, we and other members will reply to you as soon as we can.

Thank you.
Reply With Quote