For information about the design and functionality of the MIDlet, see section Design.
To use video overlays, set the MIDlet to support video overlays
by declaring the Nokia-UI-Enhancement
JAD attribute with the
value VideoOverlaySupported
:
Nokia-UI-Enhancement: VideoOverlaySupported
This attribute value instructs the Java Runtime to render graphics
primitives on top of video content if they are drawn with Canvas.paint
. If you do not specify this attribute value,
video content is displayed on top of any overlapping graphics drawn
with the Canvas.paint
method, thereby hiding the
graphics.
For information about the key aspects of implementing the MIDlet, see: