This is probably an easy fix, but right now I have a flash intro from my joomla site that loads w/ index.html. At the end of the flash movie, I 'getURL' index.php. Everything is working fine, except when I click on the home button from within my joomla site, it reloads my flash intro every time, because home is defaulting to
www.mysite.com
Any tips on how I can fix this, so that the flash intro only loads once, maybe hardcoding the home menu item to index.php?
I could figure out how or where to do this.
If I was to do this, I will install J! in a folder like home. So to access joomla
www.mysite.com/home
which means home in the J! menu will be
www.mysite.com/home
. When flash is finished it just redirect to the home folder. Only when
www.mysite.com
is entered that index.html (flash) shows up. My thoughts.