How to proprely remove a flash object from a HTML page.
Posted
by Niklaos
on Stack Overflow
See other posts from Stack Overflow
or by Niklaos
Published on 2010-05-31T08:15:44Z
Indexed on
2010/05/31
8:22 UTC
Read the original article
Hit count: 202
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.
© Stack Overflow or respective owner