The Problem with the Dailymotion is that the Currently
"Extraction Information" find this
value="http://www.dailymotion.com/swf/
THE_CODE"
and the embled code has change to
value="http://www.dailymotion.com/swf/
THE_CODE&v3=1&related=1"
like you see, the
Expresion Regular for the
Extraction Information is diferent and this return empty
Like this is Empty, the AME use the First Parameter obtaint in the URL that you post U_U
Solution:
Change the
Extraction Information
PHP Code:
value="([http://]*[a-z]*\.dailymotion\.[a-z]+/swf/[\w\d]+[\&|\&]+v3=1+[\&|\&]+related=1)"
I
Use this Embled Code
HTML Code:
<center>
<div><object width="420" height="331">
<param name="movie" value="$p1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
<embed src="$p1" type="application/x-shockwave-flash" width="420" height="331" allowFullScreen="true" allowScriptAccess="always"></embed></object><br /></center>