Has something changed?
I'm trying to add the position property to the Audio library as per this forum post...
MediaPlayerStream - SeekTo and getCurrentPosition
It appears that others have initailly had problems getting the property to show but they have then got it to work.
I've followed the instructions meticulously...
I realise that even if I manage to get the property to be listed, it still might not work on my device, but i'd like to give it a try if at all possible. Attached is the modified Audio.XML file (renamed file extension due to forum rules) I am attempting to use. I've manually added the position property in the MediaPlayerStream Class and refreshed the audio lib. What else can I be doing wrong?
All suggestions gratefully received, thanks.
RandomCoder
I'm trying to add the position property to the Audio library as per this forum post...
MediaPlayerStream - SeekTo and getCurrentPosition
It appears that others have initailly had problems getting the property to show but they have then got it to work.
I've followed the instructions meticulously...
But still I can not get the property to show. Has the .jar file changed with Audio lib version 1.63?You should do as follow:
1- Close B4A Application
2- Go to the installation folder of B4A App
3- Go to Library Folder
4- Replace the Audio.xml file I provided previously. In case you don't want to replace rename the current file and copy mine as well.
5- Open B4A App and load your project.
6- just call mp.Position and it should be available now.
I realise that even if I manage to get the property to be listed, it still might not work on my device, but i'd like to give it a try if at all possible. Attached is the modified Audio.XML file (renamed file extension due to forum rules) I am attempting to use. I've manually added the position property in the MediaPlayerStream Class and refreshed the audio lib. What else can I be doing wrong?
All suggestions gratefully received, thanks.
RandomCoder