PDA

View Full Version : flash -> flashindex.html, no flash -> htmlindex.html : how can i do that :)?



2cool2
March 12th, 2002, 05:04
Need Urgent Help
Hello!

I have a flash website.
Many people dont have flash :(

So i want a index.html page

which will redirect to flashindex.html if a person has flash installed
and htmlindex.html if he does not have flash


Thanks in Advance :)


I was told to start a thread here :) there are some details there of what i want :)
http://www.freewebspace.net/forums/showthread.php?s=&threadid=21217&perpage=15&pagenumber=1

spork
March 12th, 2002, 08:11
i had to do the same thing on a site a while ago, i followed the advice on this page (http://www.moock.org/webdesign/flash/detection/noscriptdetection.html).

invalid
March 12th, 2002, 20:23
This may sound confusing but… You have to create a tiny Flash movie that redirects the user to the Flash page and place it on a page with a META refresh that redirects the user to the non-Flash page. If Flash works, the Flash redirect comes first, if it doesn't work the browser executes the META refresh


go here for a tutorial (http://www.macromedia.com/support/flash/ts/documents/scriptfree_detection.htm)