facebook flash - Variable FBJS is not defined

Posted by Murvinlai on Stack Overflow See other posts from Stack Overflow or by Murvinlai
Published on 2010-02-09T22:36:30Z Indexed on 2010/03/30 13:33 UTC
Read the original article Hit count: 662

Filed under:
|
|

I have a simple Flash just put in for an facebook app. it is so simple that only one frame and one text box. that's all.

I have this

<fb:fbjs-bridge/>
<fb:swf swfsrc="http://path/test2.swf" width="100" height="100" />
<script> 
<!-- 
-->
</script>

and I have no error to show the flash in Firefox & Chrome.

But in IE, I get this:

VerifyError: Error #1033: Cpool entry 36 is wrong type.
ReferenceError: Error #1065: Variable FBJS is not defined.

What happen? what does it mean? :)

© Stack Overflow or respective owner

Related posts about facebook

Related posts about flash