问题是这样的:前几天我在网上下了一个插件jrecorder,这是一个不需要任何flash编程技术就可以实现在线录音的jquery插件,但问题出现了,我在http://www.sajithmr.me/jrecorder/exam... 上下了插件,也按照提示把插件装在本地服务器上,但是老是出错:Uncaught TypeError: Object #
//function call to start a recording
$.jRecorder.record = function(max_time){
//change z-index to make it top
$( '#' + jRecorderSettings['recorderlayout_id'] ).css('z-index', 1000);
getFlashMovie(jRecorderSettings['recorder_name']).jStartRecording(max_time);
}
本地测试时使用的代码:
jRecorder Example
Time: 00:00
Level:
Status:
我查看了网上那个示例的源代码,发现和我本地上的代码没有区别,所以真的很郁闷,到底哪里出错了?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
把所有JS代码放到$(function() { ~~~~~~~~放置jRecorder代码~~~~~~~~~~~ })
解决了没有?