Groups | Blog | Home
all groups > flash (macromedia) > october 2005 >

flash (macromedia) : flash main page same as index.html



tralfaz
10/18/2005 4:54:53 PM
[quoted text, click to view]

index.html is just a default name if you leave the name off the url.
I always put an index.html on my page to prevent a listing of the
files on the site from appearing when the html name is omitted. You
can use any name you like for the Flash file and put a re-direct
index.html to point to that Flash html just as a backup. like this..

index.html

<HTML>
<HEAD>
<meta http-equiv="refresh" content="0;
url=http://members.cox.net/4my2dogs/flash/myflashfile.html">
</HEAD>
</HTML>

tralfaz

braulio!
10/18/2005 11:14:07 PM
if i want my receiving page or main page to be a flash page do i set the page
name as index.swf? In an html website, the url always lands at index.html.
What are the rules for an entire flash website?

Thanks in advance, Braulio
Samuria
10/18/2005 11:30:21 PM
Most webservers open by default index.htm index.html home.htm home.html in that
order.
If you want a whole site in flash you would put the code into index.htm to
load your swf file, or simple publish it in Flash and it will create it for you
braulio!
10/19/2005 1:16:04 AM
Thanks everyone. I understand and it worked.

AddThis Social Bookmark Button