This index you're referring to isn't a real number, it's just how you perceive them visually. You need to actually define this value somewhere. Usually this is referred to as a tag, but a QTMovieView doesn't have a tag, so you need to come up with something here. Subclassing and creating a tag accessor could work, or declaring them as IBOutlets and referring to them there, etc. You also need to have the mouseUp: event call back to your controller. Usually this is done via delegates.