Hi there chavad,
the following basic code will give a full browser "swf"...
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>untitled document</title>
<style>
html,body {
height:100%;
margin:0;
}
#swf-holder {
height:100%;
}
#swf-holder object {
display:block;
width:100%;
height:100%;
}
</style>
</head>
<body>
<div id="swf-holder">
<object type="application/x-shockwave-flash" data="some.swf">
<param name="movie" value="some.swf">
</object>
</div>
</body>
</html>
coothead
Bookmarks