Buongiorno e Buon Anno.
Mi sapreste dire perchè questa pagina come file asp non funziona? (salvato come file html si - vedi anche indirizzi a fondo pagina). Di asp so poco niente ma da quanto presumo è la presenza del tag object dentro un altro tag object. Se dipende da questo come posso risolverlo?.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!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 senza titolo</title>
<script src="scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<object id="Flash_Video_Player" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="570" height="363">
<param name="movie" value="FLVPlayer.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="allowFullScreen" value="true" />
<param name="flashvars" value="configSource=config.xml" />
<param name="swfversion" value="9.0.45.0" />
<object type="application/x-shockwave-flash" data="FLVPlayer.swf" width="570" height="363">
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="allowFullScreen" value="true" />
<param name="flashvars" value="configSource=config.xml" />
<param name="swfversion" value="9.0.45.0" />
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
</p>
</div>
</object>
</object>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("Flash_Video_Player");
//-->
</script>
</body>
</html>
Ed ecco gli indirizzi:
http://www.fabiosaggioro.it/fd24/example.asp
http://www.fabiosaggioro.it/fd24/example.html
Grazie.