Skipping to a certain time in a MP3

I’m trying to figure out how to jump to a specific time in a song in iTunes.

I searched all night but couldnt find what I was looking for.

Can anyone enlighten me?

From the iTunes AppleScript dictionary:


tell application "iTunes"
	-- jump to the 1 minute position
	set player position to 60
end tell

Does this help?