Hide div after specific time and after buffer the flash video.

Posted by kc rajput on Stack Overflow See other posts from Stack Overflow or by kc rajput
Published on 2010-05-01T12:56:35Z Indexed on 2010/05/01 12:57 UTC
Read the original article Hit count: 280

Filed under:
|
|

Hi i embed a video in my html page and i want to hide div after complete the video. and a specific time.my video time is 12 sec. I am using this function

$('#fvideo').fadeOut(12000);

and html code.

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript