Is it possible to place an ap div element on top of aflash movie?



 DEVELOP > Dreamweaver > Is it possible to place an ap div element on top of aflash movie?

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > Dreamweaver
User: "Fredy119"
Date: 20 Jan 2008 07:10:00 PM
Object: Is it possible to place an ap div element on top of aflash movie?
Hi
I imported a photoshop web gallery flash style 2 into a table cell.
The code lokks like this:
<td height="530" valign="top" class="style3"><div id="gallery"
style="display:none">
<div>%FLASH%</div>
<div>BLA BLA Photo Gallery</div>
<div></div>
<div>19.01.2008</div>
<div></div>
<div></div>

<div>#666666</div>
<div>#8F9863</div>
<div>#000000</div>
<div>#0000FF</div>
<div>#800080</div>
<div>#FF0000</div>

<div>.jpg</div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div id="flashcontent">
<script type="text/javascript">
// <![CDATA[

var myFlashObject = new FlashObject("gallery.swf", "gallery", "100%",
"100%", 6, "#666666");
myFlashObject.addParam("scale", "noscale");
myFlashObject.addVariable("request", getQueryParamValue("image"));
myFlashObject.addVariable("photosXmlFile", "photos.xml");
myFlashObject.addVariable("configXmlFile", "galleryconfig.xml");
myFlashObject.write();

// ]]>
</script>

<noscript>
You must enable Javascript to view this content.
</noscript>
</div>
Now this leaves a lot of space in the cell to display additional information
about the gallery or further navigation etc.
So I thought to place an ap div element to do that. But the content of the ap
div element doesn't show in the browser, it seems to be somewhere behind the
flash content. I tried Z- Index, but this doesn't help.
Any ideas?
Thank you
.

User: "Joseph Lowery"

Title: Re: Is it possible to place an ap div element on top of a flash movie? 20 Jan 2008 08:10:08 PM
This is a multi-part message in MIME format.
------=_NextPart_000_0110_01C85BA8.D6719360
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Not possible, I'm afraid. Active content - like Flash - always rises to =
the top above any other div tags, AP or otherwise, regardless of the =
z-index.
Best - Joe
Joseph Lowery
VP of Marketing, WebAssist
Author, Dreamweaver CS3 Bible
"Fredy119" <webforumsuser@macromedia.com> wrote in message =
news:fn0rd8$nfq$1@forums.macromedia.com...
Hi
I imported a photoshop web gallery flash style 2 into a table cell.
The code lokks like this:
<td height=3D"530" valign=3D"top" class=3D"style3"><div =
id=3D"gallery"=20
style=3D"display:none">
<div>%FLASH%</div>
<div>BLA BLA Photo Gallery</div>
<div></div>
<div>19.01.2008</div>
<div></div>
<div></div>
=20
<div>#666666</div>
<div>#8F9863</div>
<div>#000000</div>
<div>#0000FF</div>
<div>#800080</div>
<div>#FF0000</div>
=20
<div>.jpg</div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div id=3D"flashcontent">
<script type=3D"text/javascript">
// <![CDATA[
=20
var myFlashObject =3D new FlashObject("gallery.swf", "gallery", =
"100%",=20
"100%", 6, "#666666");
myFlashObject.addParam("scale", "noscale");
myFlashObject.addVariable("request", getQueryParamValue("image"));
myFlashObject.addVariable("photosXmlFile", "photos.xml");
myFlashObject.addVariable("configXmlFile", "galleryconfig.xml");
myFlashObject.write();
=20
// ]]>
</script>
=20
<noscript>
You must enable Javascript to view this content.
</noscript>
</div>
Now this leaves a lot of space in the cell to display additional =
information=20
about the gallery or further navigation etc.
So I thought to place an ap div element to do that. But the content =
of the ap=20
div element doesn't show in the browser, it seems to be somewhere =
behind the=20
flash content. I tried Z- Index, but this doesn't help.
Any ideas?
Thank you=20
------=_NextPart_000_0110_01C85BA8.D6719360
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16587" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Not possible, I'm afraid.&nbsp;Active =
content -=20
like Flash - always rises to the top above any other div tags, AP or =
otherwise,=20
regardless of the z-index.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Best - Joe</DIV>
<DIV>
<P>Joseph Lowery<BR>VP of Marketing, <A=20
href=3D"http://www.webassist.com/">WebAssist</A><BR>Author, <A=20
href=3D"http://www.idest.com/dreamweaver/">Dreamweaver CS3=20
Bible</A></P></FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Fredy119" &lt;<A=20
=
href=3D"mailto:webforumsuser@macromedia.com">webforumsuser@macromedia.com=
</A>&gt;=20
wrote in message <A=20
=
href=3D"news:fn0rd8$nfq$1@forums.macromedia.com">news:fn0rd8$nfq$1@forums=
..macromedia.com</A>...</DIV>Hi<BR>&nbsp;I=20
imported a photoshop web gallery flash style 2 into a table =
cell.<BR>&nbsp;The=20
code lokks like this:<BR>&nbsp; &lt;td height=3D"530" valign=3D"top"=20
class=3D"style3"&gt;&lt;div id=3D"gallery"=20
<BR>style=3D"display:none"&gt;<BR><BR>&nbsp;=20
&lt;div&gt;%FLASH%&lt;/div&gt;<BR><BR><BR><BR>&nbsp; &lt;div&gt;BLA =
BLA Photo=20
Gallery&lt;/div&gt;<BR><BR>&nbsp; =
&lt;div&gt;&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;19.01.2008&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;&lt;/div&gt;<BR><BR>&nbsp; =
&lt;div&gt;&lt;/div&gt;<BR><BR>&nbsp;=20
<BR><BR>&nbsp; &lt;div&gt;#666666&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;#8F9863&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;#000000&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;#0000FF&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;#800080&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;#FF0000&lt;/div&gt;<BR><BR>&nbsp; <BR><BR>&nbsp;=20
&lt;div&gt;.jpg&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;&lt;/div&gt;<BR><BR>&nbsp; =
&lt;div&gt;&lt;/div&gt;<BR><BR>&nbsp;=20
&lt;div&gt;&lt;/div&gt;<BR><BR>&nbsp;=20
=
&lt;div&gt;&lt;/div&gt;<BR><BR>&nbsp;&lt;/div&gt;<BR><BR><BR><BR>&nbsp;&l=
t;div=20
id=3D"flashcontent"&gt;<BR><BR>&nbsp; &lt;script=20
type=3D"text/javascript"&gt;<BR><BR>&nbsp; // =
&lt;![CDATA[<BR><BR>&nbsp;=20
<BR><BR>&nbsp; var myFlashObject =3D new FlashObject("gallery.swf", =
"gallery",=20
"100%", <BR>"100%", 6, "#666666");<BR><BR>&nbsp;=20
myFlashObject.addParam("scale", "noscale");<BR><BR>&nbsp;=20
myFlashObject.addVariable("request",=20
getQueryParamValue("image"));<BR><BR>&nbsp;=20
myFlashObject.addVariable("photosXmlFile", =
"photos.xml");<BR><BR>&nbsp;=20
myFlashObject.addVariable("configXmlFile", =
"galleryconfig.xml");<BR><BR>&nbsp;=20
myFlashObject.write();<BR><BR>&nbsp; <BR><BR>&nbsp; // =
]]&gt;<BR><BR>&nbsp;=20
&lt;/script&gt;<BR><BR>&nbsp; <BR><BR>&nbsp; =
&lt;noscript&gt;<BR><BR>&nbsp;=20
You must enable Javascript to view this content.<BR><BR>&nbsp;=20
&lt;/noscript&gt;<BR><BR>&nbsp;&lt;/div&gt;<BR><BR>&nbsp;Now this =
leaves a lot=20
of space in the cell to display additional information <BR>about the =
gallery=20
or further navigation etc.<BR>&nbsp;So I thought to place an ap div =
element to=20
do that. But the content of the ap <BR>div element doesn't show in the =
browser, it seems to be somewhere behind the <BR>flash content. I =
tried Z-=20
Index, but this doesn't help.<BR>&nbsp;Any ideas?<BR>&nbsp;Thank you=20
<BR></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0110_01C85BA8.D6719360--
.


  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.4672     pg.3585     pg.2749     pg.2106     pg.1612     pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER