I have a small radio station and an FW 7 site for it. I would like to show the current song title/artist information on the home page. The station automation software can upload the html code of the song title information to the website folder and I can see the html file in the folder. The problem is getting that information onto the home page. I tried copying the html code and putting it in a markup box on the home page. The problem with that technique is that the song title/artist is not updating. Is there an Action or piece of code I need to be adding to make this happen? Thanks.
BTW, I feel the best way to mourn the loss of Freeway is to use it vigorously.
The station automation software can upload the html code of the song title information to the website folder and I can see the html file in the folder.
Does it do it on a continuous basis? Using the same file name?
Can you post a link to it so that we can see the automatically generated code.
The station automation software can upload the html code of the song title information to the website folder and I can see the html file in the folder.
Does it do it on a continuous basis? Using the same file name?
Can you post a link to it so that we can see the automatically generated code.
David
David;
Yes, the radio automation software overwrites the html file every time the song changes. I can’t provide you a link to the file since it is just a file residing in the website folder. But the code looks like this:
Yes, the radio automation software overwrites the html file every time the song changes. I can’t provide you a link to the file since it is just a file residing in the website folder.
Do you mean locally - or on the server? And does the file name remain the same or does it change with each update?
The file is written to the server as NowPlaying.html The name, “NowPlaying.html,” stays the same as the file is overwritten by the radio automation software for each song as it changes.
What I would need is for the automation software to write the NowPlaying.html file to a “container”, if I’m using the right term, within the home page itself instead of writing the NowPlaying.html file loose inside the website folder.