Hej igen!
Understående er regulær html, som jeg vil råde dig til som minimum at kunne! Følgende filer skal gemmes, du kan eventuelt copy/paste dem over i et notesblok dokument, og gemme dem med de navne jeg har skrevet.
I dine flash filer skal du nu skrive; target="main" Jeg kan se at du bruger Flash MX, og derfor skal du bare i feltet target skrive main. :)
---- Index.html
<html>
<head>
<TITLE>.:: Kalemati .. Send SMS Messages to any Mobile Worldwide!. ::.</TITLE>
</head>
<frameset cols="*,760,*" frameborder="0" framespacing="0" border="0" marginheight="0" marginwidth="0">
<frame name="bg" src="blank.html" noresize="noresize" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"/>
<frame name="content" src="frames.html" noresize="noresize" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0"/>
<frame name="bg" src="blank.html" noresize="noresize" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"/>
</frameset>
<noframes>
</noframes>
</html>
----- frames.html
<html>
<head>
<title>.:: Kalemati .. Send SMS Messages to any Mobile Worldwide!. ::.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="10,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="blank" scrolling="NO" noresize src="blank.html" >
<frameset rows="120,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="Top" scrolling="NO" noresize src="top.html" >
<frameset cols="140,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="menu" scrolling="NO" noresize src="menu.html">
<frame name="main" src="start.html">
</frameset>
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</body></noframes>
</html>
----- blank.html
<html>
<head>
<title>.:: Kalemati .. Send SMS Messages to any Mobile Worldwide!. ::.</title>
</head>
<body bgcolor="#808080">
</body>
</html>
----- top.html
<html>
<head>
<title>top</title>
</head>
<body topmargin="0" leftmargin="0">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="760">
<tr>
<td width="100%"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
ID="header" WIDTH="760" HEIGHT="120" ALIGN="">
<PARAM NAME=movie VALUE="header.swf">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE="#FFFFFF">
<EMBED src="header.swf" menu=false quality=high wmode=transparent bgcolor="#000000"
WIDTH="760" HEIGHT="120" swLiveConnect=true ID="header" NAME="header" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></td> </tr>
</table>
</body>
</html>
----- menu.html
<html>
<head>
<title>menu</title>
</head>
<body topmargin="0" leftmargin="0">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="140">
<tr>
<td width="100%"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
ID="navbar" WIDTH="140" HEIGHT="118" ALIGN="">
<PARAM NAME=movie VALUE="
http://www.http://www.kalemati.com/navbar.swf"> <PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE="#FFFFFF">
<EMBED src="
http://www.http://www.kalemati.com/navbar.swf" menu=false quality=high wmode=transparent bgcolor="#000000"
WIDTH="140" HEIGHT="118" swLiveConnect=true ID="navbar" NAME="navbar" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></td> </tr>
</table>
</body>
</html>
----- start.html
<html>
<head>
<title>main</title>
</head>
<body topmargin="10" leftmargin="5">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="620">
<tr>
<td width="620">Her vi du have indhold</td>
</tr>
</table>
</body>
</html>