phpBB Flash feature

Yes, you can post youtube videos with it, although it can be used for posting other flash content you find on the net.
 
If you'd like the YouTube BBCode, here it is:
BBCode usage box in ACP:
Code:
[youtube]{TEXT}[/youtube]
HTML replacement box in ACP:
Code:
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{TEXT}" width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/{TEXT}" />
<param name="wmode" value="transparent" />
</object>
 
Back
Top Bottom