Click here to Skip to main content
15,909,373 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I WANT TO MAKE MY WEB SITE MORE ATTRACTIVE SO THAT I WANT THAT I SHULD USE SOME FLASH ICON AS A LINK LIKE HOME SO I HAVE DOWNLOADED BUT IT DOSENT WORK SO PLZ TELL ME THE WAY TO MAKE IT MORE ATTRACTIVE
Posted
Comments
Dave Kreskowiak 25-Feb-12 15:19pm    
STOP YELLING!! TYPING IS ALL CAPS IS THE SAME AS WALKING INTO A ROOM AND SCREAMING.

you can embed the flash in your asp.net
Example:

Got from You tube


HTML
<object width="425" height="344">
    <param name="movie" value="http://www.youtube.com/v/Xt5t9BO6xkA&hl=en&fs=1"></param>
    <param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
    <embed src="http://www.youtube.com/v/Xt5t9BO6xkA&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
</object>


You'd only need this:

HTML
<object width="425" height="344">
  <embed src="PATH_TO_YOUR_FILE" type="application/x-shockwave-flash" width="425" height="344"></embed>
</object>
 
Share this answer
 
v2
How to add flash in Asp.net shown in detail.

Go through this video to better understand http://youtu.be/2PJIKnoAoV8[^]
 
Share this answer
 
v2

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