Windows Media Player SDK banner art
PreviousNext

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 = 'file:cool.wma' ; myText.value = 'Playing'; "
PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.