/    Sign up×
Community /Pin to ProfileBookmark

HELP with "chromless" window…

I have a flash portfolio that I’d really like to get rid of all the browser stuff on.

I don’t know much of anything about html or javascript, is there anyone who can tell me where or how I need to put in
menubar=no and so on to get kill all the stuff at the top of the page? Here’s the code I have right now…

Thanks.

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html><head>

<title>John Fulton Photography</title>
<script language=”JavaScript1.2″>

top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//–>
</script>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
</head>

<body bgcolor=”#2A2A2A””>
<table width=”800″ border=”0″ align=”center”>
<tr>
<body topmargin=”0″ leftmargin=”0″ marginwidth=”0″ mrginheight=”0″ >
<table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
<tr>
<td align=center valign=center> <param name=”movie” value=”John%20Fulton%20Photography.swf”> <param name=quality value=high><param name=”BGCOLOR” value=”3c454f”> <object classid=”clsid?27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=”775″ height=”537″>
<param name=”movie” value=”jfp%20wip%209.swf”>
<param name=”quality” value=”high”>
<embed src=”jfp%20wip%209.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”775″ height=”537″></embed>
</object> </object>
</td>
</tr>
</table>
</body>
</html>

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@felgallMar 04.2005 — Most browsers don't support a chromeless format only some versions of IE allow the web page to interfere with things that should be under operating system and computer owner control. With IE you have to open a new popup window to be able to set it without any of the browser borders. When you do that you will take away the ability of many visitors to properly operate their computer since many will not know how to close the window without access to the close button in the top right corner.
Copy linkTweet thisAlerts:
@liteauthorMar 04.2005 — I understand... I'd be happy just getting rid of some of the browser stuff and leaving the close X box at the top... Is there a way to do this?
×

Success!

Help @lite spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...