Hi Friends,
I need to display the videos through flash player.Please anyone guide me.
Thanks..,
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.
Lalit MPosted Nov 25, 2009, 2:10 AM
There are a two basic steps when placing Flash application to web page:
- First, declare and initiate a Flash object
- Second, set properties of object according to your needs.
You can do this on two different ways, with static HTML tags
<object width="640" height="480">
<param name="movie" value="player.swf" />
<embed src="player.swf" width="640" height="480" />
embed>
object>
step by step using c#.net & vb.net code you can visit this articles
Kirtan PatelPosted Oct 20, 2009, 11:15 AM
Here is Nice Flash Player
http://www.longtailvideo.com/
just use the code they give in page and Change the path of FLV to use it in page
Thank you :)
please check "do you like this answer" if my answer helps you :)