PDA

View Full Version : Browser Size


shanerhoden
07-19-2007, 03:21 AM
Ok, I have this code... This code sets my browser to a set size... but when it goes to the set size the browser buttons and address bar covers half my flash video. Can someone please give me a code make the address bar and everything else go away? Thanks you very much!

<html>
<body bgcolor="#FFFFFF">
<title></title>

<script language="JavaScript">
window.resizeTo(360,100)
-->
</script>

</body>
</html>