Share via


Windows Media Player 11 SDK Event Handlers 

Windows Media Player SDK banner art

Previous Next

Event Handlers

Microsoft JScript is used to process events in the skin definition file. See Handling Events for more information about event handlers.

You can have more than one line of code in an event handler, but care must be taken not to exceed the line length that JScript permits. Separate the lines by semicolons.

onclick = "JScript: player.URL = 'https://proseware.com/cool.wma' ; myText.value = 'Playing'; "

See Also

Previous Next