Hi,
I am trying to display a video on the device. As per the articles that I read, came to know that if we are using forms,
we can use the following code.
if we are using a canvas, then we can use the following codeCode:(Item) vidItem = (Item) vidControl.initDisplayMode(VideoControl.USE_GUI_PRIMITIVE,null); mform.append(vidItem);
However in my application I am using LWUIT 1.4 for making the UIs of my application.Code:vidControl.initDisplayMode(VideoControl.USE_DIRECT_VIDEO, vidCanvas); vidControl.setVisible(true);
I want to know how I can display the video using LWUIT.
Kindly help me out.
thanks and regards,
kumarsai

Reply With Quote


