How do I remove a flash video completely after the video was called by swfobject

Posted by jeffkee on Stack Overflow See other posts from Stack Overflow or by jeffkee
Published on 2010-03-20T07:37:07Z Indexed on 2010/03/20 7:41 UTC
Read the original article Hit count: 303

Filed under:
|
|

Via SWFobject and AJAX I put in a video to a certain .

Using jquery I tried this:

$('#youtubepreview').html('');

HOwever that didn't remove it at all - the video still stayed right there.

Any ideas?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about youtube-api