Hi guys.
I made a website using AJAX (with jquery) for the navigation. The pages of the site are sliding and I use remove() to destroy the old page.
Every thing seems alright, but some times the browser crashes when he tries to remove the old page containing a Flash object.
I suppose this is because Flash is still executing the Flash object.
My question is simple.
How do i remove this Flash's object for my page without having the browser crashing on my face ? Is there a way to stop the Flash execution before removing the object ?
Thanks for your help.