# XML Thumbnails Gallery as an External SWF

**URL:** https://forum.kirupa.com/t/xml-thumbnails-gallery-as-an-external-swf/190919
**Category:** flash
**Created:** [June 15, 2006, 5:30pm UTC](https://forum.kirupa.com/t/xml-thumbnails-gallery-as-an-external-swf/190919 "2006-06-15T17:30:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kevin1886](https://avatars.discourse-cdn.com/v4/letter/k/ce7236/32.png) [@kevin1886](https://forum.kirupa.com/u/kevin1886)
#### Post date: [June 15, 2006, 5:30pm UTC](https://forum.kirupa.com/t/xml-thumbnails-gallery-as-an-external-swf/190919/1 "2006-06-15T17:30:13Z")

</div>

How do you load an external “Thumbail Gallery SWF” in a “Flash Site.” I’m doing it as:

on (release) {  
\_root.contents.loadMovie(“Portfolio.swf”);  
}

But it’s not working well because the scrolling on the bottom does not scroll smoothly plus I have it divided into 3 different Thumnails that are connected through using target paths but those link don’t work they just reload the page.

How do you make an external swf go to a different label (Target)?
