views:

272

answers:

1

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? :)

A: 

Am seeing this with flash player 9, but not 10.

Brian