| Author |
Changing Backgrounds
|
|
| gilberb001 2004-04-04, 4:32 am |
| Well I'm trying to keep an open mind to solve my many problems.
I was wondering if there is any action script that can cause a background in
Dreamweaver to change when a certain frame is reached?
Is this possible?
| |
|
| Use a javascript to accomplish this (put it in the head statement of your page):
<script language="JavaScript">
function newBG(colorcode){
document.bgColor = colorcode;
}
</script>
Then use a getUrl to call javascript:newBG(######); in your flash
movie...where ###### is your new background color. If this doesnt work let me
know and Ill post an example. g/l
| |
| gilberb001 2004-04-12, 4:42 am |
| Thanks, I'll give it a shot.
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |