Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Borders on movies
From: Ricardo Madrazo
Date: Mon, 5 Oct 1998 15:31:55 +0100

>Hello all,
> I'm having a problem with the size of my movie in a browser window.
>Whenever I import it, using 100% of browser window, I end up with some of
>the work area appearing on the edges.
> i.e. stuff that was not on the frame of the movie in the Flash program.
>
>Could someone let me know the best settings to use when exporting a full
>browser window movie using aftershock?
>
>Cheers,
>Ronan.
>

Ronan,

I hate those borders, too. If it's a window with an exact size that won't
be resized (as in within a pixel-forced frame, or a specific-sized popup
window), I use EXACTFIT, and 100%. I also insert this in my
aftershock-generated html file:

<BODY BGCOLOR="#whatever" marginwidth=0 marginheight=0 leftmargin=0
topmargin=0>

Since Netscape 3.x doesn't read that too well, if my Flash page resides
within a frame, I'll usually set up as follows:

<FRAMESET XXX="xxx,*" FRAMEBORDER=0 BORDER=NO BORDERWIDTH=0 FRAMESPACING=0>
<FRAME SRC="xxx.html" NAME="xxx" NORESIZE SCROLLING=NO
MARGINWIDTH=0 MARGINHEIGHT=0 BORDER=0>
<FRAME SRC="xxx.html" NAME="xxx" NORESIZE SCROLLING=NO
MARGINWIDTH=0 MARGINHEIGHT=0 BORDER=0>
</FRAMESET>

Again, this will work fine on Netscape AND Explorer, and it will also work
well with the SHOWALL value of the SCALE attribute.

hth

Saludos,

Ricardo Madrazo
--------
Tecolote Digital
madrazoatel-tecolote [dot] com (mailto:madrazoatel-tecolote [dot] com)
http://www.el-tecolote.com
(525) 530-1870
(525) 639-8460 fax




------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com


Replies
  Re: FLASH: Borders on movies, fire

Replies
  FLASH: Borders on movies, Ronan Muldoon

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]