Flasher Archive

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


Subject: Re: GOTO action flashing
From: Jason Nugent
Date: Wed, 22 Apr 1998 15:01:01 +0100

On Wed, 22 Apr 1998, Ian Mantripp wrote:

> Just to update my recent message on this subject.
> presto, no more flashing !!
>
> This next bit is just thinking out loud, it would have to be tested by
> some guru :
>
> If the flash file has multiple scenes and if the background image of a table cell is accessible through javascript, use the get url action to change the background image of the cell using something
> like : javascript:document.mytable.mycell.background=

Unfortunately, the document object in JavaScript does not give
you access to table items and currently supports anchor, applet, area,
form, image, layer, link, and plugin. You also have bgcolor, fgcolor,
linkColor, alinkColor, and vlinkColor, as well as lastModified, cookie, and
referrer, if one is present.
It would be nice to be able to set document.background (where
background is an image, but unfortunately this isn't 'settable'.),
It is possible (I've never needed to try this), I think, to do
accomplish something like this where your flash plugin may reside on a
separate CSS id, hover it above a different ID containing an image, and
dynamically change that using document[imgName].src = newImage.src or
whatnot. You wouldn't need to use tables at all, but it wouldn't really
be cross platform since older browsers don't support the new DOM. Hey!
A situation where dHTML and Flash co-exist ! :)
Something to think about...

Jason


---------------------
Jason Nugent, BSc(Hons)
ap958atchebucto [dot] ns [dot] ca "Beneath this canvas monochrome
Certified Webmaster Wrapped in the shroud of this grey home
I'll paint a picture all my own
I'll paint a picture"
Live to ride,
Ride to Live. -Anacrusis

********************************************************************
The Best Place for Sport on the net! - Sportscience www.sportsci.org
********************************************************************


------------------------------------------------------------------------
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
  GOTO action flashing, Ian Mantripp

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