Category Archives: Frequently Asked Questions

A place for frequently asked and answered questions.

Flash Continues To Play When Hidden. How Can I Stop It?

Question: My Flash continues to play even while hidden from view; how can I stop it? Answer: Remove the Flash object from the page with javascript. An easy way to pull this off is

Flash stops playing with display none css. What is the solution?

Question: My Flash video or YouTube player stops playing when I use CSS display : none. Is there a workaround for this? Answer: Naturally, Flash video should stop playback when css display none is implemented. Otherwise, the problem would become reversed in that the Flash player would never stop playing even when you want it [...]