Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to run the flash file in my website .i use following code.but load fail error wil be occur.can you solve this... advance thaanks...

XML
<asp:ScriptManager ID="ScriptManager1" runat="server">

          </asp:ScriptManager>

<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
        <ContentTemplate>
              <div id="sound">
               <param name="sound" value="Resources/my.swf">
    <embed src="Resources/my.swf" width="120px" height="37px" menu="flase" ></embed>
    </div>

              </ContentTemplate>
    </asp:UpdatePanel>
Posted
Comments
ZurdoDev 17-Oct-12 8:01am    
Have you looked on flash's site to make sure your parameters are accurate?

1 solution

please check the flash file path...

give the error message...
 
Share this answer
 

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