I am developing a facebook application which sits in an application tab.
The app is developed in flash and as such must use fb:swf to embed the swf. Therefore it sets allowScriptAccess = never on the swf.
There are 3 things that I will need to do, and I am not sure if it will be possible.
1) Load external SWF files into the parent swf
2) Load dynamic XML from the server
3) Upload files to the server
I am using flash 10.
Does allowScriptAccess = never stop us from achieving any of these things?