onURLFlip Event
This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.
This event fires when an Advanced Streaming Format (ASF) file, played by a HTML+TIME (Timed Interactive Multimedia Extensions) media tag, processes script commands embedded in the ASF file.
Syntax
Inline HTML <ELEMENT onURLFlip = "handler(event);" > Event Property object.onURLFlip = handler; attachEvent object.attachEvent( "onURLFlip", handler); Named script < SCRIPT FOR
= objectEVENT
= onURLFlip>
Event Information
Bubbles No Cancels No To invoke Embedded script command processes. Default action Calls the associated event handler.
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query the event object for the following event properties.
Available Properties
srcElement Gets or sets the object that fired the event. type Gets or sets the event name from the event object. Refer to the specific event object for additional event properties.
Remarks
onURLFlip was introduced in Microsoft Internet Explorer 6
Applies To
t:MEDIA, t:AUDIO
See Also