Load movie from outside root directory?

This is what I’m trying to do:

I would like to have two movies; one located in the public HTML folder, the other outside of public access.

The first movie is a loader that will pull the corresponding (non-public) movie and load it at run-time. Loading a movie and playing it is not the hard part. The hard part is loading a movie not inside the public (web) directory.

Is this possible? If so, what do I need to do to allow this “cross-domain” (so to speak) access?

I have also tried renaming the extension to “.swc” and then using .htaccess to deny access to the file. Unfortunately, this also denies access from being loaded by the first flash movie.

The reason I am trying to do this, is because I have a scoring system (via PHP & MySQL) that I would like to secure even further from prying eyes and their decompilers.