I have a main page with a content area that uses an iFrame. I can successfully load flash movies using firefox, but run into problems with IE. I get a run-time error message that states that the "myFlashMovie" is undefined. "myFlashMovie" is the value for both the id in the object tag and the value of the name in the embed tag. The error shows up even before the page completes loading.
All my scripts are loaded on the main page (parent).
Is anyone having a similar problem? Anything I should be doing in order to make it work?