Hi friends,
I want to know about the flash file and how to call flash file in ASP.net?
Thank you
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted May 10, 2012, 3:13 AM
The flash files are video files which can be executable in the video player. It will have the extension with .swf and you need the player in your local folder or in any other web server.
The player path and video file path has to be mentioned in the object embed tag.
For example, running the youtube video.
create the div tag in the .aspx page,
Satyapriya NayakPosted May 9, 2012, 11:36 PM
Please refer the below link
http://www.codeproject.com/Articles/30512/How-To-Play-SWF-File-In-Asp-Net
Thanks