Hi There:
I'm an experienced web developer but new to JW Player. I just bought my commerical license paid for the support plan and here I am with my first question.
I have tried everything I could to remove the two black sidebars from my player and can't do it. The video was shot in 4x3, 640x480. It is played in a pop-up window. Here's the link to the sample. www.websbyu.com/tonygreco/
Here's the HTML for my main page:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Start</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
<script src="popup.js" language="javascript"></script>
</head>
<body bgcolor="#ffffff">
<br><br>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="10%">
<tr>
<td width="100%" align="center" valign="middle"><a href="javascript:popupper('popup.html',640,480,'pop',0,0,1,0,0,0)">
<font face="verdana, arial, helvetic", size="4">
<b>Click here to view Tony's demo</b></font><a><br>
<font size=2 face="verdana, arial, helvetic">If your internet connection is slow, <br>please wait for file to be downloaded before playing</font></td></td>
</tr>
</table>
<br><br>
</body>
</html>
Here's the code to my pop-up page:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>SJW Player</title>
</head><body xbgColor="#E2E6DE" leftMargin="0" topMargin="0" rightMargin="0" marginwidth="0" marginheight="0" style="margin:0px">
<script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>var so = new SWFObject('player.swf','mpl','640','480','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');so.addVariable('author','Rudy Pohl');
so.addVariable('description','Barrhaven in Home');
so.addVariable("stretching", "uniform");
so.addVariable('captions','Barrhaven is Home');
so.addVariable('file','http://www.websbyu.com/tonygreco/TonyGreco.flv');
so.addVariable('image','http://www.websbyu.com/tonygreco/preview.jpg');
so.addVariable('title','Barrhaven is Home');
so.addVariable('skin','http://www.websbyu.com/tonygreco/stijl.swf');
so.write('mediaspace');
</script></div></body></html>
Any suggestions would be most appreciated.
Thanks,
Rudy in Ottawa
Set stretching to "fill" ?