1
I am not sure what this feature is but i wish it was turned off by default, as it is erroring my HTML on
http://www.istreamtv.co.nz. I spoke with trabis who said the passkey system i was doing on flowplayer needed to be with sessions to support it but I have done that and it IS STILL CAUSING CORRUPT THE HTML.
Whomever thought headers need to be merged is a fool and daft, it is just corrupting all the HTML the smarty cache puts out.
For example if you look at the HTML on istreamtv.co.nz you will see this line repeat 3 times which loads once from a block. where i seem to have reported a MAJOR Error and snooty nosed off cause people are too good at introducing flaws.
<script type="text/javascript">
//dojson_player("http://www.istreamtv.co.nz","flowplayer","player_block_one");
//]]>
You will see this line repeat 3 times which is loaded once from a preloader.
<script type="text/javascript">
// var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-26507006-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]>