# ActiveX control

**URL:** https://forum.kirupa.com/t/activex-control/223477
**Category:** flash
**Created:** [April 23, 2007, 6:19am UTC](https://forum.kirupa.com/t/activex-control/223477 "2007-04-23T06:19:24Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![montyT](https://avatars.discourse-cdn.com/v4/letter/m/c89c15/32.png) [@montyT](https://forum.kirupa.com/u/montyT)
#### Post date: [April 23, 2007, 6:19am UTC](https://forum.kirupa.com/t/activex-control/223477/1 "2007-04-23T06:19:24Z")

</div>

hi everybody

this script is for making disable to the activeX control over the flash.

```auto

<script language="javascript">
objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects*.outerHTML = objects*.outerHTML;
}

</script>

```

this script is working fine on the **IE** and **firefox**

but it dosen’t work on the opera

some body tell me the perfect reason or problem regading the my script.

🙂
