Open GoogleCodeExporter opened 9 years ago
Whoops, ignore those 'Util._trace', they should be 'log's (Extracted from a
larger application). I'll fix the post if I can figure out how/where.
Original comment by DexterFr...@gmail.com
on 25 Jul 2012 at 10:43
D'oh, and that should be Firefox 14.0.1
Original comment by DexterFr...@gmail.com
on 25 Jul 2012 at 10:57
Uuurgh,
After days of searching for similar problems, testing, stripping out elements
of the project etc I finally found my problem* and it wasn't related to the
facebook-actionscript-api. So if anyone found their way here with a similar
problem, I'm afraid chances are that I don't have an answer for you.
(If someone knows how I can cancel/close/delete this issue please let me know).
(* If anyone is interested it was a stupid email hidding javascript snippet in
a completely seperate Div that for some reason broke only the facebook dialog
callbacks only in firefox.)
Original comment by DexterFr...@gmail.com
on 27 Jul 2012 at 4:18
i used these functions
private var txt_output:TextField;
private var btn_login:TextField;
private var btn_purchase:TextField;
public function TestApp()
{
Security.loadPolicyFile("http://fbcdn-profile-a.akamaihd.net/crossdomain.xml");
Security.loadPolicyFile("http://profile.ak.fbcdn.net/crossdomain.xml");
Security.loadPolicyFile("http://www.shopping.lk/sitemap.xml");
if (stage) init();
else addEventListener(Event.ADDED_TO_STAGE, init);
}
Original comment by sanjana...@gmail.com
on 21 Sep 2013 at 6:32
Original issue reported on code.google.com by
DexterFr...@gmail.com
on 25 Jul 2012 at 10:40