[SWFObject] Javascript error :: using Joomla and swfObject

Jamie Larsen jamie.larsen at stoneig.com
Fri Jul 28 08:11:26 PDT 2006


I am getting the following JavaScript error in both Firefox and IE when
using the swfObject on my Joomla site:

Error: n has no properties

Source File: 

 
<http://webdev.displaypack.com/joomla/templates/displaypack/scripts/swfobjec
t.js>
http://webdev.displaypack.com/joomla/templates/displaypack/scripts/swfobject
.js

Line: 86

 

The site that I am working on is at:
http://webdev.displaypack.com/joomla/index.php

 

I am using the .js SWFObject v1.4.2 file that I downloaded from the site and
the following code on the page:

 

<div id="flashmain"><img
src/templates/displaypack/images/top_placeholder.jpg" alt="" /></div>

 

<script type="text/javascript">

// <![CDATA[

 

var so = new SWFObject("<?php echo
$mosConfig_live_site;?>/templates/displaypack/flash/flash-main.swf",
"flashmain", "980", "354", "7", "#FFF");

                        so.addParam("wmode", "transparent");

                        so.addParam("menu", "false");

                        so.addParam("quality", "high");

                        so.write("flashmain");

//]]>

</script>

 

Can anyone help with this issue? 

 

Thanks

 

Jamie

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.deconcept.com/pipermail/swfobject-deconcept.com/attachments/20060728/03fd660d/attachment-0004.htm>


More information about the Swfobject mailing list