Thanks Danny! the problem was "SWF Videos Files"
lucky me it was the second one i disabled.
my swf video files media definitions are:
Regular expression
Quote:
([http://]*[\w\.\/\!\@\#\$\%\^\&\*\(\)\_\-]+\.swf)
|
Replacement
Quote:
<OBJECT classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="240" id="Yourfilename"><PARAM NAME=movie VALUE="$p1"><PARAM NAME=quality VALUE=high><EMBED src="$p1" quality=high WIDTH="320" HEIGHT="240" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
|