Hallo,
ich habe ein Problem,und komme seit einigen Tagen nicht mehr weiter.
Folgendes:
Ich habe eine Webseite erstellt,in dem ich 3 Flash Teile eingebaut habe,und in der Mitte ist es HTML.
Da die 3 Flash Teile unabhängig von einander und vom HTML Teil abgespielt werden sollte,habe ich Frameset benutzt.
So sieht der Code aus:
HTML-Code:
<!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=iso-8859-1" />
<title>© 2006 * DJ Thug </title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<frameset rows="150,*" cols="*" border="0" frameborder="0" framespacing="0">
<frame src="head.html" scrolling="no" noresize="noresize" style="margin-bottom:0px" />
<frameset rows="*" cols="260,465" border="0" frameborder="0" framespacing="0" style="margin-top:0px">
<frame src="menu.html" name="menu" scrolling="no" noresize="noresize" />
<frameset rows="347,*" cols="*" border="0px" frameborder="0px" framespacing="0px" style="margin-top:0px">
<frame src="haupt.html" name="body" scrolling="no" noresize="noresize" />
<frame src="foot.html" name="foot" scrolling="no" noresize="noresize" />
</frameset>
</frameset>
</frameset>
<noframes></noframes>
<body style="margin:0px; padding:0px; background-color:#1d2428">
</body>
</html>
,
hat sehr gut funktioniert.
Wo der HTML(Haupt.html) Teil liegen sollt,sollte ich ein iframe einbauen.Und da ist das Problem.Ich habe da zwar eins gebaut mit dem namen: "heart"
Hier ist der Code:
HTML-Code:
<!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=iso-8859-1" />
<title>corps</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin-left:0px;margin-top:0px; background-color:#1d2428"><table width="465" height="347" border="0" cellspacing="0" cellpadding="0" style="background-color:#23333c ">
<tr>
<td valign="top"><img src="images/barre.png" /></td>
</tr>
<tr>
<td width="465" height="293" valign="top" align="center" >
<iframe src="Home.html" name="heart" scrolling="auto" width="460" height="290" align="center" style="margin-top:0px" frameborder="0"></iframe>
</td>
</tr>
</table>
</body>
</html>
und in Flash Menü,habe ich die Buttons so gelinkt:
Code:
on(release){
getURL("Home.html","heart");
}
entsprechend für alle andere Buttons.
Wenn ich den Vorschau unter Internet Explorer mache,öffnen sich die Seiten ganau im iframe,aber mit netscape und Firefox öffnet sich die Seite auf eine andere (_blank).
Ich hoffe, es gut erklärt zu haben,falls das nicht zu verstehen ist,kann ich es nochmal versuchen.
Ich bedanke mich im Vorraus für jede Hilfe oder Rückmeldung.
Gruß