Hi All
I am trying to play an .mpg video file of size 700KB in j2me application over nokia n80
Video is playing in emulator nut its not working in device
can anyone suggest me solution to overcome this.
Thanx in advance
Hi All
I am trying to play an .mpg video file of size 700KB in j2me application over nokia n80
Video is playing in emulator nut its not working in device
can anyone suggest me solution to overcome this.
Thanx in advance
hi
firstly try to play your file without application on your handset and check whether its playing or not.if it is playing then check your code are you getting any exception in that
dont lose hope
hi frnd
Manager.getSupportedContentTypes(null);
use this method to check how much differnt type of video file is supported by nokia n80 mobile phone...
because we play many video file but by using third party application.
so use this method it will reuturn all suppoeted type of video and audio also..
it will return String arrray print it in form and then proceed
or
split your video file and take its extension and then set content type and match this type with above array..
Ajay Prajapati
Mobile Software Developer
Mumbai,India