i have flash embeded on page using jquery add fadein effect page not work embedded flash.
in other words, flash content loads first before rest. thought maybe use jquery wrap div round flash , fade div out, problem encounter here flash on top of div.
is there obvious missing or neater way around this?
$('#flash').wrap("<div id='me'></div>"); $('#me').css({'background':'#ff0000', 'position' : 'absolute'}); $('#me').hide().fadeout(5000);
can add wmmode="opaque"
flash container?
Comments
Post a Comment