PDA

View Full Version : Flash Player


Baleric
01-31-2006, 06:53 AM
hey guys,
iw as after a simple code to make it if flash player is undetected then make show something and if it is then show something else...

if flash player = true then ""
else ""
end if

something like that
thanks in advance

-baleric

Masterslave
01-31-2006, 08:27 AM
Something like this?

<object data="swf/home.swf" type="application/x-shockwave-flash" width="893" height="327">
<param name="movie" alue="swf/home.swf" />
<img src="pic/home_no_flash.jpg" alt="home" />
</object>
This line: <img src="pic/home_no_flash.jpg" alt="home" /> only shows when you haven't flash installed. You can also add text off course.;)