3
if you create a index.html it will override any and all pages.
it can be placed any where you like. sence it dosnt need XOOPS to work...
...if you need it to rederect in x amount of time in your meta section.
<html>
<head>
<title>Redirect to the right pagetitle>
<META
http-equiv="refresh" content="5;URL=http://www.mysite.me/">
head>
content="5: is a timer, 5 is 5 sec, 3 would be 3 sec, you get the picture?
as for the flash part
in you new index.html page place this code between the body tags.
change the <{$xoops_imageurl}>images/topleft6.swf to your flash file location theres 2 places...
and then change width="418" height="188" to you files sizes.
<table width="100%">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="418" height="188">
<param name="movie" value="<{$xoops_imageurl}>images/topleft6.swf?q= echo rand(1,10000); ?>" />
<param name="quality" value="high" />
<embed src="<{$xoops_imageurl}>images/topleft6.swf?q= echo rand(1,10000); ?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="418" height="188">embed>
object>td>
tr>
table>