1
Omicronzone
How can i incorparate an intro flash in my site before my main page?
  • 2007/8/14 17:05

  • Omicronzone

  • Just popping in

  • Posts: 1

  • Since: 2007/7/19


How can i incorparate an intro flash in my site before my main page?

2
amudee
Re: How can i incorparate an intro flash in my site before my main page?
  • 2007/8/14 19:44

  • amudee

  • Just popping in

  • Posts: 42

  • Since: 2007/8/8 1


upload your flash intro page in the root directory and rename it to default.html or any other extension.

Now ask your server administrator to prioritise default.html over index.php Only your web server administrator can set the priority of "Default Document"

Example: default.htm,default.html,index.php
in this case if there is no default.htm page in the root directory then it will check for the second one, and if not second one it will check the next one to consider as th default document.

give a link to index.php on the default.html and get going.


Hope this helps,
Amol Bharti

3
Northern
Re: How can i incorparate an intro flash in my site before my main page?
  • 2007/8/14 20:04

  • Northern

  • Just can't stay away

  • Posts: 420

  • Since: 2004/12/26


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 page</title
<
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>

Login

Who's Online

163 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits