Ok. Thanks.
I recorded a ringtone into an .mp3 and used the mediaplayer to play it.
This works well.
However,
it works on all my devices except on an HTC Thunderbolt. On this device the program aborts on the Mediaplayer.load line.
Sub btnRING_Click
MediaPlayer1.Load(Folder, Filex)
MediaPlayer1.Play
End Sub
When I try to play the .mp3 file on the HTC Thunderbolt, the built in media player says that .mp3 files are not supported.
Any ideas?