尝试使用jQuery对话框在cakephp中播放文件时出错。播放器启动完美,但我无法播放任何文件,我得到200 stram未找到stream.play.streamnotfound错误。
我尝试了很多变种,但无法正确显示路径,或者至少正确播放或下载音频文件,如果我正确粘贴路径就可以了。
我的档案位于/trunk/app/webroot/files/uploads/type/filename.wav
以下是我正在使用的代码:
<script type="text/javascript">
$(document).ready(function() {
flowplayer("player", "<?php echo $this->webroot; ?>/app/webroot/js/flowplayer/flowplayer-3.2.11.swf");
});
</script>
<?php
echo $this->Html->link("","/trunk/files/uploads/questions/4fe044ad-aec4-408f-9c20-13acfe6ba31b.wav",array("id" => "player"));
?>
即使我在上面输入正确的链接,它仍然无法播放(通过直接链接,我的意思是包括localhost等)
答案 0 :(得分:0)
转移到video.js,无法解决问题