Thanks for your help Geek, but I cant get it it to work, here's the full XML I have imported.
PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<AME>
<item>
<id>15</id>
<title>GameTrailers</title>
<description>gametrailers vids.</description>
<displayorder>70</displayorder>
- <findcode>
- <![CDATA[ http://www\.gametrailers\.com/player/([\d]+)
]]>
</findcode>
- <replacecode>
- <![CDATA[ <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="gtembed" width="480" height="409"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="http://www.gametrailers.com/remote_wrap.php?mid=$p1"/> <param name="quality" value="high" /> <embed src="http://www.gametrailers.com/remote_wrap.php?mid=$p1" swLiveConnect="true" name="gtembed" align="middle" allowScriptAccess="sameDomain" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="480" height="409"></embed> </object>
]]>
</replacecode>
<status>1</status>
<container>1</container>
</item>
</AME>
Any idea's?