- 3
- 0
- 约 6页
- 2017-08-14 发布于河南
- 举报
实现网页中播放FLV文件的源代码
使用方法:方法一、js嵌入直接copy下面代码,修改其中红色部分,即:swf_width、swf_height、texts、files 参数
script type=text/javascriptvar swf_width=240var swf_height=240var texts=’幸福的脚丫预告片’var files=’/product/vcastr/flv/happy_feet.flv’document.write(’object classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 codebase=/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 width=’+ swf_width +’ height=’+ swf_height +’’);document.write(’param name=movie value=/product/vcastr2/vcastr22.swfparam name=quality value=high’);document.write(’param name=menu value=falseparam name=allowFullScreen value=true /’);docu
原创力文档

文档评论(0)