Hi all, after asking at many places, i have come here. please help me. Last 24 hours i am trying to create a flash landing page which automatically redirects to homepage of the site. But no success. 1.First I did a basic flash animation file with getURL script to redirect to homepage(http//mysite.com) 2.created a template named intro.php having this code <?php /* Template Name: intro */ if (have_posts()) : while (have_posts()) : the_post(); the_content(); endwhile; endif; ?> PHP: 3.uploaded this to theme folder 4.added a page and selected this as template, then added the flash embed code, named it intro page. 5.in reading setting, set my static page to intro. Now problem occurs, when animation ends and it redirects to home page, browser again sends it to same page, so it creates a loop, instead of going to actual home page. I am a complete noob. Please help me out. see the problem here http://lighthouseodisha.com. or please suggest by which other method i can achieve it.