(function($){$.fn.playswf=function(url,rate,width){return this.each(function(){$(this).flash({src:url,width:width,height:width*rate,wmode:"transparent",allowscriptaccess:"always",allowfullscreen:true,"class":"loading"});});};$(document).ready(function(){$(".content_list").find("a.del").click(function(){var obj=$(this),id=obj.attr("rel");$.post("/home/sub.php",{"a":"delcon","id":id},function(){obj.parents("li").remove();$(".msginfo").text("删除成功").show();});return false;});});})(jQuery);function showMedia(data,obj){var url=data.url,rate=data.rate,w=$(obj).parent().width();$(obj).parent().empty().playswf(url,rate,w);return false;}