To help make helping me easier, here's the code for Flowplayer as we currently have it configured. Thanks to anyone who can point me in the right direction as I continue to crawl the forums.
<script src="../../wowzastream/files/flowplayer-3.1.0.min.js"></script>
<style>
a.rtmp {
display:block;
width:480px;
height:294px;
margin:0px 0;
text-align:center;
}
a.rtmp img {
border:0px;
margin-top:125px;
}
</style>
<meta name="robots" content="noindex, nofollow" />
</head>
<body LEFTMARGIN="0" TOPMARGIN="0" RIGHTMARGIN="0" MARGINHEIGHT="0">
<!-- ------------------------------------DO NOT EDIT ABOVE THIS LINE---------------------------------------- -->
<!-- VIDEO INFORMATION GOES HERE -->
<!-- END VIDEO INFORMATION -->
<!-- ------------------------------------DO NOT EDIT BELOW THIS LINE---------------------------------------- -->
<!-- BEGIN player information -->
<script type="text/javascript">
$f("a.rtmp", "../../wowzastream/files/flowplayer.commercial-3.1.0.swf", {
// product key from your account
key: '#$4fb62a3c8cebb14efb8',
// configure rtmp plugin
clip: {
provider: 'rtmp',
scaling: 'fit'
},
plugins: {
// default controls with the same background color as the page background
controls: {
sliderColor: '#000000',
borderRadius: '0px',
progressGradient: 'medium',
sliderGradient: 'none',
durationColor: '#ffffff',
timeColor: '#ffffff',
backgroundGradient: [0.6,0.3,0,0,0],
bufferGradient: 'none',
progressColor: '#000000',
buttonOverColor: '#000000',
bufferColor: '#COCOCO',
buttonColor: '#000000',
backgroundColor: '#2A2A2A',
opacity:1.0
},
rtmp: {
// use latest RTMP plugin release
url: '../../wowzastream/files/flowplayer.rtmp-3.1.0.swf',
/*
netConnectionUrl defines where the streams are found
this URL is specific to SimpleCDN.
*/
netConnectionUrl: 'rtmp://jaxbhflash01.jax.org/jax'
}
},
// canvas coloring and custom gradient setting
canvas: {
backgroundColor:'#000000',
backgroundGradient: [0.1, 0]
}
});
</script>
<!-- END Player Information -->