# Actionscript question: import .swf, so that the .fla doesn't load the .swf externally

**URL:** https://forum.kirupa.com/t/actionscript-question-import-swf-so-that-the-fla-doesnt-load-the-swf-externally/220569
**Category:** Uncategorized
**Created:** [March 27, 2007, 2:09pm UTC](https://forum.kirupa.com/t/actionscript-question-import-swf-so-that-the-fla-doesnt-load-the-swf-externally/220569 "2007-03-27T14:09:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![justinhale](https://avatars.discourse-cdn.com/v4/letter/j/3bc359/32.png) [@justinhale](https://forum.kirupa.com/u/justinhale)
#### Post date: [March 27, 2007, 2:09pm UTC](https://forum.kirupa.com/t/actionscript-question-import-swf-so-that-the-fla-doesnt-load-the-swf-externally/220569/1 "2007-03-27T14:09:46Z")

</div>

function loadPix(pix){  
pixHolder.loadMovie(pix);  
}  
button\_1.onRollOver=function(){  
loadPix(“movie.swf”);  
}

seems my flash movie, from this actionscript, is loading the above movie.swf externally, is there a way to import the .swf file into the .fla so that my entire final project is one .swf file and not two? :sen:

thanks in advance,

jh.
