aadsm / JavaScript-ID3-Reader

ID3 tags reader in JavaScript (ID3v1, ID3v2 and AAC)
http://www.aadsm.net/libraries/id3/
Other
555 stars 145 forks source link

hey, cant't it support IE & Chrome? #63

Closed light0x00 closed 6 years ago

light0x00 commented 6 years ago

maybe ,i use it wrong ...hahaha.

light0x00 commented 6 years ago

it's chrome error info ,but fire fox no problem. i don't know how to deal with it..

Failed to load file:///C:/Users/Light/Desktop/%E5%89%8D%E7%AB%AF/%E6%92%AD%E6%94%BE%E5%99%A8ui/test2.mp3: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.

aadsm commented 6 years ago

You can’t access local files on the browser. You need to use http:// . That’s basically the problem. Also, I don’t support this library anymore, I created a new, better with many bug fixes, version: https://github.com/aadsm/jsmediatags.