Specifications
CHAPTER 10
226
#2148
This error occurs when you try to open an application that uses RSLs in the standalone player or in the
browser by using the file system and not a server. It means that you are violating the security sandbox of
Flash Player by trying to load file resources.
You must deploy your application and RSLs to a network location, and request the application with a
network request so that Flash Player will load the RSL.
If you are testing the application locally, you can add the directory to your Player trust file to avoid this error.
Requested resource
not found
You might find this error in your web server logs. If you deploy the RSL SWF file to a location other than that
specified when you compiled the application, then you will get an error similar to this when the application
tries to run.
The solution is to either recompile your Flex application and correct the deployment location of the RSL SWF
file or to move the RSL SWF file to the location that the application expects.
Error Resolution










