![]() |
Previous | Next |
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'; "
Previous | Next |