Welcome Guest, Not a member yet? Register   Sign In
Serving XML file to videoplayer fails
#4

[eluser]helmutbjorg[/eluser]
Thanks for the quick response. I have found that when third party flash scripts try to load an external xml file they append some GET vars to the end to restrict caching so if i tell it to load the following file:

Code:
/codeigniter/controller/xml

what it ends up being is

Code:
/codeigniter/controller/xml?c=2546525

And codeigniter therefore displays a 404. It seems to always display a 404 when the url contains a string and a equals sign. I have tried adding a route to bypass it like so

Code:
$routes['controller/xml(:any)'] = 'controller/xml';

but that didn't work...

Could that explain your problem?


Messages In This Thread
Serving XML file to videoplayer fails - by El Forum - 04-17-2008, 04:33 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 04:38 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 04:46 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 05:15 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 05:20 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 05:23 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 05:25 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 05:35 AM
Serving XML file to videoplayer fails - by El Forum - 07-10-2009, 05:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB