I would like to notify with a very simple text (Flash is not installed on your browser)
But i don't want to use Javascript or swfobject and etc...
I just want to use simple HTML codes
Can i do something like this code:
<html>
<head>
</head>
<body>
<object ...codes...>
<param ...codes...>
<param ...codes...>
<embed ...codes...>
</embed>
Flash is not installed on your pc!
</object>
</body>
</html>