alanos206
01-24-2008, 01:31 PM
Have a flash media player embedded into HTML page. The player displays fine but continuously says that its "Loading Playlist". It never does it.
Any help is greatly appreciated.
Here is the code.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="yt_background_story.jpg">
<object type="application/x-shockwave-flash" width="400" height="170"
data="player/WinMusicPlayer/xspf_player.swf?playlist_url=playlist.xspf">
<param name="movie"
value="player/WinMusicPlayer/xspf_player.swf?playlist_url=playlist.xspf"/>
</object>
</body>
</html>
Any help is greatly appreciated.
Here is the code.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="yt_background_story.jpg">
<object type="application/x-shockwave-flash" width="400" height="170"
data="player/WinMusicPlayer/xspf_player.swf?playlist_url=playlist.xspf">
<param name="movie"
value="player/WinMusicPlayer/xspf_player.swf?playlist_url=playlist.xspf"/>
</object>
</body>
</html>