hi there,
I am trying to implement the longtail ad solution, and error message comes every time the page is loaded in firefox saying:Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found. youcan dismiss, and the rest seems to work ok exept that the pre roll advert comes once every so often, themid roll and post roll dont come at all,seems completely random.
What's the deal?
I am using the playlist=bottom, so there are a few videos, is there a way to get the ads to pop up on each and every video?
here is the code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="styles/links.css"/>
<meta name="robots" content="index, follow">
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
<!--
function createPlayer() {
var so = new SWFObject('mediaplayer.swf','mp1','600','700','9');
//so.addParam('allowscriptaccess','always');
so.addParam('flashvars',
'&file=ibz.xml&logo=logo.png&backcolor=222222&frontcolor=EEEEEE&lightcolor=FF9900&displayclick=fullscreen&controlbar=over&playlistsize=300&playlist=bottom&autostart=true&repeat=list');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam("wmode","transparent");
so.addVariable('id','Balearica');
so.addVariable("midroll", "9525");
so.addVariable("enablejs", "true");
so.addVariable("channel", "9525");
so.addVariable("plugins", "ltas");
so.write("mediaspace");
}
-->
</script>
<title>--> Ibizaclubs.tv (Beta) <--</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="createPlayer();">
<!-- ImageReady Slices (iizaclub_webpage_3_cutting_img ready.psd) -->
<div style="margin:100px 0 0 100px"><div name="mediaspace" id="mediaspace"></div></div>
<script language="JavaScript" src="http://www.ltassrv.com/serve/api5.4.asp?d=10030&s=11581&c=9525&v=1"></script>
</body>
can be seen live here: www.ibizaclubs.tv/test2.html
thanks for helping,
b.
Having the same issue with Firefox (v3). Safari & IE seem to work properly.
Thought maybe it my version of player (4.3.132) so I upgraded to the latest version (4.4.162). It acts the same way as 4.3.132, and adds a new problem that you can't dismiss the mid-roll ad in any browser (clicking on the 'X').