Flasher Archive

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


Subject: Re: FLASH: Frameset Problems???????
From: Phil Ward
Date: Mon, 3 Jan 2000 20:48:23 GMT

Hi Dave,

The code below works, move your dead frame on the left (I presume that you
have added this frame to get rid of the scroll bar) to the bottom.

So you have your main window for your swf which should be set to 100% and
your dead frame at the bottom should be set to 1 pixel relative. see code
below.

<html>
<head>
<title>Flash Movie</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="100%,1*" border="0" framespacing="0" frameborder="NO">
<frame src="main.html" name="movie" marginwidth="0" marginheight="0"
scrolling="NO" frameborder="NO" noresize>
<frame src="bottom.html">
</frameset>
<noframes><body bgcolor="#FFFFFF">

</body></noframes>
</html>

Hope this helps.

Regards

Phil Ward
Crescent Graphics

phil-watcrescent-graphics [dot] co [dot] uk

New Media <> Internet <> Visuals <> A/W



----- Original Message -----
From: David Doggett <daveatfunmark [dot] com>
To: <flasheratchinwag [dot] com>
Sent: 03 January 2000 17:52
Subject: FLASH: Frameset Problems???????


> Please have a look at: http://www.funmark.com/2000/flashver/
>
> and let me know what I am doing wrong. I want to make the frame on the
left
> invisible so the flash movie is at 100% and fills the screen without hte
> usual border around it.
>
> Thanks,
>
> Dave




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Frameset Problems???????, David Doggett

Replies
  FLASH: Fire works ?, Amar Nagi
  FLASH: Frameset Problems???????, David Doggett

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