I'm trying to load a different *.swf header based on the page being loaded.
i.e. when someone first loads the page 'index.php' the .swf for that page is loaded. then when they load 'about.php' a different .swf is loaded instead
I have the header for the site in
'header.php'
the footer in
'footer.php'
and this are included into the main subject areas of the other pages(eg 'index.php', 'about.php', ect)
I just want to know how I can load the different *.swf without having to put them all in one file elimitating my header.php and footer.php
I hope you all understand this hehe