Hiw to add .swf in asp.net?
-
Hi, Can anyone help me nserting a .swf file in asp.net. I have don it using Image tool and the code i got is posted below.unfortunately it is not working. pls help me asp:Image ID="Image1" runat="server" ImageUrl="~/Banner.swf" ;
Pratheepa wrote:
unfortunately it is not working. pls help me asp:Image ID="Image1" runat="server" ImageUrl="~/Banner.swf" ;
Now, it will not work. You have to use Object/Embed Tag to show Flash file in web page. HTML Object Tag[^] Sample Application Link : Flash Tip: Embedding Your SWF in a Web Page[^] Hope this will help you :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
Pratheepa wrote:
unfortunately it is not working. pls help me asp:Image ID="Image1" runat="server" ImageUrl="~/Banner.swf" ;
Now, it will not work. You have to use Object/Embed Tag to show Flash file in web page. HTML Object Tag[^] Sample Application Link : Flash Tip: Embedding Your SWF in a Web Page[^] Hope this will help you :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article