Using the browser to access the video with the querystring is fine. I think it's the player that makes the request. Maybe it's getting confused.
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.
