# Inserting swf in an swf

**URL:** https://forum.kirupa.com/t/inserting-swf-in-an-swf/204597
**Category:** Uncategorized
**Created:** [October 21, 2006, 8:52am UTC](https://forum.kirupa.com/t/inserting-swf-in-an-swf/204597 "2006-10-21T08:52:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![blizzardtweaker](https://avatars.discourse-cdn.com/v4/letter/b/a3d4f5/32.png) [@blizzardtweaker](https://forum.kirupa.com/u/blizzardtweaker)
#### Post date: [October 21, 2006, 8:52am UTC](https://forum.kirupa.com/t/inserting-swf-in-an-swf/204597/1 "2006-10-21T08:52:36Z")

</div>

i saw a tutorial on adding an swf movie clip within a running swf, i managed to add pictures and swfs within the same directory, using something like this:

```auto
var tagload:MovieClipLoader = new MovieClipLoader();
tagload.loadClip("fb01.swf",tag)

```

but i wanna load a flash-based tagboard into my flash file, (using myflashbox.sg service), somehow it doeswnt work when i key in

```auto
var tagload:MovieClipLoader = new MovieClipLoader();
tagload.loadClip("http://www.myflashbox.sg/flashbox/fb01.swf?uid=44848&buttonTxt=post!",tag)

```

however, when i tried loading exteral images from other websites, it loads just fine, y doesnt an swf one work?

any ideas?

o, n is there anyway to insert a html page like i would the images n flash files? meaning the entire site is under one big flash file…  
thx
