Aran,
I actually deleted the folder and I am working publishing everything
from scratch.
DW sometimes "gets lost" and nothing points where it should.
However, I just did everything new and it seems, for now, that it is
working.
Thank you for your time.
This is a great forum.
Carlos

On Aug 31, 10:24 am, Aran Rhee <[email protected]> wrote:
> Hi Carlos.
>
> Did you update your test page, as it still has a bunch of issues.
>
> The test page is looking for a bunch of assets which don't exist (and you
> are pointing to an FLV with a local path on your desktop)
>
> It is looking for (and not finding) the following files:
>
> http://www.balzaretti.net/FancyNancyVideo.swfhttp://www.balzaretti.net/MinimaFlatCustomColorPlayBackSeekCounterVol...http://www.balzaretti.net/Users/Carlos%20Balzaretti/Documents/Casa%20...
>
> 1) in your player swfs, make sure you set your source for your video player
> component to a proprt relative path to your flv (easiest thig to do is to
> place your flv in the same dir as your swf, so that way your only need to
> specify the file name, not the path)
> 2) make sure you upload all the required swf files to your server
>
> Remember, everything should be working as intended locally before you uplaod
> to the server. If it is not working locally, then it won't work on the
> server either...
>
> Aran
>
> On Tue, Aug 31, 2010 at 12:04 PM, [email protected] <
>
>
>
> [email protected]> wrote:
> > Aran,
> > Thank you for the information.
> > I did get it to work, it was something with the way DW was working.
> > However, now I have the issue that swf is not showing skin & controls.
> > I am going to post a new question on this forum.
> > thanks again
> > Carlos
>
> > On Aug 30, 3:59 pm, "[email protected]"
> > <[email protected]> wrote:
> > > Thanks Aran for taking the time.
> > > the link iswww.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>&nbsp; </p>
> > >                         <p>&nbsp;</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>
> > <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]<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.

Reply via email to