Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi !

I want to Play VLC Media File [.VOB,.IFO etc] in .html/.aspx Page.

Please provide code to Run these file.
Posted
Updated 25-May-12 17:27pm
v2
Comments
Sergey Alexandrovich Kryukov 25-May-12 12:07pm    
What is "MOB"? Looking at "IFO", I would say it could be "VOB". Who told you this is a VLC file?!
--SA
LebneizTech 25-May-12 23:28pm    
Sorry it is not .MOV, it is .VOB

hello LebneizTech
you can use object tag to solve this problme
like this..


XML
<object type="video/x-ms-wmv" data="video/VIDEO_TS.VOB" width="720" height="585">
<param name="src" value="video/VIDEO_TS.VOB" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>



Thank You..
 
Share this answer
 
Comments
LebneizTech 25-May-12 10:57am    
Sir,

It is not Running, only Media shows.

I kept the .VOB in a video folder.Any other supporting file require to RUM it ?
Sergey Alexandrovich Kryukov 25-May-12 12:08pm    
You need to explain it, as well as the question. What's RUM. What is "running"?!!
--SA
LebneizTech 25-May-12 11:12am    
Sorry Sir,
It is running in .aspx Page.
Sergey Alexandrovich Kryukov 25-May-12 12:09pm    
And?!!! Can you finally ask at least one comprehensible question?
--SA
LebneizTech 25-May-12 23:25pm    
Sir,
Now I want to RUN Video On Link Button Click.

I have 20 Video link on a Page, I just want to run a single Video on LinkButton Click Event.

Please modyfy the code
SQL
here are some general links for playing videos in a website using ASP.NET:
http://videoplayer.codeplex.com/[^]
http://blogs.ugidotnet.org/kfra/archive/2006/10/04/50003.aspx[^]
http://www.c-sharpcorner.com/uploadfile/scottlysle/csharpwebvideo04212007133218pm/csharpwebvideo.aspx[^]
 
Share this answer
 
Comments
Deepu S Nair 19-Jan-15 3:54am    
why are you are answering old questions?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900