I am loading 1000+ records in Flex application. Now since application was getting heavy I am only loading first 32 records at a time. When I apply filter on 1000+ records it shows first 32 records. But the problem is that it takes a lot of time. So there I want to add loader or progressbar. I don't know how to do that. When I tried to show the panel in which I have added progressbar it simply doesn't show. please help thanks in advance.

