The AudioPlayer.setup code works fine in ie.
Firefox and safari find player.swf fine with AudioPlayer.setup but none of the options. Instead, each plays by jumping to a different screen with their own set of controls.
A Demo of the problem can be seen by going to andthelightsaid.net.
1.Home page: click on table-of-contents button.
2.Table of Contents page: click on 7. The Big Bang.
3. Page 120: click on HOW DID THE UNIVERSE EXPAND.
4. Page 138: click on Play Sample button.
In ie, the controls show up fine.
In firefox and safari, you'll need to click on "Play beginning", and it will jump to a new page and play the music.
Here's one example I tried testing with and works in ie.
`AudioPlayer.setup("player.swf", {
width: 270,
initialvolume: 60,
transparentpagebg: "yes",
left: "000000",
lefticon: "FFFFFF",
autostart: "no",
animation: "yes",
remaining: "no",
noinfo: "no",
rtl: "no",
voltrack: "F2F2F2",
volslider: "666666",
righticon: "333333",
loader: "009900",
track: "FFFFFF",
tracker: "DDDDDD",
border: "CCCCCC",
text: "333333",
});`
Help.
Jim Blaha