Thanks Aran for taking the time.
the link is
www.balzaretti.net/temp1.html
interesting now the first container do not show a link to anything.
3rd container is just a swf file and it works fine.
www.balzaretti.net/temp1.html
Carlos - here is the code I am not using anything out of the
ordinary ...
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<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 = {};
var params = {};
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>
</head>
<body>
<div id="videocontainer">
<a href="09FancyNancy/09FancyNancycopy.mov">
<img src="09FancyNancy/09FancyNancycopy-poster.jpg"
width="604" height="390" />
</a>
</div>
<div id="videocontainer2">
<a href="Breakfast/Breakfast.mov">
<img src="Breakfast/Breakfast-poster.jpg"
width="739"
height="394" />
</a>
</div>
<div id="videocontainer3">
<p><a href="09FancyNancy/FancyNancyVideo.swf">
<img src="09FancyNancy/09FancyNancycopy-poster.jpg"
width="714"
height="385" /></a></p>
<p> </p>
<p> </p>
</div>
</body>
</html>
On Aug 30, 3:28 pm, Aran Rhee <[email protected]> wrote:
> 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%2bunsubscr...@googlegroups
> > .com>
> > .
> > 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.