Doesn’t work in IE 7 or 8
-
Im using standalone player and everything works in all other browsers, BUT NOT in IE! please help me out! I have been reading forums and blogs for days now and nothing works for IE. Didn’t you guys test this thing out in IE? you must have. what am i doing wrong?
I have a folder on my site called audio with the swf object and the audio-player.js (11kb) on it. i have another copy of the audio-player.js in my main directory and refer to it with
<script type=”text/javascript” src=”audio-player.js”></script>I have in my html
<script type=”text/javascript”>
AudioPlayer.embed(“audioplayer_1”, {
soundFile: “https://mysite.net/audio/AH-Somewhere.mp3”,
titles: “Title”,
artists: “Artist name”,
autostart: “yes”
});
</script>I was using the old player and thinking it was cool, until I tried in in IE and it is now a nightmare. i was hoping the new player would work but it doesn’t. What is my problem? please help
[email protected]
- The topic ‘Doesn’t work in IE 7 or 8’ is closed to new replies.