narges.ghazi Posted July 27, 2009 Report Share Posted July 27, 2009 Dear sir/madamI creat a web site with asp.net 2 , I want to add a flash file to my web site , I used from tag <object>,<embed>but didnot display .swf file.if it is possible for you please help me. Link to comment Share on other sites More sharing options...
aspnetguy Posted July 27, 2009 Report Share Posted July 27, 2009 This is not an asp.net problem it is an HTML issue. Post your code and we'll do our best help you.I am moving this to the HTML forum. Link to comment Share on other sites More sharing options...
dsonesuk Posted July 28, 2009 Report Share Posted July 28, 2009 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="300" title="title of swf file"> <param name="movie" value="media/swffilename.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" <embed src="media/swffilename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="300" wmode="transparent" title="title of swf file"></embed></object>change height, width, title and location of file to your needs Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now