hi,
i have developed a custom visual webpart and created a sharepoint list with 3 columns
column1----single text
column2----Multiline text
column 3---single text
This webpart loads the data from the list but when i am trying to embed the flash in the list column ( Multiline text )
below is the code which i am using in the list column
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="165px" height="124px"><param name="movie" value="/Style Library/Flash/logo.swf"><param name="quality" value="high"><embed src="/Style Library/Flash/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="165px" height="124px"></embed></object>
i cannot view the flash
Thanks
sal