You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even loops property setted to 1, on stopped handler, assigning source to empty string does not cause to MediaPlayer stops. What I mean it keeps going to play last source, "sin.mp3".
After few tries to find out where is the exact problem is, I guess I detected it because of the autoPlay property is setted to true. To prove it is because of autoPlay property please try this, and you should see that MediaPlayer does not keep going to play last source:
I have not check the codes but somehow setting the autoPlay to true cause the MediaPlayer keeps playing the source property even it is setted to empty string.
The text was updated successfully, but these errors were encountered:
To mimic the bug, please try a MediaPlayer with a mp3 (I am not sure if this bug is related with mp3's.).
Even loops property setted to 1, on stopped handler, assigning source to empty string does not cause to MediaPlayer stops. What I mean it keeps going to play last source, "sin.mp3".
After few tries to find out where is the exact problem is, I guess I detected it because of the autoPlay property is setted to true. To prove it is because of autoPlay property please try this, and you should see that MediaPlayer does not keep going to play last source:
I have not check the codes but somehow setting the autoPlay to true cause the MediaPlayer keeps playing the source property even it is setted to empty string.
The text was updated successfully, but these errors were encountered: