Okay now, I'm not sure how to finish this, and I could use some suggestions....
I have a php page that is doing a fairly large database select query, and this thing usually takes around 30 seconds to finish. So I'm thinking I should make a loading page of some kind. So I went and made a cool Flash page to display while the page is loading. Now I'm not real sure about how to fuse the two together. Is it better to do a redirect after the page is loaded? If so, how would you load the page and redirect only once everything is ready?