Excuse my Noobness here. I am a rather new user to AWS and Web Design I am hoping there is a simple fix to this problem.
I am working with an Online Centova control panel for a Shoutcast server. It streams audio which I have manage to get working. It also offers Widgets to display artist and track and info to put on my webpage. I am running it on Amazon AWS S3 and Routing with Route53
Such as:
<span id="cc_strinfo_summary_MyInfo" class="cc_streaminfo">Loading ...</span>
<script language="javascript" type="text/javascript" src="
http://XXXIPXXX:Port/system/streaminfo.js"></script>
Where it says loading is where the feed text should appear
test site:
https://s3-us-west-2.amazonaws.com/exampleinfo/index3.htmlIt will display in Internet Explorer....Only after I allow it to allow the script. But will not Display ANYTHING on firefox or chrome! I would think this would be a easy normal task, But for the life of me I cannot figure it out! I even set up a blank html doc to test this. Can someone please tell me what I am missing? Permissions? Any help would be greatly appreciated!