Here\'s my explanation of the question:
From JavaScript, you need to get a reference to the Flash Player object. There are two basic Flash Player versions that ru
The answer is embedded in the question itself. IE uses object tags and hence SWF is a window object when embedded with object tags. Rest of the world uses embed tags and hence SWF is a property of the window.document for them.
object
window
embed
window.document