Ok, so first things first. The top player is not playing anything because it cannot find the mp3 at:
http://www.keithpurtell.com/kthings/music/Bruce-Springsteen-Used-Cars.mp3 Eithet the file just isn't there, or if you arte hosted on a unix server, maybe the case is wrong (windows servers are not case sensitive) 2) Remove one of the swfobject.js includes, you only ever need one (it is a library which can be called from multiple places if required) 3) You have a bunch of extra params hanging around in your code. Have a read of the docs to see which params are relevant to what section in the static markup (or use the code generator (found in the wiki) to see what your code should look like) Aran On Sat, Nov 20, 2010 at 5:04 PM, Keith Purtell <[email protected]>wrote: > I tried using swfobject twice on a page and had to write two separate > javascripts; I hope that was correct. > > However, the first music clip doesn't play while the second one does. I don't > know if a problem with swfobject could be the reason? > > http://www.keithpurtell.com/kthings/bruce.htm > > > - Keith Purtell > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
