找传奇、传世资源到传世资源站!

js实现录音 并将录音文件保存至服务器

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

后端程序 实现了保存录音文件功能,为php开发
js实现录音 并将录音文件保存至服务器 PHP-第1张<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><script src="jquery-1.7.2.min.js" language="javascript"></script><script> function f_getURL(){ var url = "acceptfile.php"; return url; } function f_getMAX(){ return 60;//最长录音时间 } function f_getMIN(){ return 10; //最小录音时间 } function f_complete(filename){alert(filename); /*if (typeof(SUPER_REPLY) != 'undefined') { if (wysiwyg) { editdoc.body.innerHTML = ''; } else { editdoc.value = ''; } }*/var test=jQuery('#fastpostmessage').val() '';alert(test); jQuery('#fastpostmessage').val(test); /*if (jQuery('.pnpost').css('display') == 'none') { jQuery('#fastpostform').submit(); }*/ }</script></head><body><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><div id=""><textarea name="fastpostmessage" id="fastpostmessage" cols="60" rows="5"></textarea></div><p> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="808" height="140" id="as_js" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="./bbsRecorder.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent"> <param name="bgcolor" value="#cccccc" /> <embed src="./bbsRecorder.swf" vmode="transparent" quality="high" bgcolor="#cccccc" width="808" height="140" name="as-js" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></p></body></html>

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复