[jQuery] problem on fadeIn with flash
I've tried to use fade in for a div that contain a flash. But there is
a split second right before it fadein, it has a sparkling white piece
at there. (see kenportfolio.com) Does anyone know how to fix that
issue, or even fixable?
Remind you to use Konami code to see the fadeIn effect.
Code:
$('#swfobject').fadeIn('slow');
<div id="swfobject" style="display: none;">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-
.... // I used dreamweaver CS4 to embed it
</object>
</div>
Thanks if anyone has suggestions.