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
DPFrazierDPFrazier 

Running Flex application from a Salesforce document

We are developing a "native" application using SFDC as the database and Flex for UI and business logic.  Right now we are loading and running the Flex .swf executable from an external server.  How do we store this file and run it from within SFDC?  I've heard that we can store the executable in Documents and run it from there.  Can anyone point me to the details for this?
 
Thanks,
Dean
Ron HessRon Hess
You can attach the flex SWF to an SControl using the file upload, you can also add this to the static resouces if you are using Visualforce.

details are found in the Flex toolkit readme when you download it and run the samples and test apps.
DPFrazierDPFrazier
Thanks Ron.  I'll give it a try.