Suggested fix for Android Microphone.
The ( LAST RECORDED ) options should be changed to ( RECORDED ).
Current options:
Play Last
Pause
Resume
Stop
Changed too:
Play File = Please Enter a filename " "
Pause
Resume
Stop
This is why.
1. The play Last feature can be implemented with ease by using a string to keep track of a recorded file when recorded. The Developer can simply click a button to trigger the ( PLAY FILE @ String ) function for the last Played.
2. Google is never going to leave Android alone, so not only to fixes always need to be made for the Android Microphone object, but also any other object that Developers have been using to play a file back. Do to the function not being available in the ANDROID MICROPHONE object itself.
3. This should be a function regardless as it makes sense. If the ANDROID MICROPHONE can play the last recorded, then it can play a file from a path made from the Android Microphone.
Anyway, for those of you currently having issues playing back a file on the latest Android. I have found a way around it yet again. The Android Video object does nothing now for playing back files for some reason and the PLAY MUSIC FILE option in MMF2.5DEV does this weird thing where it will only play when the app is closed. Strange right? I have already contacted Clickteam about this.
The fix for now is to use PLAY SAMPLE FILE on Channel 1, instead and Direct it to the String ( File Location ). This works great at the moment, but it would be far easier with a Fix to the ANDROID MICROPHONE Object itself.
Hope this helps and I hope this Fix can be made.