# Arg arg arg

**URL:** https://forum.kirupa.com/t/arg-arg-arg/183110
**Category:** flash
**Created:** [March 23, 2006, 9:48pm UTC](https://forum.kirupa.com/t/arg-arg-arg/183110 "2006-03-23T21:48:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![metazai](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/metazai/32/1509_2.png) [@metazai](https://forum.kirupa.com/u/metazai)
#### Post date: [March 23, 2006, 9:48pm UTC](https://forum.kirupa.com/t/arg-arg-arg/183110/1 "2006-03-23T21:48:37Z")

</div>

Does anyone have any idea why a Flash movie might refuse to load in IE6, although it plays fine in Firefox? It’s a simple, animation-only piece of fluff that uses nothing other than a few tweens between symbols, but it is stubbornly refusing to play in Microsoft for me. I’ve created it in Flash 8, but it’s been output to 6, 7, and 8 . . . with all of the versions doing the same thing. Below is the code – notice anything?

```auto
 
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0](http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0)" width="97" height="79" id="screen" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="images/screen.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="images/screen.swf" quality="high" bgcolor="#ffffff" width="97" height="79" name="screen" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="[http://www.macromedia.com/go/getflashplayer](http://www.macromedia.com/go/getflashplayer)" />
</object>

```

---

<div class="post-metadata">

### Author: ![pkcidstudio](https://avatars.discourse-cdn.com/v4/letter/p/278dde/32.png) [@pkcidstudio](https://forum.kirupa.com/u/pkcidstudio)
#### Post date: [March 23, 2006, 10:58pm UTC](https://forum.kirupa.com/t/arg-arg-arg/183110/2 "2006-03-23T22:58:03Z")

</div>

could be your code base  
codebase=“[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0)”

---

<div class="post-metadata">

### Author: ![metazai](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/metazai/32/1509_2.png) [@metazai](https://forum.kirupa.com/u/metazai)
#### Post date: [March 23, 2006, 11:06pm UTC](https://forum.kirupa.com/t/arg-arg-arg/183110/3 "2006-03-23T23:06:30Z")

</div>

Good guess . . . although I’m running a version 6 of the swf on there now, and copying your line exactly (except changing the version to “6,0,0,0”) didn’t seem to help. I initially took the codebase directly from Flash 8’s html output, which has never done this to me before. . . .
