I think this might be a problem in your swf. You have the code:

    onLoad = function () {
        intro_mc.stop();
    };

On the first frame of your main timeline. This is not a good way to stop
your intro_mc. If you always want it to be stopped when you start you swf,
then just put a stop frame inside it, and then ply the mc when someone
clicks the play button. I think what is happening might be down to code
execution order in the FF player.

Basically, this is not a SWFObject issue, and should be dealt with in your
flash file.

Cheers,
Aran





On Sat, Apr 17, 2010 at 11:39 PM, Cédric <[email protected]> wrote:

> Hi,
>
> I meet a strange behavior in Firefox and Opera when I set the wmode
> param value to transparent or opaque.
>
> In firefox and Opera, the movie starts automatically then it should
> not.
>
> This is my code (in the html header):
> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/
> libs/swfobject/2.2/swfobject.js"></script>
> <script type="text/javascript">
>
>        var flashvars = {};
>        var params = { wmode: "transparent" };
>        var attributes = {};
>
>        swfobject.embedSWF("anim.swf", "flash-movie", "940", "380",
> "8.0.0",false, flashvars, params, attributes);
>
> </script>
>
> If you want to see what happens, you can view here:
> http://www.cooperanet.fr/animAID07.html
>
> Any help would be greatly appreciated because it drives me crazy!
>
>
>
> --
> 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]<swfobject%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/swfobject?hl=en.
>
>

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