Topic: Flash behind DHTML layer (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: canada |
posted 09-07-2002 05:48
how do I get my .swf file to show up behind a dhtml layer. I have tried iFrame and z-index and both don't work. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-07-2002 07:24
To be honest, it's unlikely that anyone comes by this forum that doesn't come by the other one you asked in =) |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 09-07-2002 11:42
afaik, objects or embeds (like flash) dont have such a thing like a z-index. |
Maniac (V) Inmate From: Boston, MA, USA |
posted 09-07-2002 22:02
I saw it done once to great effect in the concept car section of the VW site, but when I went back to check they've changed things. They used it to integrate quicktime movies. At that ppoint Flash couldn't display QT movies, so they set a dhtml layer with the movies in register with the Flash movie. Turned visibility on when you clicked a button in Flash. Very neat. Darn - wish it was still there. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-08-2002 22:00
It's likely that that worked only because it was a quicktime movie, which has an even higher preference than flash. |
Paranoid (IV) Inmate From: NJ |
posted 09-19-2002 20:31
put the .swf on a div, then set z-index for the div? i know you said you tried using z-index but did you try it that way? i'm pretty sure it'd work if you put it in a div and then set the z-index for the div |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 09-19-2002 21:20
nope, doesnt work. |