Actionscript?

everytime i try to do one of the tutorials… and i hav eto copy and paste some actionscript it never works because the “onclipevent” thing loads up (all i want is the “on release” and down) automatically and when i try to delete it it deletes and the whole and when i try to do the on release manually it doesn’t let me do the _root.contents. etc thing… instead it puts the location after the url… anyone know why?

onClipEvent (load) {
on (release) {
_root.contents.loadMovie(“music.swf”);
}
}