Hi, I have created a custom progress bar that displays the percent loaded of the application at the start. I need to combine a swf file with it. Or displaying the swf file and the progress bar side by side will also do. I have the following code in the constructor
downloadingLabel="Loading ..." initializingLabel="Initializing ..." MINIMUM_DISPLAY_TIME=2000; showPercentage=true; I can display the swf file at the start of the application without the custom progress bar by creating a subclass of Sprite class and implementing the IPreloader interface. But I can't combine these two. Regards Nahid Mahfuza Alam

