I'm trying to hide some embedded flash objects without disabling them. Right now I'm placing them in a div, and using the jQuery UI hide method. The problem is, when I show the flash later using the show method, the flash reloads. Is there any way to prevent this?
Is it possible to have the flash hidden but still working in the background? To hold the position of a youtube video that was paused in the div before it was hidden for example?