Quote:
Originally Posted by salimbasar
i tried to add this
but this is the result isn html codes
HTML Code:
<div style="display: none;" id="ame_noshow_post_1269197856_1">
<a href="http://www.dailymotion.com/video/xcghi7" title="Dailymotion - Ege Hanları - Film ve TV Kanalı" target="_blank">Dailymotion - Ege Hanları - Film ve TV Kanalı</a>
</div>
<div style="display: inline;" id="ame_doshow_post_1269197856_1">
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" width="425" style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="http://www.dailymotion.com/video/xcghi7" title="Dailymotion - Ege Hanları - Film ve TV Kanalı" target="_blank">Dailymotion - Ege Hanları - Film ve TV Kanalı</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="350"><param name="movie" value="http://www.dailymotion.com/swf/"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.dailymotion.com/swf/" type="application/x-shockwave-flash" width="425" height="350" allowFullScreen="true" allowScriptAccess="always"></embed></object>
</td>
</tr>
</tbody>
</table></div>
</div>
And this are the settings
Regular expression
PHP Code:
http://[w\.]*dailymotion\.[com|alicet\.]+/[\w/\-%]*video/[\w\-]+[\w/=\?]*
Replacement
PHP Code:
<object width="$ameinfo[width]" height="$ameinfo[height]"><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="$ameinfo[width]" height="$ameinfo[height]" allowFullScreen="true" allowScriptAccess="always"></embed></object>
|
Dailymotion is a definition that doesn't come by default in AME 2.5. You would need to get support for that in my thread and not here.