Viewing 1 replies (of 1 total)
  • Thread Starter myinstinctwaswrong

    (@myinstinctwaswrong)

    well, I got this to work – apparently the standalone version doesn’t like being part of a <td> tag – I added a <span> tag and it works fine

    FROM (works in FF, not IE7)
    <td id="ap1"><script type="text/JavaScript">AudioPlayer.embed("ap1", {soundFile: "https://mysite.com/my.mp3"});</script></td>

    TO (works in both)
    <td><span id="ap1"><script type="text/JavaScript">AudioPlayer.embed("ap1", {soundFile: "https://mysite.com/my.mp3"});</script></span></td>

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Audio Player] IE 7 troubles’ is closed to new replies.