Flasher Archive

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


Subject: Re: FLASH: changing the background htm colour
From: Brian Mackern
Date: Fri, 28 Jul 2000 14:46:39 +0100

> Is it possible to get the flash movie to change the background colour of
the
> htm page when it hits a certain frame in the movie?
> The movie i am doing starts with a blue background, but then needs black
> later on.
> I'm guessing that it is possible, can i ask how?
>

Hi Georgina :)

Place this script in the head of yr html page:

<script language="JavaScript">
<!--
function SetBgColor(theColor) {
eval("document.bgColor=" + "theColor");
}
//-->
</script>


And in the frame where you want the action to take place, put:

Get URL ("javascript:SetBgColor('000000')")


Good luck! :)

Brian:)
--------------------------------
http://www.netart.org.uy
vibriatinternet [dot] com [dot] uy
--------------------------------







~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: FigLeaf's Flash 5 Chat, Branden Hall
  FLASH: changing the background htm colou, Georgina

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