External Files Request

Hi people

I am not much of AS2 developer.
I have done more more coding in PHP and JS,

Here it is what bothering me.
I am writing a small project.

It is small community with free third party flash games.
Games similar to once on sega, or gaming machines.

And only part of AS coding that I have done is simple flash loaded for games.
Small swf file that loads games into itself using loadMovieClip function.

Those games are making request for external files, those files do not exits on server and every request is logged as “File does not exist” in error log.

Is there a way to disable or override http request from loader or anyhow ?