•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 391,713 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,435 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 7179 | Replies: 3
![]() |
•
•
Join Date: Jan 2006
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
I have been searching for what seems to be forever now for an all-inclusive resource site that can provide information on embedded video controls using javascript. I have seen many sites that use javascript to control such video functions as play, stop, subtitling, and first-frame image. Can anyone possibly direct me to a source that has a complete list of all javascript calls to every video function and property? I know that there aren't any standards for javascript other than the ECMAs and there is probably different calls between IE and NS, but I need a starting point to do some research.
Thanks in advance all !
Thanks in advance all !
•
•
Join Date: Jan 2006
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by plazmo
could you please give an example of a site?
______________________________________________
well, firstly, you can look at Cnet.com's video section to see a flash version that everyone seems to be using since macromedia/adobe provides a simple solution if you purchase thier extremely expensive product, but there also exists a html/javascript version without all this insane overhead at cbsnews.com. the vid section of cbsnews is at the right-side of the page and is controlled only with javascript. the project that i'm working on can't afford for the overhead of flash or any other 3rd-party solution so I am stuck with Javascript controlling. I took a look through MSDN for the Windows Media Player object to find a complete list of functions and properties that can be set from outside the application, but came up short again.
Thanks again for any assistance all !
well i found what you want, i accidently stumbled on it while looking up some other things.
the url is http://msdn.microsoft.com/library/de...ages__etse.asp
example:
the url is http://msdn.microsoft.com/library/de...ages__etse.asp
example:
<HTML>
<HEAD>
<TITLE>Embedded Windows Media Player 7 Control</TITLE>
</HEAD>
<BODY>
<OBJECT ID="Player" width="320" height="240"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<PARAM name="URL" value="http://WebServer/MyFile.wvx">
<PARAM name="uiMode" value="none">
</OBJECT>
<BR>
<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play" OnClick="StartMeUp()">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop" OnClick="ShutMeDown()">
<SCRIPT>
<!--
function StartMeUp ()
{
Player.controls.play();
}
function ShutMeDown ()
{
Player.controls.stop();
}
-->
</SCRIPT>
<SCRIPT LANGUAGE="VBScript">
<!--
On error resume next
Player.URL = ""
if err then msgbox "You need Windows Media Player 7. Go to" & chr(13) &_
"http://www.microsoft.com/windowsmedia"
err.clear
-->
</SCRIPT>
</BODY>
</HTML>![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
ajax asp bbc bluray broadcast business developer development digital downloads driving dvd effects gadget game games google handheld hd home internet marketing media merger microsoft movie msdn news nintendo office online playstation psp pvr racing search site skype software sony sql stocks streaming tv video video game video games vista web youtube
- How to validate the textbox in datagrid using javascript? (ASP.NET)
- ASP.Net timer control (ASP.NET)
- Calling a javascript function from C# (C#)
- Adding media and videos using VBScript (Visual Basic 4 / 5 / 6)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Form
- Next Thread: HELP! With Javascripts Pop-Up Window


Linear Mode