hi i am using RadToolTipManager to show Thumbunail of file when user mouseover the file link on grid
in the ascx prerender event
i download the swf file from the databse store in application path
i need to chage the value property of <param> and src property of <embed>
<object id="file" width="240" height="200" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/ pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"> <param id="ParamC" name="SRC" value="Paper.swf"> <embed id="embedC" src="Paper.swf" width="240" height="200"></embed> </object>how to achive this?