1
edit
(Flash Problem) |
|||
| Line 1: | Line 1: | ||
I had a problem to run this script in my Mozilla 4.0 | |||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |||
<html xmlns="http://www.w3.org/1999/xhtml"> | |||
<head> | |||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |||
<title>Documento sem título</title> | |||
</head> | |||
<body> | |||
* | <div> <!— Isto é para que funcione no tipo Strict, onde a tag object deve estar dentro de uma outra tag que possa ser tida como pai —> | ||
<object type="application/x-shockwave-flash" data="bannerJF.swf" width="100%" height="100%"> | |||
<param name="movie" value="bannerJF.swf" /> | |||
<param name="quality" value="high" /> | |||
<param name="wmode" value="transparent" /> | |||
<!– * Opcional, caso queira o fundo transparente, e também, caso precise, pode usar Opaque –> | |||
</object> | |||
</div> | |||
</body> | |||
</html> | |||
Don't show the flash archive! | |||
=Work on Test Pilot data analysis= | =Work on Test Pilot data analysis= | ||
edit