ok ... Artdeco
Introduje este codigo al final puse el SWF que necesito
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Título de tu página</title>
<style type="text/css">body{text-align:center;margin:auto;width:auto;border:0;padding:0;}</style>
</head>
<body>
<div style="width:100%;text-align:left;"></div>
<object type="application/x-shockwave-flash" data="contenedor.swf?path=flash.swf" width="230" height="100">
<param name="movie" value="contenedor.swf?path=flash.swf" />
<param name="quality" value="high" />
<img src="flash.png" width="230" height="100" alt="Imagen en reemplazo de flash" />
</object>
</body>
</html>
pero asi me genera un error que te copio:
Result: Failed validation, 1 error
File: upload://Form Submission
Encoding: utf-8
Doctype: XHTML 1.0 Strict
Root Namespace:
http://www.w3.org/1999/xhtml
Note: The Validator XML support has some limitations.
This page is not Valid XHTML 1.0 Strict!
Below are the results of checking this document for XML well-formedness and validity.
Error Line 10 column 106: document type does not allow element "object" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "address", "fieldset", "ins", "del" start-tag.
...h=flash.swf" width="230" height="100">
tu ejemplo funciona perfectamente lo que yo quiero es introducir un SWF pero que validando con el W3C no me genere este error.
Gracias .. espero me puedas ayudar ahora.