CU3ER Flash slider working in Firefox (v11 or 12) in Linux but not on Windows server

frodiggs

New Member
very strange! All is fine in IE, Chrome

<script type="text/javascript" src="js/swfobject/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.xml = "config.xml";
flashvars.font = "font.swf";
var attributes = {};
attributes.wmode = "transparent";
attributes.id = "slider";
swfobject.embedSWF("cu3er.swf", "cu3er-container", "960", "400", "9", "expressInstall.swf", flashvars, attributes);
</script>
 

frodiggs

New Member
Hi and thanks for the reply. Seems I had hotlink protection and did not add my domain so the swf could not load the external images.

So happy I figured it out! httpfox was helpful
 
Top