
Play an ad after the playlist completes
I'd like to play an ad after my playlist finishes. I've set up a listener for the playlistComplete event and I'm calling playAd on the player instance but the player just hangs and shows the 'Loading Ad' text in the control bar.
I think this is because once the playlist finishes the player no longer has a src attribute, so the player stops functioning.
Is there any way to play an ad once my playlist has ended?