dan40 wrote:
Since I received no help on this, and Spacial Support wasn't very helpful with custom code, I replaced my site pages with the default PHP web pages that came with Sam Broadcaster and have been building my site out to what it used to look like using some of my custom written code. Seems to work OK so far but I can't get the pop-up players working, so when you click on "Listen" it opens a player in another browser tab. It's a tedious task, but at least it plays.
The site is refreshing the song when the last song ends now, so I know it had something to do with my custom code.
Anyway, I'm satisfied that it's now working. It'll just take me awhile to replace the code to what I had before.
This is the code we use for Popup Player. You can edit the popup size and change the text from Open Popup to something like, Listen Live.
Code:
<a href="#" onclick="window.open('Edit this line with your URL to your player', 'popup_player', 'width=350, height=150'); return false;">Open Popup</a>