I'm using iTunes 6.05 now.
Previously when I load an avetune skin and left click the skin, iTunes'll automatically start.
But now, it shows the error message that I had the wrong version iTunes installed and I'm required to update the version to 4.5+ ...
It does not affect my using of most of the avetune skin, since the info of the song'll correctly be shown. I've tried a SysStats widget called "iTunes 3.0" by Judge which use vb as a way to control iTunes, it failed on recognisation and refused to show reflection of album cover and song info =_=///
Function SetITunes()If oiTunes is nothing Then
Init() <---failure part
Set oiTunes = CreateObject("iTunes.Application")
acceptingCommands = true
Call WScript.ConnectObject (oiTunes, "iTunes_")
If oiTunes.PlayerState = oiTunes_isPlaying Then
Call iTunes_OnPlayerPlayEvent(oiTunes.CurrentTrack)
Else
image.Value = noartfile
End If
' open the album art drawer
OpenDrawer()
End If
End Function
Just eager to find what the problem is...THX for any thoughts!
Aqua-Soft Forums