Hi thanks for replying the player is loading perfectly fine and i can see list of songs in the correct order in IE and firefox the only difference is when i click on songs on IE it does not play 75% of songs, but when I open in Firefox and click on songs it plays perfectly
The sample working file of mp3 is http://download.apunkabollywood.com/songs/Audio/indian/movies/Luck%20By%20Chance%20(2009)/01%20-%20Yeh%20Zindagi%20Bhi%20-%20Loy%20Mendonsa%20&%20shekhar%20ravjiani...@%20fmw11.com.mp3 the above files work with Firefox but not with IE. On Feb 11, 6:04 pm, "Aran Rhee" <[email protected]> wrote: > Cannot play "many" songs? > > What do you mean? It plays some, but not all? > > Does the player swf get embedded correctly on the page? > > Aran > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > > Behalf Of Bhavin > Sent: Thursday, 12 February 2009 4:22 AM > To: SWFObject > Subject: Cannot play songs in IE > > Hi i am recently experimenting with XPSF player to play mp3 songs on > website... it is working fine with Firefox but cannot play many songs > on IE. > > Here is the code > ---------------- > <script type="text/javascript" src="swfobject.js"></script> > <script type="text/javascript"> > swfobject.registerObject("xspf_player", "9.0.0", > "expressInstall.swf"); > </script> > > <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="400" > height="170" id="xspf_player"> > <param name="movie" value="http://localhost/xspf_player.swf" /> > <param name="flashvars" value="playlist_url=1.xspf" /> > <!--[if !IE]>--> > <object type="application/x-shockwave-flash" data="http://localhost/ > xspf_player.swf" width="400" height="170"> > <param name="flashvars" value="playlist_url=1.xspf" /> > <!--<![endif]--> > <a href="http://www.adobe.com/go/getflashplayer"> > <img src="http://www.adobe.com/images/shared/download_buttons/ > get_flash_player.gif" alt="Get Adobe Flash player" /> > </a> > <!--[if !IE]>--> > </object> > <!--<![endif]--> > </object> > > XSPF Playlist format > ------------------- > > <?xml version="1.0" encoding="UTF-8"?> > <playlist version="0" xmlns="http://xspf.org/ns/0/"> > <trackList> > <track> > <title>one </title> > <location>http://download.com/one.mp3</location> > </track> > <track> > <title>two </title> > <location>http://download.com/two.mp3</location> > </track> > <track> > <title>three </title> > <location>http://download.com/three.mp3</location> > </track> > </trackList> > </playlist> > > The above code works fine for firefox but not working with IE > If anyone can help me that will be great. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
