I am trying to hide some built-in flash objects without disabling them. Right now I put them in a div and using the jQuery UI hide method. The problem is that when I show flash later using the show method, Flash reloads. Is there any way to prevent this?
Is it possible for the flash to be hidden, but still working in the background? To preserve the position of a YouTube video that was paused in a div before it was hidden, for example?
source
share