<script type="text/javascript" src="flowplayer-3.2.2.min.js"></script>
<object com_veoh_index="0" processed="true" id="videoContent_api" data="/flowplayer-3.2.2.swf" type="application/x-shockwave-flash" width="200" height="150"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="quality" value="high"><param name="cachebusting" value="false"><param name="bgcolor" value="#000000"><param name="flashvars" value="config={"plugins":{"rtmp":{"url":"/flowplayer.rtmp-3.2.1.swf","netConnectionUrl":"rtmp://nvita.org/live/_definst_"}},"clip":{"url":"_definst_","provider":"rtmp"},"playerId":"videoContent","playlist":[{"url":"_definst_","provider":"rtmp"}]}"></object>
In fact almost none of the javascript containers worked correctlyand I literally spent hours trying to make them work until I found some information at duke unversity, which was still wrong, but the code worked after appending slashes:
<CENTER><script type="text/javascript" src="/flowplayer-3.2.2.min.js"></script>
<a style="display:block;width:280px;height:182px" id="player"></a>
<script type="text/javascript">
flowplayer("player", "/flowplayer-3.2.2.swf", {
clip: {
url: '_definst_',
provider: 'rtmp',
live: true
},
plugins: {
rtmp: {
url: '/flowplayer.rtmp-3.2.1.swf',
netConnectionUrl: 'rtmp://nvita.org/live/_definst_'
},
controls: {
url: '/flowplayer.controls-3.2.1.swf',
play:false,
fullscreen:true,
scrubber: false
}
}
});
</script>
Transparent proxy was also resolved today by adding "dns_nameservers 127.0.0.1" to squid.conf and restarting squid. Now hosts on the local net can still be reached through squid to contact the correct host. Also fixed secuirty issues with Microsoft Web Service Exentions. WebDAV, Front Page Server Exentions, and Internet Data Connector MUST be disabled to avoid posible security risk which allows the molevolent vandalism of a domain. People fraudulently using WebDAV, Front Page Server Exentions and Internet Data Connector are able to create individual pages, and other files on the server. Fortunately, you are only able to add to but not take away from the contents. However, with this threat now passed, it is possible to provide Microsoft Internet Information Server and the Apache Webserver as a viable business solution to business clients.
!!!
Check out the Garden:
http://www.nvita.org/garden
- Michael