So I'm trying to add a song to the queue with:
This works perfectly on all platforms, except the one I really need it to work on: Safari Mobile(iPhone)Code:document.song.SetQTNEXTUrl(1,'<music.mp3>T<myself>');
I keep getting this error:
Anyone have a clue as to what is wrong?Code:TypeError: Result of expression 'document.song.SetQTNEXTUrl' [undefined] is not a function.
