I did get it to work, but I don't know why it doesn't work the way you have it.
If you set up the flash div like this, it will work
Code: Select all
<DIV><!-- Directory LeftNav 02 -->
<SCRIPT src="insert_active_flash.js"></SCRIPT>
<DIV id=myFlashDiv>
<SCRIPT>
myFlashObject=new Object
myFlashObject.movie="/images/en_US/local/page_specific/index/index_garagesale.swf"
myFlashObject.quality="high"
myFlashObject.wmode="transparent"
myFlashObject.width=556
myFlashObject.height=100
myFlashObject.version="5,0,0,0"
commitFlashObject(myFlashObject, "myFlashDiv")
</SCRIPT>
</DIV>
<DIV><IMG height=14 src="spacer01.gif" width=556 border=0></DIV>
http://milonic.com/insert_active_flash.js
Here is the info on activating the flash, which explains in detail about the two methods to do this, but I know the method I posted above works in IE6. I don't have 7 to test.
http://milonic.com/activateflash.php
I know it seems you have followed the directions, but perhaps for some reason you need to use the other method that I posted???? You would have to contact Milonic for support to find out why that method isn't working, that is beyond my capabilities.
Ruth