![]() |
|
#1
|
|||
|
|||
|
Using in Classic ASP Environment
I am hoping someone has experience on using UltraID3Lib in a classic ASP web environment. If so some quick sample code on how initiate the class, read the basic tags (in all ID3 versions), assign new values and write them back to the file.
I registered the ultraid3lib.dll on the web server but during the regsvr32 call, I received an error message saying there was no entry point. I was hoping the following code (or something like it) would work in classic ASP (which is pretty much classic VB): Dim id3 Set id3 = server.CreateObject("UltraID3Lib.iTag) id3.Read "C:\test.mp3" myartist = id3.Artist myartist = myartist & " - updated" id3.Artist = myartist id3.Write ** If someone could help with the above I would very much appreciate it! set id3=nothing |
![]() |
| Tags |
| class vb, read, write |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|