Plugin.setWindow error on a mac with fscommand

Hey guys,

I’m really stumped on this one.

I’ve got a swf that is calling an fscommand that works fine on a PC. When viewed on the mac however, I get an error that says

Error: plugin.SetWindow is not a function Source File: 
javascript: function jsScriptObject(obj){ this.wrappedJSObject = obj;}
 jsScriptObject.prototype ={ evaluate : 
      function(expression){ 
return new jsScriptObject(eval(expression));}};
var plugin = document.embeds['manager']; 
plugin.SetWindow(new jsScriptObject(window),518754528); 
  
Line: 1

I’ve got the

swLiveConnect=true

and

name="wordbang" 

params in the embed tag, but still get errors. Has anyone run across this? I’m totally stumped.

You can see the page here

I’m really stuck, so any help would make you my god.

Thanks.