How can i do with a flash object for obtain the w3c label ?
the "embed" is not accepted !
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=6,0,2 9,0" width="100" height="100">
<param name="movie" value="Transfer t/test0.swf">
<param name="quality" value="high">
<embed src="Transfert/test0.swf" quality="high"
pluginspage="ht tp://www.macromedia. com/go/getflashplayer"
type="applicati on/x-shockwave-flash" width="100"
height="100"></embed></object>
</body>
</html>
Comment