# Loading external movie that lets you drag

**URL:** https://forum.kirupa.com/t/loading-external-movie-that-lets-you-drag/101667
**Category:** Uncategorized
**Created:** [February 12, 2004, 3:25pm UTC](https://forum.kirupa.com/t/loading-external-movie-that-lets-you-drag/101667 "2004-02-12T15:25:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Tattered](https://avatars.discourse-cdn.com/v4/letter/t/b9e5f3/32.png) [@Tattered](https://forum.kirupa.com/u/Tattered)
#### Post date: [February 12, 2004, 3:25pm UTC](https://forum.kirupa.com/t/loading-external-movie-that-lets-you-drag/101667/1 "2004-02-12T15:25:11Z")

</div>

Hi I have a main swf with a button that loads another swf in a movie clip, and I want to know how I can make a button that lets you drag the importated swf file in that movie clip.

here is the code for the button

on (release) {  
loadMovie(“Untitled-1.swf”, “\_root.testing”);  
}
