I believe I have found a bug in the current free version of flowplayer (flowplayer-3.0.3.swf) that is serious and so trivial to reproduce that I can trigger it in your own minimal example from the download archive.
Whenever there is a query string in the url of the page, flowplayer fails to find the video file.
This is true regardless of whether the query parameter has anything to do with the video or not, even if the page itself is ignoring the parameters completely.
I have uploaded your example code, modified to show a file from the same directory, as a demonstration.
This one works
and this one fails
As you can see from the source I have not messed with your code in any way, other than to change the clip to a local file instead of a blip.tv feed.
I am using the free version to evaluate flowplayer with a view to buying a commercial licence, but if this issue cannot be resolved it is useless to us, as 99% of the site we wish to use it on is dynamic content selected by query strings.
If you have any advice on a fix I'd appreciate it.
Whenever there is a query string in the url of the page, flowplayer fails to find the video file.
This is true regardless of whether the query parameter has anything to do with the video or not, even if the page itself is ignoring the parameters completely.
I have uploaded your example code, modified to show a file from the same directory, as a demonstration.
This one works
and this one fails
As you can see from the source I have not messed with your code in any way, other than to change the clip to a local file instead of a blip.tv feed.
I am using the free version to evaluate flowplayer with a view to buying a commercial licence, but if this issue cannot be resolved it is useless to us, as 99% of the site we wish to use it on is dynamic content selected by query strings.
If you have any advice on a fix I'd appreciate it.