Replace this:
Code:
[CDATA[Extraction Information]]></phrase>
<phrase name="automediaembed_warning" date="1182769889" username="The Geek" version="1.0.0"><![CDATA[Warning]]
With this?:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<AME>
<item>
<id>85</id>
<title>Photobucket (Videos)</title>
<description><![CDATA[Embed Photobucket.com Videos using "Share URL" link!]]></description>
<displayorder>1</displayorder>
<findcode><![CDATA[(http://[\w\d]+\.photobucket\.[\w\.\/%-_?]+)/([\?action\=view]*)([&]*)([current]+)\=([\w\d-.]+\.flv)]]></findcode>
<replacecode><![CDATA[<embed width="430" height="389" type="application/x-shockwave-flash" wmode="transparent" src="http://photobucket.com/player.swf?file=$p1/$p5"></embed>]]></replacecode>
<status>1</status>
<container>1</container>
<embedregexp />
<extraction>1</extraction>
<gdef>0</gdef>
</item>
</AME>