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"?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.