It seems that the and sign '&' is what's messing up my code... here's the code, I've tried a dozen differen't ways, and it this is the most common result.
expression
Code:
http://([\w.]+)\.photobucket\.([\w.]+)/([\w\/\.\:]+)/([?action=view/¤t=]*)([\w.]+)
Replacement
Code:
<embed src="http://www.photobucket.com/player.swf?file=http://$p1.photobucket.$p2/$p3/$p5" quality="high" bgcolor="#ffffff" width="531" height="416" name="ePlayer"
align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
Result in posts
It tries to embed a video, but the link it's trying to use is
Code:
<embed width="430" height="389" type="application/x-shockwave-flash" wmode="transparent" src="http://photobucket.com/player.swf?file=http://s5.photobucket.com/albums/y177/MrK5/Videos/view"></embed>
and it shows this under the video screen meaning it wasn't used.
¤t=Bunce.flv