Ref: url definition

In the following code segment, where is “clip” defined?..

function preload(clip) {
picture.loadMovie(clip);

Apparently syntax is:

loadMovie(“url”,*target *[, method]) does this mean that the “url” is clip?If so…where is clip spceified?

Thanks.