How to display a flash (.swf) file into asp.net ?
I would consider using FlashEmbed, a JavaScript tool that you can use to embed Flash objects to you website.
It is simple to use and has many advantages:
flashembed("flash10", "/swf/flash10.swf") for example, if you don't need anything special you don't have to study much.If you like you could write an ASP.NET server control, which renders the HTML you'll need on that page:
ScriptManager.RegisterScriptResource(...) (once per page)ScriptManager.RegisterClientScript(...) (for ever y flash you want to embed on a page) Then, use the control in your pages this way for example: