in my facebook FBML app, I have the flash connecting to the js (in FBJS) . I have set up the stuffs like that and working.
However, sometimes, the bridge connection fails and I see thatin the URL, facebook attach the fb_noscript=1 parameter there. e.g. apps.facebook.com/myapp/?fb_noscript=1
when I remove it, and reload the apps, it is all good.
I just don't know what I get the fb_noscript thing. and how to get rid of it.
P.S. and when I use Firebug to find out the error,
it throws exception at obj.callSWF('flash_function_name');
and the error is b.callFlash is not a function
I have no clue what this is...