iOS Question mediaplayer in background

fastlingo

Member
Licensed User
Longtime User
Is there a way to play audio in the background using mediaplayer? I tried using Erel's example with videoplayer but it does not work, there is no sound. Also I need the _complete event to know when to play the next file
 

fastlingo

Member
Licensed User
Longtime User
Is there a way to play audio in the background using mediaplayer? I tried using Erel's example with videoplayer but it does not work, there is no sound. Also I need the _complete event to know when to play the next file
Solved it, it works, even the _complete event, it was my fault, I hadn't implemented things correctly (videoplayer has to be added with the designer, not programmatically, it seems)
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
Keep in mind this thread if you dont have sound:
 
Upvote 0
Top