Load ALL SWF's in the same directory

Is there a way to load ALL the swf’s you have in ONE directory without knowing their names prior? so essentially, I want to do this:

loader.load("dir/*.swf");

if that makes sense to you!
Again, I want to load ALL SWF’s in the same directory w/o knowing what will be there at runtime