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].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to