Hello LongTail-Team,
first: you've done a great job with the JW-FLV-Player. Big thanks!
I integrated it in my project and it works very well. Currently i use it for playing MP3-Files and YouTube-Videos.
With the most YouTube-Video works all like expected, but with some comes to an Error "YouTube error (video not found?)".
Of course it exist on YouTube and enabled for embedding. For example the following Video:
----
Don't Work:
http://www.youtube.com/v/SZR6Jfr3--0?f=videos&app=youtube_gdata
But the same URL without the QueryString works very well:
http://www.youtube.com/v/SZR6Jfr3--0
----
Other videos, however work with QueryString, like this:
http://www.youtube.com/watch?v=CbJRlB6pmqQ?f=videos&app=youtube_gdata
You can test it in your Setup-Wizard.
I think it's at the double hyphen. Anything in the processing with the URL going wrong.
Sorry for my bad english, i hope you understand all.
Best regards,
Waldemar Derr
Are you urlencoding the YouTube URIs?
All URIs for media files and data files should be urlencoded.
You can do the urlencoding manually, using a chart like this: http://i-technica.com/whitestuff/urlencodechart.html
Or, if you are using swfobject with JavaScript to embed your Flash content, you can use JavaScript's encodeURIComponent() method to do the urlencoding.
See the Tutorial Embedding Flash for more details.