# Flashobject.js = problems loading external movie clips

**URL:** https://forum.kirupa.com/t/flashobject-js-problems-loading-external-movie-clips/259938
**Category:** Uncategorized
**Created:** [May 10, 2008, 2:51pm UTC](https://forum.kirupa.com/t/flashobject-js-problems-loading-external-movie-clips/259938 "2008-05-10T14:51:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![blacklight](https://avatars.discourse-cdn.com/v4/letter/b/df788c/32.png) [@blacklight](https://forum.kirupa.com/u/blacklight)
#### Post date: [May 10, 2008, 2:51pm UTC](https://forum.kirupa.com/t/flashobject-js-problems-loading-external-movie-clips/259938/1 "2008-05-10T14:51:38Z")

</div>

HI People

I am trying to use the flashobject.js for the obvious reason - I dont want to see the active x controls within my flash animation.

It works fine in all instances except for when loading an external movie clip into the existing MC.

I have tried using the allow ScriptAccess", always to see if that helps but no joy.

Please if anyone can help it would be much appreciated.

Cheers - [http://www.blacklightmedia.co.uk](http://www.blacklightmedia.co.uk)

Below is an exmple of my script

\<script type=“text/javascript”\>  
var fo = new FlashObject(“flash/header.swf”, “name”, “860”, “100”, “8”, “#FFFFFF”);  
fo.addParam(“allowScriptAccess”, “sameDomain”);  
fo.addParam(“quality”, “high”);  
fo.addParam(“scale”, “noscale”);  
fo.addParam(“loop”, “false”);  
fo.write(“flash1”);  
\</script\>

---

<div class="post-metadata">

### Author: ![glosrfc](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/glosrfc/32/8334_2.png) [@glosrfc](https://forum.kirupa.com/u/glosrfc)
#### Post date: [May 10, 2008, 10:23pm UTC](https://forum.kirupa.com/t/flashobject-js-problems-loading-external-movie-clips/259938/2 "2008-05-10T22:23:04Z")

</div>

Have you included a \<div\> to hold the flashobject “flash1”?

\<div id=“flash1”\>  
Put alternate text or a link to the Flash Player download here  
\</div\>

Alternatively, go to this link and it will create all of the code for you:  
[http://www.kirupa.com/developer/flash8/flash\_fix.htm](http://www.kirupa.com/developer/flash8/flash_fix.htm)
