MyBB Community Forums

Full Version: Photobucket Video MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I couldn't find one on here so I made my own:

Regex:
\[photobucket](.*?)\[/photobucket\]

Replacement:
<embed width="448" height="361" type="application/x-shockwave-flash" wmode="transparent" src="http://photobucket.com/flash/player.swf?file=$1"></embed>

Usage:
[photobucket]http://vid307.photobucket.com/albums/YOURALBUM/YOURVIDEO.flv[/photobucket]
As found in the HTML Code:
<embed width="600" height="361" type="application/x-shockwave-flash" allowFullscreen="true" allowNetworking="all" wmode="transparent" src="http://static.photobucket.com/player.swf?file=http://vid307.photobucket.com/albums/nn2...RVIDEO.flv">

It works for me anyway. Undecided

Demo:
http://petsmania.net/forums/thread-11-po...l#pid13057
Great work!
Notice they make it difficult to get the actual photobucket video URL, the MyCode doesn't work with the "/?action=view&current=" stuff in there.
thank you! Smile I rep you! ANd use on my forum!
this is very useful cus i can upload faster to photobucket than youtube or anything else