In the phpbb admin panel there is the option to add custom bbcode.
the replacement code you need to use is
Code: Select all
<object type="application/x-shockwave-flash" data="{IDENTIFIER}" width="425" height="350">
<param name="movie" value="{IDENTIFIER}" />
<param name="wmode" value="transparent" />
</object>Code: Select all
[youtube]{IDENTIFIER}[/youtube]Code: Select all
[youtube]http://www.youtube.com/watch?v=G9f4kqOaIiQ[/youtube]