| Does anyone have a copy of version 3.21-8 as this is the
only version that seems to correctly capture and alter
value in the
<param name="SRC"
value="/content/public/resources/resourceget.asp?ResourceID=7383">
from the Flash object tags.
Thanks.
Ben.
Sample code below:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-
444553540000"
codebase=http://download.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=6,0,23,0" width="436"
height="423" align="top" id=ShockwaveFlash>
<param name=quality value=high><param name="SRC"
value="/content/public/resources/resourceget.asp?ResourceID=7383">
<embed
src="/content/public/resources/resourceget.asp?ResourceID=7383" quality=high
pluginspage=http://www.macromedia.com/go/getflashplayer
type="application/x-shockwave-flash" width="436"
height="423" align="top" swliveconnect=true>
</embed>
</object> | |