-
Catching Windows Media Player Events
Does anyone know how to catch WMP events in Firefox? Specifically the PlayStateChange event
-
RE: Catching Windows Media Player Events
This page helped me a lot with FireFox2.0
http://msdn.microsoft.com/archive/de...s2/default.asp
Mainly:
function OnDS<--EventName-->Evt (paramter, ...)
{
// code goes from here..
}
Example:
function OnDSOpenStateChangeEvt (paramter, ...)
{
// code goes from here..
}
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks