I am creating a flash application and I want it to serve some static files only if the user is authenticated. This is a very low traffic application (internal use only). How can i do this? One thing that I was thinking about is to use serve_static () and put it for authentication, but it uses a static directory in which the checkbox already serves the content.
source share