Conflict between EMBED tag and jquery history

Conflict between EMBED tag and jquery history

We use the jquery history plugin to fix the back button on Ajax pages. We use the embed tag to load flash on an Ajax page. Unfortunately there is a conflict between the two in IE.

When I load flash content on an ajax page the meta title is modified to include the hash value of the url even if I don’t modify the title in my code. If load the Ajax content via the object tag the meta title shows properly.

Has anyone encountered this problem? Do you know of a workaround? I’d like to continue using the embed tag as it reduces the latency of my initial page load.