Aran,

I got it. I had to add the type variable param.  If you don't it
assumes that your acessing XML.

This is where I got that info:
http://www.longtailvideo.com/support/forum/Setup-Problems/5493/problem-with-the-file-flashvar-and-extra-params

So I just added the following line:
so.addVariable('type','mov');

Thank you very much for all your help.

Regards Gary


On Jan 15, 11:04 am, Aran Rhee <[email protected]> wrote:
> So it seems like the server is doing something weird with file when adding a
> querystring. What happens if you try to 
> accesshttp://www.example.com/myMovie.mov?testdirectly in the browser? Does it
> still deliver the file as expected?
>
> On Fri, Jan 15, 2010 at 9:54 PM, garyboyle <[email protected]> wrote:
> > Hi Aran
>
> > Thank you for your reply. The querystring vars are part of the video
> > location.
>
> > I've tried escaping the querystring using the javascript escape
> > function but I still get the same problem, that is the player controls
> > and layout have disappeared and the video is downloading.
>
> > I've noticed that as soon as I’ve added a ? to the video location the
> > request has a & followed by a number attached to it.
>
> > So by doing this:
> > so.addVariable("file","http://www.example.com/myMovie.mov?test";)
>
> > The request, according to firebug is:
> >http://www.example.com/myMovie.mov?test&468
>
> > Any ideas what may be causing this?
>
> > Gary
-- 
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