Linking to part of flash movie with html?

Hi,
I have this code in my flash movie that loads newportfolio.swf in the blank movieclip called clip.

on (release) {
_root.clip.loadMovie(“newportfolio.swf”);
}

Is there a way to link to this same place from an html or asp page?