2 Columns Codning
HejJeg dette html fil:
-------------------------
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>FIREFLY - AS3 XML FLIP BOOK | FlipBook | Flipper | pageflip | magazine | book</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="script/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
// change configXML to load a different book
flashvars.configXML = "xml/book1.xml";
var params = {};
params.quality = "high";
params.scale = "noscale";
params.salign = "tl";
params.wmode = "window";
params.bgcolor = "#000000";
params.devicefont = "false";
params.allowfullscreen = "true";
params.allowscriptaccess = "always";
var attributes = {};
attributes.id = "fbook";
attributes.name = "fbook";
swfobject.embedSWF("preview.swf", "alternativeFlashContent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
swfmacmousewheel.registerObject(attributes.id);
</script>
<!-- For no margins/scrollbar and minimum size -->
<style type="text/css">
html {
overflow:auto;
}
body {
background-color: #000000;
height: 100%;
width: 100%;
margin: 0;
overflow:auto;
}
#minimum {
min-width: 800px;
min-height: 500px;
width: 100%;
height: 100%;
/* For IE */
width: expression( Math.max( document.body.clientWidth,990 ) + "px" );
height: expression( Math.max(document.body.clientHeight, 600 ) + "px" );
}
/* This fixes an outline bug for swfObject */
#qCreative {
outline: none;
}
</style>
</head>
<body>
<!-- For minimum browser size -->
<div id="minimum">
<div id="alternativeFlashContent">
<!-- This is where you would place alternative html content -->
<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
</div>
</div>
</body>
</html>
-------------------------
Og jeg vil gerne tilføje et column hvor eg indsætter noget text til højre af dette flash code.
Kan du hjælpe?
Mange tak