Hi, I've decided to use this mod, but unfortunately it doesn't work

I've use two version with .as files an with .swc file...without success
In first case, on start of course pages where preloading, but during change pege. Preloader was just showing up. Not good.
In my second case, I've 3 errors. on CS3
1046: Type was not found or was not a compile-time constant: CacheLoader. -- public var _loader:CacheLoader;
1180: Call to a possibly undefined method CacheLoader. -- _loader = new CacheLoader();
1172: Definition temple.data.loader.cache:CacheLoader could not be found. -- import temple.data.loader.cache.CacheLoader;
And these errors on CS5
VerifyError: Error #1014: Nie znaleziono klasy temple.data.loader.cache::CacheLoader.
at com.gaiaframework.assets::AssetTypes$/http://www.gaiaflashframework.com/2008/flash/com/gaia/api/gaia_internal::init()
at com.gaiaframework.core::GaiaMain/startGaia()
at com.gaiaframework.core::GaiaMain/onAddedToStage()
at Main/onAddedToStage()
Of course I copy .swc file to folder that contain Main.as and to others folders with .as files.
Does anybody has got working example?
Thanks