iTunes Visualizer

Hi,

Does anyone know how to change the iTunes visualizer without ui scripting? I can’t seem to find that in the dictionary.

Thanks,
kel

That’s ok. I think I found it in

Thanks anyway,
kel

Yeah it works in case anybody was interested:

tell application "iTunes"
	activate
	delay 1
	set visuals enabled to false
end tell

Have a good day,
kel