Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User ChinLoong's Avatar
    Join Date
    Jul 2012
    Posts
    25
    Hello All,

    I need to develop a java app using Nokia SDK2.0 on the latest asha phones, 305 and 311.
    How can my app play a youtube video? Is it possible to use platformRequest() function to do this?

  2. #2
    Nokia Developer Expert bandarap's Avatar
    Join Date
    May 2012
    Posts
    222
    Hi ChinLoong and Welcome to Nokia discussion boards,

    your question is already answered in this thread. I don't think any changes in devices based on SDK 2.0 related to the answer in that thread
    You could use platformRequest() to launch the browser with a YouTube URL, though, but other than that, I don't think there're any good solutions.

    As probably no device has a suitable video codec for Java, if you wish to "embed" the YouTube video in your Java application, you would have to write your own vide decoder entirely in Java to get it to work (either Flash Video or HTML5). I don't think it'd be very practical (it'll most probably be too slow to be usable even if you manage to do it).

  3. #3
    Registered User ChinLoong's Avatar
    Join Date
    Jul 2012
    Posts
    25
    Thanks for your response. May I also know how if it is possible for the phone to open a list of jpg files with the phone's native picture viewer. Thanks in advance.

  4. #4
    Nokia Developer Expert bandarap's Avatar
    Join Date
    May 2012
    Posts
    222
    May I also know how if it is possible for the phone to open a list of jpg files with the phone's native picture viewer. if I understand correctly you mean "how phones native picture viewer works and open list of jpg files" or "how to open/launch native picture viewer from your application". second one is not possible.

    phone native picture viewer is written on phone native software like C/C++. Its not possible for 3rd party developer to access, but you can implement same kind of application using Java ME. you can check video and source code tutorial of Episode 9: Canvas, Gestures and Animation

  5. #5
    Nokia Developer Champion Tiger79's Avatar
    Join Date
    Apr 2007
    Posts
    2,697
    Actually you might want to try something like this :
    platformRequest("file://E/image.png");

    Should start the native app responsible for showint that type of picture/image...

    Documentation : http://www.developer.nokia.com/Resou...n-java-me.html
    Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them.

Similar Threads

  1. How to play Youtube Videos via Web TV
    By sreerajvr in forum Web TV (closed)
    Replies: 4
    Last Post: 2011-03-22, 05:54
  2. Play a rtsp youtube video in Symbian Video player
    By murthy.pramod in forum Symbian Media (Closed)
    Replies: 2
    Last Post: 2010-09-14, 19:28
  3. Play youtube video using python script
    By p_senthil in forum Python
    Replies: 7
    Last Post: 2009-03-04, 06:36
  4. Nokia E71 Can't play YouTube Vedio
    By mannaina in forum Streaming and Video
    Replies: 1
    Last Post: 2008-12-07, 17:12
  5. unable to play streaming vidio from m.youtube.com via N73
    By burinh in forum Streaming and Video
    Replies: 5
    Last Post: 2008-07-22, 09:34

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved