Berin Loritsch wrote: > It looks like a bug in Quicktime because it is not passing parameters, it is > looking for funky filenames. The question remains: is there something in > the SMIL spec that allows the passing of GET parameters that you are not > implementing correctly, does SMIL even allow the passing of parameters, > or is Quicktime just screwed up? Just a thought: is the SMIL formatter escaping the URLs in the code? If that is where the problem lies, the problem would be solved by correcting the code. Make sure that SMIL supports the URI?parameter=value construct before you do that, though.