DailyMotion never works for me. This is the definition I have on my site:
Regular expression
PHP Code:
http://[w\.]*dailymotion\.[com|alicet\.]+/swf/video/([\w]*)
Replacement
PHP Code:
<object width="425" height="350"><param name="movie" value="http://www.dailymotion.com/swf/$p1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/$p1" type="application/x-shockwave-flash" width="425" height="350" allowFullScreen="true" allowScriptAccess="always"></embed></object>
Embedding Regexp
PHP Code:
http://[w\.]*dailymotion\.[com|alicet\.]+/swf/([\w]*)