i'm trying to play local files in firefox when dragging from the os to
browser. but is it possible to play local files (file:///some/dir/
asong.mp3) with jplayer?
$('blablah')jPlayer("setFile",local_str); seems not to work
thanks for answers..
The flash security restrictions stop you from playing local files. You
could change them for your personal setting of course.
http://www.happyworm.com/jquery/jplayer/latest/developer-guide.htm#jPlayer-flash-security
You might be able to do it in Safari 4 since it plays mp3 natively in
the browser, but I've never even considered drag and drop from the
local file system.
Best regards,
Mark P.