IE 7 and errors with Javascript (error = 0) Issue on PC only

I am getting a Javascript error of “0” when I try to run my game on the PC. It runs fine on Safari and Firefox and IE 6. Just does not work with IE 7.

Sample of Error (only happens on IE 7):

Any suggestions?

It only happens when I trigger the external javascript function on the webpage.
I just need someone to tell me it is IE or is it crabby Javascript on my part?

You seem to be using GetUnity().SetSuspended. That feature never made it into the release.
We had to pull it because of several issues making it work cross-platform on all browsers. Thats why it is not documented anywhere. You can’t rely on it working.

Is there a suggested work around?
Can I use a different GetUnity()? Or is that feature offically not supported?

Thanks

GetUnity works perfectly fine. It’s SetSuspended which is not an official feature.

I will have to look into the GetUnity() for a workaround.

Thanks for the responce.