Hi..
I want include swish file or flash file in asp.net
thnk in advance
gopal
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Feb 16, 2009, 5:29 AM
Add This code inside
<table width="1000" height="649" border="0" align="left" cellpadding="0" cellspacing="0">
<tr valign="middle" align="center" height="100%">
<td height="465" valign="middle" style="font-size: 10pt; color: #084c89; font-family: Arial;
border-right-color: teal">
<p>
Please wait. Floor Plan is loading...
<br>
<br>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="200" height="15" viewastext>
<param name="movie" value="../Images/percent.swf">
<param name="quality" value="high">
<embed src="../Images/percent.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="200" height="15">embed>
object>
p>
td>
tr>
table>
Vimal KandasamyPosted Feb 16, 2009, 4:46 AM
its very easy.. Simply goto www.flash-control.net... and download flash control(dll file) for asp.net... then open ur project, in tool box->right click->select choose items->in .Net framework components click browse->now select that .dll file..then add it
after your selection make sure your dll file is stored in bin directory.. Now a flash control will be available in general tag or some other tag of tool box...then by double click or by draw you can add it to web page.