I am using the Gaia Framework (AS3) to build my first flash website.
I have an animated background which i have placed on the index.fla, and my page content loads as external swf's on top of the index.fla.
My problem is that my intial animation sequence lasts around 10 seconds and i would like to delay the home page from loading till the animation sequence is complete (right now it just loads on top of the animation). The animation is played once, so the delay for page loading should occur only the first time the site loads or when the site is refreshed.
Please let me how to achieve this delay.