8
ok, well i am guessing you want an intro page that has a click here to enter site type of configuration.
Simple.
html always loads before php
index.html in your root folder, then you just use html to call your .swf then add the link to
http://www.yoursite.com/index.phpbe warned, you are not going to be very search engine friendly....
to add flash style buttons, and images like that into your theme, you will need to do a little work... if you have selected a theme and just want to add a little shine for example... go into your theme folder and select one of the images that you want to animate... do the animation and throw the new file into your theme/images folder...
now you have to locate the image refernce in either your theme.html or your style.css files...
the easiest way to do this is to allow the image to keep the same name just save it as an swf instea of the default gif/png/jpg/etc. basically this is so you can do less work in the long run....
so you would search for the original file name, and then change its file extension...
clear out your templates_c folder
voila.