Apparatus for reproducing AV data in interactive mode, method of handling user input, and information storage medium therefor
a technology of interactive mode and av data, which is applied in the field of apparatus for reproducing av data in an interactive mode, a method of handling user input, and an information storage medium therefor, and can solve problems such as inefficiency in the use of individual navigation keys
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Benefits of technology
Problems solved by technology
Method used
Image
Examples
example 1
of Realization of First Event
[0054] The registration of the first event is realized by a key input event listener to check whether the key input event occurs, and the handling of the first event is realized by a key input event handler to control the operation of the AV playback engine 4.
example 2
of Realization of First Event
[0055] The registration of the first event is realized by an on-click event defined in markup language, and the handling of the first event is realized by a function to allow the AV playback engine 4 to perform an operation corresponding to the on-click event. Here, the key input event handler or the function serves to transmit a control command corresponding to a key or button pressed by a user to the AV playback engine 4.
[0056] Source codes of a markup document according to Example 1 of Realization of First Event are represented as follows:
1 Example 1 function RcKeyEventHandler(evt) { if(evt.keyCode == 12) dvdVideo.InputRCKey(12); } function setupEventHandler( ) { / / eventHandler is registered to bodyNode and Interactive Contents bodyNode.addEventListener("rckeypress",RcKeyE-ventHandler,true); }
[0057] In the markup document according to Example 1 of Realization of First Event, the event registration information is written in JavaScript langu...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


