Splash page

Hello ,

I have created a splash page , which has only 1 keyframe on the maintimeline .All the animation is in a mc placed on this 1st keyframe.

I want after this animation finishes to load my content page.I tried placing this code

this.onEnterFrame = function(){
getUrl(“content.html” ,"_parent");

but this loads instantly the content and my animation doesn’t get played.When I put this code in the last key of the mc where all animation is.This doesn’t work?

Can anyone help me please… its quite urgent and I am not able to solve it.
thanks in advance