By enxus on
Hi there
I am having a strange occurance with drupal
<script type="text/javascript" src="/modules/swfaddress/swfobject/swfobject.js?7"></script>
<script type="text/javascript" src="/modules/swfaddress/swfaddress-2.4/js/swfaddress-optimizer.js?swfaddress=&base=&flash=9.0.0&?7"></script>
<script type="text/javascript" src="/modules/swfaddress/swfaddress-2.4/js/swfaddress.js?7"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/" });
//--><!]]>
</script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
$(document).ready(function(){
swfobject.embedSWF("/sitemap_test.swf", "wrapper", "550", "400", "9.0.0", false, {}, {bgcolor: "#443344"}, {id: "swfembed", name: "swfembed"});
});
//--><!]]>
this is in the body
yet it wont write the swfembed over the entire site. so there is no flash to view.
is there an issue with this method to write over the entire site.
I read some where that this could be causing problems
$(document).ready(function(){
any light anyone???
cheers
Comments
seems like this module may
seems like this module may need some other components as I have viewed the native http://www.asual.com/blog/swfaddress/2009/09/29/swfaddress-24.html
files and there seems to be a bit more going on.
is there any comprehensive documentation on actually getting these modules to fuse properly.
many thanks