Monday, July 18, 2011

Adding of Flash File(.swf) to the Webpage in ASP.NET

Write below code in the source view of webpage.......
--------------------------------------------------------------------

<object type ="application/x-shokwave-flash" data ="yourFlashFile.swf" width="" height ="" >
<param name="movie" value="yourFlashFile.swf" />

No comments:

Post a Comment