So I have an embedded flash movie in my page, I also have an IFRAME called "content" loading a page that contains this hyperlink:
<a href="#" target="_top" onClick="playmovie()">Play</a>
I'm basically trying to call that javascript function to play my flash movie... of course I can't figure out how to target that function once my link loads into the iframe within the page that contains the javascript and the flash move... Please someone tell me what I'm doing wrong...
Below is the script I have on the main page, along with the embedded flash movie: