It looks like you're new here. If you want to get involved, click one of these buttons!
$('object').attr(\"style\", \"visibility: hidden\");
$('object').attr(\"style\", \"visibility: visible\");daveznspace said:maybe it doesn't reload the flash file.
I use this for the flash to hide
$('object').attr(\"style\", \"visibility: hidden\");
or this to show$('object').attr(\"style\", \"visibility: visible\");
of course if you have other flash files on page it might hide/show them as well so ad id if that's the case.