salve ho visto su molti forum ma nessuno mi da una risposta
Ho il problema dei frames, con flash MX mi funzione ma con flash 8 Pro mi apre un'altra pagina, come devo fare?
I codici che ho messo sono
on (release) {
getURL("link.htm", "dinamico");
}
ed ho messo nellapagina html dove sono riuniti i frames
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="205,16%" cols="*" framespacing="0" frameborder="NO" border="0">
<frame src="UntitledFrame-2.htm" name="topFrame" scrolling="NO" noresize >
<frame src="mappa.html" name="dinamico" align="left">
</frameset>
<noframes><body>
</body></noframes>
</html>
help me!!!!!!!!!!!!!!!!!!

Rispondi quotando
