
2008 JavaOne
SM
Conference | java.sun.com/javaone |
24
Flex Data Access and Security choices
Read the Flash Player 9.0 Security paper
Add a crossdomain.xml file to the server with the data, -
(recommended). This file restrict access to only certain
domain on the web site OR
Upload your SWF file to the same server as the web server.
SWF files are usually stored in a directory under your web
root OR
Create a proxy on your web server that calls the data
service, and put your SWF file on the same server as the
proxy
Now choice between HTTPService, WebServices SOAP based
(requires a WSDL), or Remote Access using Adobe binary
protocol --Active Message Format
Comentarios a estos manuales