PDA

View Full Version : Flash or text


Ole
02-10-2005, 05:34 PM
Hi!

I have a index-page with flash.
Normally when a user don't have a flash-player installed, an possibility for installation of it is offered.
So far, so good.

But what if I also want a small text-link displayed if not installed, e.g. "Move on"?

Thanks! :)

Willy Duitt
02-10-2005, 06:10 PM
I wouldn't worry about it...
I too have flash disabled and I can assure you that if I land on a flash site I would immediately click my back button and be gone... I don't need a link to redirect me, particularly to another page which may prove to waste more of my time...

JMHO;
.....Willy

dreamingdigital
02-10-2005, 06:14 PM
I did a Search on Google (http://www.google.ca/search?hl=en&q=detect+flash&btnG=Google+Search&meta=) and here is a good page for you to read with a few different solutions:

http://www.polar-lights.com/fla/detection.html

CP

_Aerospace_Eng_
02-10-2005, 07:33 PM
would this work?
<object id="swflash" type="application/x-shockwave-flash" data="yourflash" width="100%" height="75%">
<param name="movie" value="yourflash.swf" />
<noflash>Your browser doesn't support flash</noflash>
</object>