qst è il file html
Codice PHP:
<HTML><HEAD>
<TITLE>The Lucio's Dream</TITLE>
<LINK REL="shortcut icon" HREF="http://www.satisfactionbox.com/theluciosdream/tldicon.ico">
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name="description" content="The Lucio's Dream the last short movie by mario aquaro, is the result of a study about the animation techniques. For made this short movie, has been used a personal technique, that take advantage from the combination between the animation 3D and 2D.">
<META name="keywords" content="mario aquaro lucio la lucertola the lucio's dream cartoon italia 3d 2d a confronto animation bidimensional tridimensional compositing post production pree produzione Link">
<SCRIPT language="JavaScript1.2">
function win(url,w,h)
{ my_window = window.open(url,
'mywindow','status=1,width='+w+',height='+h+'');
my_window.focus();
}
function chiudi()
{
if(false == my_window.closed)
{
my_window.close ();
}
}
</SCRIPT>
</BODY>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body {
background-image: url(bg.jpg);
background-repeat: repeat-x;
margin-top: 0px;
}
-->
</style><title> </title><TABLE WIDTH="100%" HEIGHT="100%" BORDER="0" align="center">
<TR align="center" valign="middle">
<TD>
<object data="tld_home.swf" type="application/x-shockwave-flash" width="850" height="750" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="tld_home.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="transparent" />
</object></td>
</tr>
</table>
</HTML>
per qnt riguarda i font ho solo incorporato i numeri e il simbolo% nient'altro
cmq il codice del preload è qst
Codice PHP:
stop();
myinterval = setInterval(preloader,10);
function preloader() {
if (getBytesLoaded()>=getBytesTotal()) {
gotoAndPlay(2);
clearInterval(myinterval);
}
bar._xscale = (getBytesLoaded()/getBytesTotal())*100;
myTextField.text = Math.round(getBytesLoaded()/getBytesTotal()*100)+"%";
}
1 altra domanda
ma nel codice html è fondamentale lo script di Javascript x i popup?io nn ne ho da aprire!
grazie 1000