Click here to Skip to main content
15,920,602 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

How to put .swf file on my web application

Thanx in advance
Posted

Google has the answer. Well, actually Google [^]has 41,000,000 answers to that question. So why didn't you look?
 
Share this answer
 
In the <asp:content xmlns:asp="#unknown"> tag, put:
<embed src="SomeDirectory/SomeSWFFile.swf" height="someValue" width="someValue" />


If this doesn't work, let me know; I will dig a little deeper and see if I can find the problem.

Hope this helps!
 
Share this answer
 
on .aspx page
use <object> tag
 
Share this answer
 
<code>Mypage</code>
<l>data</l>
 
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