Hi Carlos.

The easiest thing to do if possible is supply a link to your actual
page. This way we can see what requests are being made to your server (and
what if any errors are occurring). we can also see if the issue
is reproducible on all machines (likely then that something like
swfobject.js cannot be found), or just on your own machine (likely then a
flash player install issue etc)

BTW - you are specifying a attribute value (attributes.align =
"middle";) before decalring your attribute object (  var attributes = {};).
You should ensure you only add values after declaring the object.


Cheers,
Aran



On Mon, Aug 30, 2010 at 4:59 PM, [email protected] <
[email protected]> wrote:

> Hello,
> swfobject is going directly to alternative content (in this case
> is .mov).
> The script works but it uses quicktime plugin on my mac instead of swf
> plugin.
> On my other computer (windows xp) it looks for the .mov file.
> I do not know what I am doing wrong,
> hope somebody can help
> Thanks in advance
> Carlos
> here is the code
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1" />
>                <script type="text/javascript"
> src="09FancyNancy/swfobject.js"></
> script>
>                <script type="text/javascript">
>                        var flashvars = {};
>                        attributes.align = "middle";
>                        flashvars.autostart = "false";
>                        var params = {};
>                        params.play = "false";
>                        var attributes = {};
>                        swfobject.embedSWF("FancyNancyVideo.swf",
> "videocontainer", "960",
> "566", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
>                        swfobject.embedSWF("Breakfast/breakfast.swf",
> "videocontainer2",
> "960", "566", "9.0.0", "expressInstall.swf", flashvars, params,
> attributes);
>                </script>
>
> <body>
> <div id="videocontainer">
>                        <a href="09FancyNancy/09FancyNancycopy.mov">
>                                <img src="09FancyNancy/09Fancy Nancy
> copy-poster.jpg" />
>                        </a>
>                </div>
>        <div id="videocontainer2">
>                        <a href="Breakfast/Breakfast.mov">
>                                <img src="Breakfast/Breakfast-poster.jpg" />
>                        </a>
>                </div>
> </body>
>
> --
> 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