![]() |
|
|||||||
| phpBB3 Manuals and Guides You will find out how to admin a forum, change forum style and many other guides. Other online helps: http://www.phpbb.com/support/documentation/3.0/, http://www.phpbb.com/support/tutorials/3.0/, http://www.phpbb.com/kb/3.0/. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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> 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] 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. |
|
|||
|
Quote:
Code:
[youtube]http://{SIMPLETEXT1}.youtube.com/watch?v={SIMPLETEXT2}[/youtube]
Code:
<object width="425" height="350"><param name="movie" value="<A href="http://{SIMPLETEXT1}.youtube.com/v/{SIMPLETEXT2}"></param><param">http://{SIMPLETEXT1}.youtube.com/v/{SIMPLETEXT2}"></param><param name="wmode" value="transparent"></param><embed src="http://{SIMPLETEXT1}.youtube.com/v/{SIMPLETEXT2}" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Code:
[youtube]http://www.youtube.com/watch?v=LHCHo882kk2w[/youtube] ![]() I hope this works. |
|
|||
|
Quote:
BBcode usage: Code:
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]
Code:
<object width="480" height="385">
<param name="movie" value="http://www.youtube.com/v/{IDENTIFIER}&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/{IDENTIFIER}&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed>
</object>
|