Link to home
Start Free TrialLog in
Avatar of virafh
virafh

asked on

Video Inteface

Dear Team,

I want to make Media Board, in which there are photo's, video's.

For videos there are 2 options
1. Upload From Computer
2. Giva a link of video

Now how can i make a video interface like play, pause, stop in asp.net

and same for photos
Avatar of Adam
Adam
Flag of United Kingdom of Great Britain and Northern Ireland image

YouTube seems to have it well sorted - they use Adobe Flash Player

http://www.adobe.com/software/flash/about/

You can still use ASP.Net to provide all the other functionality, such as security, video selection etc
Avatar of virafh
virafh

ASKER

Is  there any other way ?
Avatar of virafh

ASKER

Dear Friends,

If i make flash file with canvas interface play, pause, stop

how can i embedded it in asp.net with video-url comes dynamically
ASP.Net is a server side technology, which can be used to create web pages. It doesn't provide tools to play videos in web browsers - for this you need some sort of plugin. Flash is probably the most widely installed plugin that supports videos, and is available for most web browsers, making it a good choice.

When you buy get the application (you'll need the full app, not just the free web browser plugin,  to author/convert your videos), there will be examples of the HTML which needs to go in the web browser to display the video.

Use these examples, and dynamically replace the URL of the video with the URL of your video. There are numerous ways of doing this in ASP.Net, depending on how you are storing your list of videos.
Avatar of virafh

ASKER

Thanx but friend can you send me some example links, how i do this
ASKER CERTIFIED SOLUTION
Avatar of Adam
Adam
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial