ouyang789987 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

wmode transparent not working #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using this code to place an swf in my html, this is taken from your site:

<div id="webcommercial">    
    <object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="960" height="394">
        <param name="movie" value="<?php echo $path ?>swf/webCommercial.swf" />
        <param name="wmode" value="transparent" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="<?php echo $path
?>swf/webCommercial.swf" width="960" height="394">
        <!--<![endif]-->
        <div class="textos">
            <h1>Para ver este contenido necesita Adobe Flash Player. Descarguelo
aqu&iacute;:</h1>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
alt="Get Adobe Flash Player" /></a></p>
        </div>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
    </object>
</div>

The thing is that the wmode transparent is not working at all, any ideas?

Thanks,

Javier

Original issue reported on code.google.com by maggi...@gmail.com on 1 Dec 2009 at 10:13

GoogleCodeExporter commented 9 years ago
Please post authoring questions on the SWFObject list. If we deem it to be a 
bug, 
then it will be added to the issue3s list.

What you have posted is not a bug, but just a user authoring error. 

You have not included the wmode param for your non-IE code block definition. 
The 
above code is not taken from the SWFObject site example. Please (re)read the 
documentation on how to use the static publishing option. I also suggest you 
take a 
look at using the SWFObject code generator to help ensure your code is valid.

Original comment by aran.rhee@gmail.com on 1 Dec 2009 at 11:03

GoogleCodeExporter commented 9 years ago
Sorry about that...

Original comment by maggi...@gmail.com on 1 Dec 2009 at 11:13

GoogleCodeExporter commented 9 years ago
No problem. We are happy to help (but in the right forum :)

Original comment by aran.rhee@gmail.com on 2 Dec 2009 at 12:20

GoogleCodeExporter commented 9 years ago
Transparent option is not working in google chrome browser.

Original comment by skssumit...@gmail.com on 4 Jan 2010 at 6:10

GoogleCodeExporter commented 9 years ago
@ #4 - Yes, it is. 

As I have already mentioned in this thread (which you surely must have read), 
please 
post authoring questions to the SWFObject list.

Original comment by aran.rhee@gmail.com on 6 Jan 2010 at 11:00