I wish to insert an swf files in ASP.Net, how can I do it? What is the code in ASP.Net?
ebabes 0 Junior Poster in Training
Recommended Answers
Jump to Postyou can achieve that with single lines of html code :
<embed src="foo.swf" />
you can embed any object using embed tag.
Jump to PostThis is valid XHTML code for inserting swf.
<object type="application/x-shockwave-flash" data="SWFPath" width="SWFWidth" height="SWFHeight">
<param name="movie" value="SWFPath" />
</object>
All 7 Replies
serkan sendur 821 Postaholic Banned Featured Poster
ebabes 0 Junior Poster in Training
serkan sendur 821 Postaholic Banned Featured Poster
ManicCW 3 Junior Poster in Training
empkeydotcom 0 Newbie Poster
johnny.g 0 Junior Poster in Training
ebabes 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.