Re: [Flashcoders] FaceBook, Posting Data allowScriptAccess

2011-02-11 Thread Karim Beyrouti
Thanks Kevin - yep - checked outgoing requests - and to be honest - I did not 
think i was going to get an answer anymore ... 
we got it working, it was a rather silly oversight on our side (too many cooks 
in the kitchen)... 

thank you for taking the time to answer...

Best


Karim

On 10 Feb 2011, at 17:06, Kevin Newman wrote:

 Did you check firebug's net tab to make sure the request is indeed not going 
 out (and if it is going out, that it is hitting the correct location)?
 
 I didn't think allowScriptAccess=never would prevent posting (it's been 
 forever since I looked into it though).
 
 If it's really not going to allow you to load data, you could serialize all 
 the data and shove it into a flashvar in the embed code, and then parse it 
 within Flash at load. I'm working on a Facebook app right now that has 3 
 separate SWFs (2 of them loaded in iframes), that are able to communicate 
 with one another over ExternalInterface, and are also able to pull data from 
 a data source. I'm using unFocus.SwfHTML to embed them though, not using any 
 special FB api.
 
 Kevin N.
 
 
 On 2/4/2011 8:20 PM, Karim Beyrouti wrote:
 php script. The php is on the same server as the SWF. I am 99% sure that 
 facebook setting the allowScriptAccess='never' parameter when embedding with 
 FBML is what's causing the flash not to submit the data to the script.
 
 I was wondering what techniques do you use to embed flash content in 
 FaceBook, and how you'd get around this?
 
 Thanks, for your time.
 
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] FaceBook, Posting Data allowScriptAccess

2011-02-10 Thread Kevin Newman
Did you check firebug's net tab to make sure the request is indeed not 
going out (and if it is going out, that it is hitting the correct location)?


I didn't think allowScriptAccess=never would prevent posting (it's 
been forever since I looked into it though).


If it's really not going to allow you to load data, you could serialize 
all the data and shove it into a flashvar in the embed code, and then 
parse it within Flash at load. I'm working on a Facebook app right now 
that has 3 separate SWFs (2 of them loaded in iframes), that are able to 
communicate with one another over ExternalInterface, and are also able 
to pull data from a data source. I'm using unFocus.SwfHTML to embed them 
though, not using any special FB api.


Kevin N.


On 2/4/2011 8:20 PM, Karim Beyrouti wrote:

php script. The php is on the same server as the SWF. I am 99% sure that 
facebook setting the allowScriptAccess='never' parameter when embedding with 
FBML is what's causing the flash not to submit the data to the script.

I was wondering what techniques do you use to embed flash content in FaceBook, 
and how you'd get around this?

Thanks, for your time.



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders