手记

用jQuery Flash Plugin 在页面插入flash

首先加载 jQuery  和 jquery.flash.js

http://jquery.lukelutman.com/plugins/flash/

 

然后简单的使用

 

$(document).ready(function(){

$('#example').flash(

{ src: 'example.swf',  720, height: 480 },

{ version: 8 } );

});

 

就可以在需要的地方插入flash了.

0人推荐
随时随地看视频
慕课网APP