For future reference, and to hopefully keep others from having hours of frustration.
<=IE8 cannot handle HTML comments inside the param section of an object tag. So if you have:
1 2 3 4 5 | <object> <param /> <!--<param />--> <param /> </object> |
The entire section will fail.