
JWplayer encode ampersand in video URL
Hello,
I'm using CloudFront with signed URL passed as URL arguments.
If I past my URL which does contain ampersand (aka: &), JWPlayer encode this to "&" which cause CloudFront to not work as it doesn't recognize it.
It seems it's also a bug related to SWFObject (http://stackoverflow.com/questions/20666337/swfobject-is-changing-ampersand-to-amp-how-do-i-stop-it)
Could you do something about it?
The fix for now is to add ".replace(/\&/g,'&')" to the URL but it's obviously not very clean.
Thanks.