grafikoctopus
06-05-2007, 02:31 PM
Hey yall!
I'm trying to get the browser window to resize to 1024x768 with no toolbars or scroll bars etc. I've read four or five tutorials about it on here and I'm a little better off, but still relatively lost.
questions:
1. can i make the current window resize or do I need to have it open as a new window to set the size?
2. where exactly do I put the code? where exactly in the html and where does the getUrl go?
my html that flash output is as follows:
<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>site_v4.2</title>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1024" height="768" id="site_v4.2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="site_v4.2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="site_v4.2.swf" quality="high" bgcolor="#ffffff" width="1024" height="768" name="site_v4.2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
please help!!
I'm trying to get the browser window to resize to 1024x768 with no toolbars or scroll bars etc. I've read four or five tutorials about it on here and I'm a little better off, but still relatively lost.
questions:
1. can i make the current window resize or do I need to have it open as a new window to set the size?
2. where exactly do I put the code? where exactly in the html and where does the getUrl go?
my html that flash output is as follows:
<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>site_v4.2</title>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1024" height="768" id="site_v4.2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="site_v4.2.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="site_v4.2.swf" quality="high" bgcolor="#ffffff" width="1024" height="768" name="site_v4.2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
please help!!