# Linking to part of flash movie with html?

**URL:** https://forum.kirupa.com/t/linking-to-part-of-flash-movie-with-html/147584
**Category:** Uncategorized
**Created:** [May 11, 2005, 9:28pm UTC](https://forum.kirupa.com/t/linking-to-part-of-flash-movie-with-html/147584 "2005-05-11T21:28:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![MattMDesign](https://avatars.discourse-cdn.com/v4/letter/m/49beb7/32.png) [@MattMDesign](https://forum.kirupa.com/u/MattMDesign)
#### Post date: [May 11, 2005, 9:28pm UTC](https://forum.kirupa.com/t/linking-to-part-of-flash-movie-with-html/147584/1 "2005-05-11T21:28:46Z")

</div>

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?
