Follow these steps to allow VEOH Video Network movies to be displayed on your ProphpBB Forum:
> Log into your Administrators Control Panel
> Click the Posting tab (at the top)
> Select BBCodes (from the side bar)
> Click the Add a new BBCode button (on the right)
> In the first textarea copy and paste:
[veoh]{TEXT}[/veoh]
> In the second textarea copy and paste:
<embed src="{TEXT}" allowFullScreen="true" width="540" height="438" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed><br/>
> In the third textarea copy and paste:
[veoh]link[/veoh] or YEOH Video or whatever you want.
> Select the checkbox next to Display on posting page
> Click the Submit button
Now when you want to enter your VEOH video, just grab the EMBED code given on the VEOH website (such as the following)
Code:
<embed src="http://www.veoh.com/veohplayer.swf?permalinkId=v14219518sF6EtD8r&id=anonymous&player=videodetailsembedded&affiliateId=&videoAutoPlay=0" allowFullScreen="true" width="540" height="438" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed><br/><a href="http://www.veoh.com/">Online Videos by Veoh.com</a>
Delete everything except the first scr="" value so in this case, you would be left with:
Code:
http://www.veoh.com/veohplayer.swf?permalinkId=v14219518sF6EtD8r&id=anonymous&player=videodetailsembedded&affiliateId=&videoAutoPlay=0
Then just select all that text and select your [veoh][/veoh] BBCode button you just created.
And there you go! :) Let me know if you have any questions.
-Rich