function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DimaDima 

Where is the Adobe Flash Builder for Force.com?

Does anybody know where I can download the misterious Adobe® Flash® Builder for Force.com?
Spring 15 "Force.com Flex Quick Start Tutorial" pdf does not give a link to it.
Adobe_Flash_Builder_for_Force.com_FAQ says 
"Users can download the installation package for free from http://developer.force.com/flashbuilder. "
When I click that link I get redirected to the front page. No 404, no warning just redirect.
My Flex codebase took thousands of workhours to build. Now I'm unable to debug it because of recent changes in cross-domain policies and redirects.

Here is what I've got

Error: Ignoring policy file requested from https://ao2.na14.visual.force.com/crossdomain.xml because a cross-domain redirect to https://na1.salesforce.com/crossdomain.jsp occurred.

*** Security Sandbox Violation ***
Connection to https://ao2.na14.visual.force.com/services/Soap/u/9.0/ halted - not permitted from file:///C:/Projects/fbworkspace/ao2.cs.flex/bin-debug/CompanyStructure.swf
Error: Request for resource at https://ao2.na14.visual.force.com/services/Soap/u/9.0/ by requestor from file:///C:/Projects/fbworkspace/ao2.cs.flex/bin-debug/CompanyStructure.swf is denied due to lack of policy file permissions.

I was able to run it from Flash Builder against production/dev org prior to Spring 15 release.



 
NagaNaga (Salesforce Developers) 
Hi Dima,

Try to locate mm.cfg in your OS according with the instructions. Then check and comment (using # at the beginning of the line) lines starting with ProfilingFileOutputEnable and PreloadSwf.

Instructions are in the link below

http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7fc9.html

Please let me know if this helps

Best Regards
NagaKiran
DimaDima
Hi Naga,
thank you for your desire to help me.
I did not have mm.cfg in the system so I created it as you suggested.
Because I had to create it obviously it was emtpy. 
It didn't fix my flash sandbox violation problem. 
Also adding those two parameters and commenitng them out didn't fix it either.
AFAIU ProfilingFileOutputEnable and PreloadSwf is undocumented hack that may help you to profile and hack SWF.
Can you please help me to understad how this configuration change would help me with my cross-domain redirect problem?