How is it possible to play and display different formats of media (ie mp3/ogg/jpeg/png/mpg) on phones of different vendors?
Thanks, Manuel
How is it possible to play and display different formats of media (ie mp3/ogg/jpeg/png/mpg) on phones of different vendors?
Thanks, Manuel
Each device plays its own set of media types. There is a method in the Mobile Media API that lists the supported MIME types. I'm afraid you need to run this individually on each target device to see what it will support.
Graham.