PDA

View Full Version : Photobucket.com video BBCode


zincpony
01-11-2007, 05:03 AM
im workin on a BB Code for photobucket.com video files. i cant seem to get it rite this is what ive been able to come up with

is there something that i am not currently seeing. :confused:



PHOTOBUCKET EMBEDED CODE


<embed width="430" height="389" type="application/x-shockwave-flash" wmode="transparent" src="http://s33.photobucket.com/player.swf?file=http://vid33.photobucket.com/albums/d94/attractscops/MVI_0879-1.flv"></embed>







REPLACEMENT CODE

<embed src="http://www.photobucket.com/player.swf" FlashVars="?file={param}" quality="high" bgcolor="#ffffff" width="430" height="389" name="ePlayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>


EXAMPLE CODE

http://s33.photobucket.com/albums/d94/attractscops/?action=view&current=MVI_0879-1.flv
and of course the image thats to be uploaded and called to editor

images/editor/photob.gif

zincpony
01-11-2007, 04:57 PM
ttt

|oR|Greg
01-11-2007, 05:29 PM
Nothing seems to match up with what you're trying to do. Your embeded code, and example code, have different URL's for one thing... so that's not good.

zincpony
01-11-2007, 06:46 PM
thats what i came to cause the

http://s33.photobucket.com

constantly changes its never s33 it constantly changes around that is the problem that i am experiencing. any suggestions??

stuie_b
01-12-2007, 03:45 PM
The following code should work,

just update your Replace code with this
<embed src="http://www.photobucket.com/player.swf?file={param}" quality="high" bgcolor="#ffffff" width="430" height="389" name="ePlayer" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>

Once you've updated just post like this

http://s33.photobucket.com/albums/d94/attractscops/?action=view&current=MVI_0879-1.flv


hope it helps

Stuie B

zincpony
01-15-2007, 11:43 PM
thanks that almost did it but the code to insert is suppose to be without the ?action=view&current= its suppose to be justjust


http://s33.photobucket.com/albums/d94/attractscops/MVI_0879-1.flv

4x4 Mecca
05-27-2007, 07:19 PM
Yeah, is there a way, maybe via java or something to remove the "?action=view&current=" automatically?

stuie_b
05-27-2007, 09:11 PM
I've sent a fix for "?action=view&current=" stuff too zincpony you'll just have too wait a little long until they release an update with what ever modifications they make

thanks

Stuie

4x4 Mecca
05-28-2007, 12:26 AM
Thanks Stuie b