Search code examples
videojava-meyoutubelwuit

playing youtube videos in J2me Lwuit form


In my project i need to show and play youtube videos in my j2me lwuit based form through RSS Feeds? i could not find any such example on internet? How can i show and play youtube videos on my J2me bases LWUIT Form?


Solution

  • As far as I know the only option that might possibly work for some cases would be to use Display.getInstance().execute(url) to open the youtube video itself.