Salve a tutti, ho necessità di inserire un filmato in flash su una pagina di ebay, che non accetta l'immissione di alcuni caratteri del linguaggio html. cosa che succede ad esempio anche per msn blog. Vi riporto un esempio per msn blog
html normale
<script type="text/javascript" language="JavaScript" SRC="http://codice.shinystat.com/cgi-bin/getcod.cgi?USER=oskarpn"></script>
<noscript>
<A HREF="http://www.shinystat.com" target="_top">
</A>
</noscript>
html che effettivamente funziona dove devo metterlo io
<div align=center>
<A HREF="http://www.shinystat.com" target="_top">
</A>
</div>
ora vi posto anche il codice che devo inserire (quello del filmato flash, e sarei molto grato a chi riuscisse a convertirmelo o ad indicarmi come fare.
spero di essere capitato nel posto giusto in cui ci sia qualcuno che abbia qualche conoscenza.
saluti
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Welcome to Website Name</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="500">
<param name="movie" value="flash1.swf">
<param name="quality" value="high">
<embed src="flash1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="500"></embed></object></td>
</tr>
</table>
<SCRIPT LANGUAGE="Javascript">
<!--
check_rs_frame=1;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="Javascript" SRC="/redSheriff/multiframe.js">
</SCRIPT>
<script language="JavaScript">
<!--
var pCid="it_Matrix-it_xoomfree";
var w0=1;
var refR=escape(document.referrer);
if (refR.length>=252) refR=refR.substring(0,252)+"...";
//-->
</script>
<script language="JavaScript1.1">
<!--
var w0=0;
//-->
</script>
<script language="JavaScript1.1">
<!--
if (check_rs_frame)
{
document.write("<script language='JavaScript1.1' src='http://server-it.imrworldwide.com/a1.js'><\/script>");
}
//-->
</script>
<script language="JavaScript">
<!--
if(w0 && check_rs_frame){
var imgN='<img src="http://server-it.imrworldwide.com/cgi-bin/count?ref='+
refR+'&cid='+pCid+'" width=1 height=1>';
if(navigator.userAgent.indexOf('Mac')!=-1){document.write(imgN);
}else{
document.write('<applet code="Measure.class" '+
'codebase="http://server-it.imrworldwide.com/"'+'width=1 height=2>'+
'<param name="ref" value="'+refR+'">'+'<param name="cid" value="'+pCid+
'"><textflow>'+imgN+'</textflow></applet>');
}
}
document.write("<COMMENT>");
//-->
</script>
<noscript>
</noscript>
</COMMENT>
</body>
</html>
<center><span style="width: 100%; font-family: helvetica; font-size: 6px;">
Design downloaded from FreeWebTemplates.com
Free web design, web templates, web layouts, and website resources!
</span></center>

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="500">
Rispondi quotando