This is my code
<script type="text/javascript">

var flashvars = { // These are variables which are passed to the Flash
document - they have to be already defined in the SWF
buttonText: "Press Me Please",
playlist_url: "1.xspf",
imageURL: "funnypicture.jpg" // Don't put anything after the last ",
if you add more variables use a comma to separate entries but leave
the last entry without one, same applies to the params and attributes
};
var params = { // Parameters for display
menu: "false",
wmode: "transparent" // a common request to make the
};
var attributes = {
id: "newID",
name: "newID"
};
// 1 - Name of file to load, 2 - ID of DIV to replace with SWF, 3 -
width, 4 - height, 5 - Minimum Flash version, 6 - Express Install (if
not using then place false), 7-9 - sends the arrays
swfobject.embedSWF("xspf_player.swf", "myContent", "300", "120",
"9.0.0","expressInstall.swf", flashvars, params, attributes);

</script>


The above code works in following situation

1] when i double click the above html file in firefox it works
2] when i select openwith option to open the html file in internet
explorer it works
3] when i deploy the above html file to root folder of localhost it
works
ex: http://localhost/example.html it works

but if I open this is http://localhost/example.html in IE i can see
the list of songs but the same problem cannot hear anything

please help me I am trying this stuff from last 2-3 weeks but no
solution

I guess Adobe flash player security is a problem something we need to
play around is crossdomain.xml file and one more important thing none
of the mp3 files are stored on my server. Even I tried JW player and i
have the same problem.

Link to my website
----------------------------
http://www.acsu.buffalo.edu/~pks4/

over here u can find 3 example name
example.html,example1.html and example2.html

and all the files associated with it.

Please help me to solve the problem
--~--~---------~--~----~------------~-------~--~----~
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