ASP.NET produces HTML. So, the standard HTML techniques will work just fine.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
i know HTML is able to do so BUT is ASP.Net able to
Well what is flash object then HTML? It uses object or embed tags which are standard HTML tags. :)
ManicCW
Junior Poster in Training
95 posts since Nov 2005
Reputation Points: 13
Solved Threads: 11
I don't understand your question. A Flash object is a Flash object. It requires the Flash plugin to play. To integrate it into your page, you need to use either the embed or object tag, depending on your doctype.
ASP.NET doesn't alter that. ASP.NET is a server-side language for producing HTML dynamically.
If I haven't answered your question, please try again with more detail.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37