Right now the flash movie displays the size I exported it, not matter what I set the width and height to in the html code.
PHP Code:
<div id="flashDiv" align="center"
style="width:100%; height:100%; z-index:1000000; position:absolute;
left:0; top:0;" >
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="transitionIn" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="wmode" value="transparent">
<param name="movie" value="sections/flash.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="sections/flash.swf" wmode="transparent" quality="high" bgcolor="#ffffff" width="400" height="300" name="transitionIn" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
__________________
[The universe seems infinetly big to us, because we compare it to the physical aspect of ourselves. But we have to power to contain the universe within ourselves by means of understanding it.]


