Click here to Skip to main content
16,023,124 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am using Windows media player in c#.net like

XML
<object id="VIDEO" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject" width="320" height="240">
   <param name="URL" value="MyVideo.wmv">
   <param name="enabled" value="True">
   <param name="AutoStart" value="False">
   <param name="PlayCount" value="3">
   <param name="Volume" value="50">
</param></param></param></param></param></object>


i am using above coding to display video. Now i want to display caption on
player. how to acheive this.

it's urgent . Plz help me.

Thanks in advance.........
Posted
Updated 30-May-10 5:57am
v2
Comments
Smithers-Jones 30-May-10 12:31pm    
Reason for my vote of 1
oh no, it's urgent, quick, somebody help that poor guy!!
(the word is "please", by the way, not "pls")
OriginalGriff 30-May-10 16:29pm    
I just thought I'd check - is it still urgent?

1 solution

You don't say so, but you're obviously using it in a web page. So, how is it so hard to add some HTML to put a caption under the player ? If you mean a caption in the video, perhaps a transparent floating DIV ?

You should tag your questions properly. this has NOTHING to do with C#, and everything to do with ASP.NET. You should also not tell us your problem is urgent, we like to help people, but your lack of basic programming skills and reliance on the kindness of random strangers as a strategy for professional success is both ill advised, and means nothing to us,
 
Share this answer
 

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