Hi Alex,
The easy way is to make your custom preloader and give the classname
of the custom preloader
inside the property called preloader in application tag
for eg:
<mx:Application xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" preloader="com.alex.project.CustomPreloader">
Cheers!!!