Greetings,

I know this is off-topic and I apologize, but I need to find out where 
to go for help.

I have a xspf audio player embedded in an object tag and it appears and 
works great in FF3, but the player does not appear in IE7. I get the 
same kind of place holder you get when a graphic cannot be found. A sort 
of box with a little icon in the upper left corner. One other thing, my 
web host won't server xspf pages,so the xspf file has been renamed to a 
.txt file and the <object> code has been so modified.

If any one knows anything about these kind of things or knows where to 
go for help I would be greatly appreciative.

http://www.adriennesgardenworks.com/radio.php with the link to listen. 
The <object> code is in a pop up window called by the listen link on 
radio.php.
Here is the <object> code in case it helps:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"; >

<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en" >

<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=ISO-8859-1" />
<meta name="description" content="Adrienne's Garden Works" />
<meta name="keywords" content="Adrienne's Garden Works"/>
<title>Garden Works Audio Player - Listen to Archived Radio Shows</title>
<!...@import directive Link to external css style sheet(s)-->
<style type="text/css">
@import url(../css/gardenworks_main.css);
@import url(../css/gardenworks_popup.css);
</style>
</head>

<body>
        <div class="close_button">
        <?php include ("../php/includes_php/close_script_inc.php"); ?>
        </div>

        <div>
        <p class="text">Please select a program to listen to by double 
clicking it below.</p>
        </div>

        <div class="player">
        <object type="application/x-shockwave-flash" width="400"        
height="170" 
data="xspf_player.swf?playlist_url=http://www.adriennesgardenworks.com/radio_archive/lgg_2009.txt&autoload=1";>
<param name="movie" 
value="xspf_player.swf?playlist_url=http://www.adriennesgardenworks.com/radio_archive/lgg_2009.txt&autoload=1";
 
/>
</object>
        </div>

</body>
</html>

Thanks and sorry for the OT post.
-- 
Scott Brasted
sc...@brastedhouse.com


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to