Also
Index. html sieht so aus
<html>
<head>
<title>Der Banker</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="swfobject.js"></script>
<link rel="shortcut icon" href="Favicon.ico" type="image/x-icon" />
</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<div id="flashcontent">
<strong>You need to upgrade your Flash Player.</strong>
</div>
<script type="text/javascript">
var so = new SWFObject("index.swf", "sotester", "100%", "100%", "8", "#000000");
so.addParam("allowFullScreen", "true");
so.addParam("scale", "noscale");
so.addParam("menu", "false");
so.write("flashcontent");
</script>
</body>
</html>
-----------------------------------------
Index xml ist dies
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<content>
<settings>
<logo X="5" Y="30">content/logo.png</logo>
<footer><![CDATA[Das unabhängige Finanzportal <font color="#00FFFF"><a href="
https://www.der-banker.de" target="_blank">Der Banker</a></font>]]></footer>
<menu showNav="true"/>
</settings>
<nav>
<main Name="HOME" Link="content.swf" toLoad="content/home.xml"/>
.
.
.
.
-------------------------------------------------------------------
home.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<content Name="Unabhängiges Finanzportal">
<item Border="10" Width="900" Height="700" ><![CDATA[<h1><font color="#ffffff" size="70"><b>Ihr unabhängiges Finanzportal</b></font><br></h1>
<font color="#ffffff" size="14">
<img align="right" src="imagegallery/gallery1/image6ab.jpg" alt="unabhängiges Finanzportal">Wer ein Produkt au
.
.
.
.
Dazu gibt es noch jede swf, wie home.swf und content.swf
usw.