Made an extension, where is a small flash player with Internet radio. Click on the button, trigger the player — everything works, music plays. But it is necessary to go to another tab or close the extension, as the player immediately crashes down and the music stops playing, respectively.
Tried to use the html5 tag audio. For is flash player. But he seems not able to broadcast streams from Internet radio. Or I did something wrong:
(audio src="http://ссылка_ napatok" controls="controls")
Your browser does not support tags (audio) (/audio)! Please upgrade your browser!
(/audio)
//Replaced "<"— at "(" in the code.
How to make so that clicking on the other tabs, the music in the extension continued to play?