Jump to content

Absolute positioned div


The Little Guy

Recommended Posts

You need to set the wmode parameter of your SWF file to transparent when you embed it:

<!-- this goes within your object tag -->
<param name="wmode" value="transparent" />

 

although I'm not expert on this, I don't think value="transparent" would work. What about visiblity="transparent" or display="none"?

You need to set the wmode parameter of your SWF file to transparent when you embed it:

<!-- this goes within your object tag -->
<param name="wmode" value="transparent" />

 

although I'm not expert on this, I don't think value="transparent" would work. What about visiblity="transparent" or display="none"?

 

The param tag always has at least two attributes: name and value. In this case, you are setting the value of the wmode to transparent, so yes, it does work.

It didn't work... (See attachment, picture should be on top of graph)

 

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="ie_chart" align="middle" height="250" width="500">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="open-flash-chart.swf?width=500&height=250&data=http%3A%2F%2Fmurdercup.publicsize.com%2Fchart-data.php">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<param name="wmode" value="transparent">
<embed src="open-flash-chart.swf?data=http%3A%2F%2Fmurdercup.publicsize.com%2Fchart-data.php" quality="high" bgcolor="#FFFFFF" name="chart" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" id="chart" align="middle" height="250" width="500">
</object>

 

[attachment deleted by admin]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.