I have tried this module several times and it never worked for me.

This code is clearly present in the html source:

<script type="text/javascript">
			var flashvars = {};
			var params = {};
			params.base = "/sites/default/files/flash/";
			var attributes = {};
			attributes.id = "swfobject";
			swfobject.embedSWF("/sites/default/files/flash/preheader.swf", "swfobject", "496", "412", "7.0.0", false, flashvars, params, attributes);
</script>

But the swfobject is not being called in the html head.

I have enabled the filter for the imput type I am using.

Sometimes when I clear cache the js google line appears but If I refresh it doesn't come back.

Are you sure this module is working properly?, maybe google changed somethting on their code.

Comments

pitxels’s picture

Category: bug » support

In the original google samples a html element (div) with the used ID is added.

<div id="swfobject">Alternative content here</div> 

Hmmm still clueless about this module.

The only way to get something working here is calling the js in the theme directly.