MyBB Community Forums
Photobucket Video MyCode - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: MyCodes (https://community.mybb.com/forum-117.html)
+--- Thread: Photobucket Video MyCode (/thread-60430.html)



Photobucket Video MyCode - Alan S. - 2009-11-29

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/nn293/YOURALBUM/YOURVIDEO.flv">

It works for me anyway. Undecided

Demo:
http://petsmania.net/forums/thread-11-post-13057.html#pid13057


RE: Photobucket Video MyCode - Monaco - 2011-09-18

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.


RE: Photobucket Video MyCode - caygri - 2011-09-23

thank you! Smile I rep you! ANd use on my forum!


RE: Photobucket Video MyCode - TMGFX - 2011-09-25

this is very useful cus i can upload faster to photobucket than youtube or anything else