Hi there, I got a swf file called ‘NW_site_4_diap.swf’ centered in my browser with html. At the moment, anything that sticks out from the stage to the surrounding area get’s displayed in the browser. Now I’d like to crop the swf file at its stage size. How do I get flash or html to crop all elements to the exact stage size? Thanks!
Here’s the html code I used:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Nationale Waarborg</title>
<style type="text/css">
<!--
body {
height: 100%;
width: 100%;
margin: 0;
background-image: url(ONLINE%20070201/pattern_156.gif);
}
-->
</style>
</head>
<body bgcolor="black">
<!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="myfile" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="NW_site_4_diap.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<embed src="NW_site_4_diap.swf" quality="high" scale="noscale" bgcolor="black" width="100%" height="100%" name="myfile" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
</body>
</html>