문제

Hello is it possible to write new id3v2 tags to a mp3-file through actionscript? Normally you can read/write tags like artist,album,genre... But I would like to add for example the tag "atmosphere = smooth".

Thanks

도움이 되었습니까?

해결책

Unfortunately, there is no working library to write/edit ID3 tags in ActionScript, or at least I wouldn't know of one. But you can access and edit the file as ByteArray. Check the ID3v2.3 specification to find out which bytes to read and write.

There is a c/c++ project called id3lib on sourceforge. Should you consider porting this to ActionScript using Alchemy, I would be very much interested in the resulting product ;)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top