• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

couldn't create a mp3 player on the project device.

 
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Development Platform: win7 sp1
Deployment Hardware: Nokia XPressMusic 5130


player is simply null on the project device
Should I run it as Midlet, JAD, applet or application?
Thanks
Jack
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you test whether "audio/mpeg" is a supported type? Manager has a couple of methods that could be useful for checking that.
 
Jacky Luk
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Darryl Burke wrote:Did you test whether "audio/mpeg" is a supported type? Manager has a couple of methods that could be useful for checking that.



I am afraid this also prevents my application from working
Here is where I am stuck

http://i.imgur.com/1kNLy.png

=> I also ran the emulator from the SDK, it says Invalid application. Delete?
Thanks
Jack
 
reply
    Bookmark Topic Watch Topic
  • New Topic