jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Relative paths in medias problem between js and flash #128

Closed y-nk closed 11 years ago

y-nk commented 11 years ago

If you configure jPlayer with relatives paths, such as { swfPath : "js/vendor/jplayer" } media { m4v: "vid/01.m4v" } the video loads well in javascript, but the url loaded from flash is "js/vendor/jplayer/vid/01.m4v".

happyworm commented 11 years ago

A known issue reported in the docs: http://www.jplayer.org/latest/developer-guide/#jPlayer-setMedia

Thank you for reporting it though.