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
-~----------~----~----~----~------~----~------~--~---

Reply via email to