Flash Facebook Applications - Anyone have experience?

Hey guys, I have been trying to develop flash based facebook apps. After reading a bit on methods (there are many) I went with zerofractals bridge component … basically an external interface wrapper that manages calls to the javascript api. Well, its been frustrating for me… some calls go off into limbo and generate no result event… it hangs on various calls, never on the same one… im just over it. So now i need to decide what to try next.

I have had a hard time finding good flash/facebook documentation. I would love to see a good working example. As it stands, in addition to the above api frustration, my app chooses not to ask the user for permission the first time they come and doesn’t load at all. They have to hit refresh. Lots of little **** like this is bugging me.

Does anyone here have experience with this? I need something that is reliable. I was hesitant to use the adobe library because you have to compile your api key and secret in it. Now im thinking about giving it another look, I can always bring those strings at runtime in from a protected place I guess.