Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: margin probs |
From: | Erik Kittlaus |
Date: | Thu, 28 Jan 1999 21:06:45 GMT |
I'm not getting my Flash movie to go all the way to the edge of the browser
window and I can't figure out why.
I've got two frames with the FRAMESET set like so:
<FRAMESET ROWS="100%,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
Then in the main window I've got the following code:
<HTML>
<HEAD>
<TITLE>main</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,
0,0,0" WIDTH="100%" HEIGHT="100%">
<PARAM NAME="SRC" VALUE="intro.swf">
<PARAM NAME="QUALITY" VALUE="high">
<PARAM NAME="SCALE" VALUE="showall">
<EMBED SRC="intro.swf"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/"
TYPE="application/x-shockwave-flash" WIDTH="100%" HEIGHT="100%"
QUALITY="high" SCALE="showall">
</EMBED>
</OBJECT>
</BODY>
</HTML>
Anybody see the problem? Thanks in advance.
-Erik
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
Re: FLASH: margin probs, Randy Anthony
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]