Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
<html>
<head>
<title>help_system</title>
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
#flashContent {
width: 300px;
/* set height to whatever you need */
}
#htmlContent {
}
</style>
</head>
<body>
<div id="flashContent">
<font color="red">This text will go away when the flash mc loads...</font>
</div>
<script type="text/javascript">
var so = new SWFObject("help_system.swf", "helpsystem", "300px", "100%", "8", "FFFFFF");
so.write("flashContent");
</script>
<div id="htmlContent">
test
</div>
</body>
</html>
1 to 12 of 12