views:

431

answers:

1

Hi, I'm trying to encode a JS object into a JSON string (to read into a SWF as a FlashVar) but the encoders all seem to error out due to facebook prefixing the names of all JS objects with the app ID. I am not a very good JS debugger but the errors are telling me objects are not defined.

A: 

Have you thought about AMF? Instead of sending through flashvar, get flash to call for the data.

If that fails, try working under an iframe.

If I had more details I could help a bit more.

eipipuz