There are a decent number of known bugs with wmode=transparent and Flash in
general, not just limited to the SWFObject implementation.  One question, is
the code below accurate?  I see the term vmode being used instead of wmode,
which I don't believe is correct.  Is that your issue?

Vincent

On Mon, Apr 27, 2009 at 2:15 PM, leopavan <[email protected]> wrote:

>
> Hi, I have a problem with the wmode. I made a page with the Flex
> Builder wrapper and I added the same swf with the swfobject.
> The swf with the flex builder work fine the wmode but with the
> swfobject does not work.
> This is a summary the code generated by the scripting:
>
> <html lang="en">
>
> <head>
> </head>
> <body background="arrowNext.png">
>         <!-- this object tag is made by the swfobject.  the
> transparent not work
>          -->
>        <object style="visibility: visible;" id="FlexTransparentMode2"
>                data="FlexTransparentMode.swf"
> type="application/x-shockwave-flash"
> width="400" height="300">
>                <param value="true" name="play"><param value="false"
> name="loop">
>                <param value="false" name="menu">
>                <param value="high" name="quality">
>                <param value="true" name="allowfullscreen">
>                <param value="sameDomain" name="allowscriptaccess">
>                <param value="transparent" name="vmode">
>        </object>
> <br>
> <hr>
> <br>
>        <!-- this embed tag is made by the flex builder template.  the
> transparent is working
>          -->
>        <embed src="FlexTransparentMode.swf" id="FlexTransparentMode"
>        quality="high" bgcolor="#ff0000"
>        name="FlexTransparentMode"
>        allowscriptaccess="sameDomain"
>        wmode="transparent"
>        pluginspage="http://www.adobe.com/go/getflashplayer";
>        type="application/x-shockwave-flash" width="400" align="middle"
> height="300"
>        >
> </body>
> </html>
>
> Any suggestions?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to