Hi Friends.
I'm new to web designing. I'm making video site.I used both of D-Playlist & D related.
It works in my computer properly.
The thing is when I upload to web server. It won't work.I don't know what is the matter.I can't solve this.Can any one help on me this.
If it is it would be great help for me.
My site is http://www.trrocky.com
source code of page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:201px;
top:113px;
width:848px;
height:19px;
z-index:1;
}
.style7 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
body {
background-color: #FFFFFF;
}
#apDiv2 {
position:absolute;
left:286px;
top:237px;
width:673px;
height:423px;
z-index:2;
}
#apDiv3 {
position:absolute;
left:286px;
top:190px;
width:673px;
height:27px;
z-index:3;
}
.style9 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #663300;
}
body,td,th {
color: #999999;
}
-->
</style>
</head>
<body>
<div id="apDiv1">
<table width="847" height="20" border="0" align="center" cellspacing="0">
<tr>
<td><div align="center" class="style7">HOME | MOVIES | VIDEOS | MP3 | DOWNLOD SECTION | GAME ZONE | CONTACT</div></td>
</tr>
</table>
</div>
<div id="apDiv2">
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var so = new SWFObject('player.swf','single','673','420','0');
so.addVariable('fullscreen','true');
so.addParam("allowfullscreen","true");
so.addParam("wmode","opaque");
so.addVariable('width','673');
so.addVariable('height','420');
so.addVariable('displayclick','play');
so.addVariable('plugins', 'd-playlists');
so.addVariable('dplaylists.dxmlpaths', 'choice.xml,latest.xml'); //link to the XML containing related clips
so.addVariable('dplaylists.dskin', 'DPlaylistsSample.swf'); //link to the XML containing related clips
so.addVariable('dplaylists.dposition', 'top'); // center, bottom, top
so.addVariable('dplaylists.dtarget', '_self'); // where to open the related videos when clicked on
so.addVariable("file", "movie_video_folder/coming_soon/HarryPotterAndTheHalfBloodPrince/HarryPotterAndTheHalfBloodPrince.flv");
so.addVariable("controlbar","bottom");
so.addVariable('image','movie_video_folder/coming_soon/HarryPotterAndTheHalfBloodPrince/HarryPotterAndTheHalfBloodPrince (3).jpg');
so.write('container');
</script>
<!--<script type="text/javascript">
</script>
-->
</div>
<div id="apDiv3">
<table width="673" border="2" bordercolor="#00CC00" bgcolor="#999999">
<tr>
<td bgcolor="#000000" class="style7"><div align="center">MOVIE OF THE MONTH</div></td>
</tr>
</table>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
