help triggering link click for history/remote from flash
Hi,
I am currently using Klaus Hartl's history remote plugin (
http://stilbuero.de/jquery/history/
) , but I'm having some trouble getting links from flash to work properly in ie.
So far, what I have done is create actual <a href> links for my different sections with specific #titles for each one. I set these to display:none in my page footer, so that initialization of the history plugin finds these links, converts them to my title hashes, and then in flash I just set my links to be #title.
This works fine in firefox, firefox triggers a state change when the hash of the url changes, but ie requires the change to be done in an iframe to save back/forward state.
I was wondering if anyone knew a way to emulate a javascript click action on a link. I can have flash call a javascript, but I don't know what function to call in Karl's plugin to trigger a click event that will add to the history.
Any suggestions are welcome,
Thanks in advance
Kevin