# You Cant Answer This

**URL:** https://forum.kirupa.com/t/you-cant-answer-this/262839
**Category:** flash
**Created:** [June 10, 2008, 2:30pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839 "2008-06-10T14:30:19Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![triad](https://avatars.discourse-cdn.com/v4/letter/t/59ef9b/32.png) [@triad](https://forum.kirupa.com/u/triad)
#### Post date: [June 10, 2008, 2:30pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839/1 "2008-06-10T14:30:19Z")

</div>

Hi people i have been trying to get an answer to this question but so far no one can help.(come on guys I thought you lot were pro’s)

I am using flash object to remove the activex controls but when I do I can no longer load in external swf files.

Why is this?

the script I use is below please helllllpppppp meeeeeeeee.

\<script type=“text/javascript” src=“flashobject.js”\>\</script\>\<div id=“flash1” style=“width: 300px; height: 100px”\>\</div\>  
\<script type=“text/javascript”\>  
var fo = new FlashObject(“flash/triad-media-logo-uk.swf”, “cheshire web designer”, “300”, “100”, “8”, “#FFFFFF”);  
fo.addParam(“allowScriptAccess”, “always”);  
fo.addParam(“quality”, “high”);  
fo.addParam(“scale”, “noscale”);  
fo.addParam(“loop”, “true”);  
fo.write(“flash1”);  
\</script\>

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [June 10, 2008, 2:36pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839/2 "2008-06-10T14:36:12Z")

</div>

erm maybe because you need activex controls…

why are you removing them?

---

<div class="post-metadata">

### Author: ![triad](https://avatars.discourse-cdn.com/v4/letter/t/59ef9b/32.png) [@triad](https://forum.kirupa.com/u/triad)
#### Post date: [June 10, 2008, 2:38pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839/3 "2008-06-10T14:38:29Z")

</div>

Er maybe because you dont need activex controls and they look crap

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [June 10, 2008, 2:41pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839/4 "2008-06-10T14:41:53Z")

</div>

if you search you might find examples which disable the activex control thingy

I assume you mean the thing which causes you to click the website to enable the website thing

---

<div class="post-metadata">

### Author: ![triad](https://avatars.discourse-cdn.com/v4/letter/t/59ef9b/32.png) [@triad](https://forum.kirupa.com/u/triad)
#### Post date: [June 10, 2008, 3:57pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839/5 "2008-06-10T15:57:28Z")

</div>

[quote=randomagain;2340070]if you search you might find examples which disable the activex control thingy

I assume you mean the thing which causes you to click the website to enable the website thing[/quote]

Yeh thats pretty much what i’m trying to do but I have been looking all over the place on several good tute sites and forums but no clear answer thats why my post is called you cant answer this because no one seems to be able to.

If you can point me towards any good reading material it would be much appreciated.

Cheers

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [June 10, 2008, 4:15pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839/6 "2008-06-10T16:15:55Z")

</div>

_does kylie minogue dance_

You are right I can’t answer that.

erm

gotoandlearn is offline  
flashdevils  
[actionscript.org](http://actionscript.org)  
flashmove

you should be able to find it _shrugs_

---

<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: [June 10, 2008, 11:26pm UTC](https://forum.kirupa.com/t/you-cant-answer-this/262839/7 "2008-06-10T23:26:55Z")

</div>

There’s no reason why you can’t load external movies simply because you’ve switched to using flashObject. It’s more likely that the paths to your external files are wrong in the parent SWF or that you’re trying to view it in a later version of the player. This link might help:  
[http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403183](http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403183)

You might also want to consider using SWFObject as it’s more up-to-date than flashObject:

> **[swfobject/swfobject](https://github.com/swfobject/swfobject)**
>
> swfobject - An open source Javascript framework for detecting the Adobe Flash Player plugin and embedding Flash (swf) files.

You can also get answers to specific questions directly from the developers here:  
[http://groups.google.com/group/swfobject](http://groups.google.com/group/swfobject)
