Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi..

in my project there is a problem in flash player..

am uploading a .swf file which is run on mouse scroll event ...

when i upload it...it looks like a image...when i scroll on that no movement..

i did the code below...

plz anybody check n tell what mistek i did..

thanx.
C#
<table border="0" cellpadding="2" cellspacing="3">style="width: 100%; height: 247px;">
<tr>
    <td valign="top" style="width: 150px">
    </td>
    <td align="left" valign="top" style="width: 200px">
    <asp:Label ID="lblMsg" CssClass="tdMessage"  Text ="" runat="server">
    </td>
</tr>
<tr>
    <td valign="top" class="tdText" align="left">
    <nobr> Select a file</nobr> 
    </td>
    <td valign="top" style="text-align: left">
    <asp:FileUpload ID="fUpload" runat="server" Width="300px" />
    </td>
</tr>
<tr>
    <td align="left" valign="top">
    <asp:Button ID="btnUpload" runat="server" Text="Upload" OnClick="btnUpload_Click" />                      </td>
    <td align="left" valign="top" width="100%">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"                                     codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="650" height="411">
 <param name="movie" value="<% =swfFileName%>" />
 <param name="quality" value="high" />
 <embed src="<% =swfFileName%>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"  type="application/x-shockwave-flash" width="1000"  height="1000"></embed> </object>
     </td>                            
</tr>                                     
</table>    
Posted
Updated 6-May-13 18:06pm
v3
Comments
Dixit Ashish 7-May-13 0:22am    
plz anybody reply me..!!
Dixit Ashish 7-May-13 1:41am    
replyyyyy!!!!!!!11
Sergey Alexandrovich Kryukov 7-May-13 1:55am    
Hello! I'm replying: please have some patience... :-)
—SA
Dixit Ashish 8-May-13 0:03am    
Hello..!!
Sergey Alexandrovich have you got the solution..?
Sergey Alexandrovich Kryukov 8-May-13 0:22am    
If I had I would post it in first place; sorry...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900