My mp3s are playing fine, but the title, artist and time info are missing from the window. It just says” Connecting… 0:00″. I have added the info to my script:
‘<p id=”audioplayer_1″>Cast My Bread</p>
<script type=”text/javascript”>
AudioPlayer.embed(“audioplayer_1″, {0:”title%7Cartists%3DThe”,1:”artist”,
soundFile: “/music/Cast_My_Bread.mp3”,
titles: “Cast My Bread”,
artists: “in2it”,
autostart: “no”,
remaining: “no”
});
</script>’
Can anyone show me what I’m doing wrong?
the url is https://www.in2itmusic.net/music.html
Thanks, Chris