You Cant Answer This

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>

erm maybe because you need activex controls…

why are you removing them?

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

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=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

does kylie minogue dance

You are right I can’t answer that.

erm

gotoandlearn is offline
flashdevils
actionscript.org
flashmove

you should be able to find it shrugs

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

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

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