i wanna draw a line over a videocontrol in a canvas.
is it possible?
the following is from web:
How to play video in Canvas(J2ME)
Canvas is low-level API that allows user-defined painting schemes, displayed by Display instance carried by MIDlet. Compared with Form, VideoControl is able to be cast to an Item, then taken by Form. There is no direct association between Player and Canvas. Moreover, VideoControl instance is itself-equipted with a paint layer that sits on top of any layer if configed at final stage. Therefore, Canvas is used to display some control symbols drawn by developers, at somewhere on canvas VideoControl sits on top to display video screen.
in the above content, --> on canvas VideoControl sits on top to display video screen.
so i am not sure i can draw a line over a videocontrol in a canvas.but i hope
my midlet has this function.
any clue?
best regards.
byron lee

Reply With Quote



