Flash quality toggle button

im confused on the quality toggler for flash buttons. This is what I have


on (release){
	toggleHighQuality();
}

but I need it to also toggle low and medium quality but i tried making the “High” in the code to “low” but it doesn’t work.