I developing a blog on (blogger.com) and this HTML code was working well:
我开发了一个博客(blogger.com),这个HTML代码运行良好:
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
But when I have bought and added a new domain name (.com) to my blog with the same host server (blogger), audio has been stopped playing, I tried with different browsers but also doesn't work, while it is working normally when starting a new blog with a free domain name (blogger free domain name).
但是当我买了,并添加了一个新的域名(com)与同一主机服务器我的博客(博客),音频已经停止演奏,我试着用不同的浏览器也不行,虽然正常当开始一个新的博客免费域名(博客免费域名)。
1 个解决方案
#1
0
Allright. Since you bought a domain name you have a hosted space outside blogger, and what is happening right now is that the browser thinks those audio files are hosted in the root directory of rishacn.com and not in rishacn.com/2017/04/audio.html . What i would do in your place is to upload the audio files to your root directory for rishacn.com using cpanel. Option 2. Upload the audio files to blogger again, check the given address and copy paste it instead of what you have.
还好吧。自从你购买了一个域名,你就有了一个博客外的托管空间,现在正在发生的是,浏览器认为这些音频文件是托管在rishacn.com的根目录下,而不是在rishacn.com/2017/04/audio.html中。我将在你的地方做的是将音频文件上传到你的根目录里,使用cpanel来访问rishacn.com。第二个选项。再次将音频文件上载到blogger,检查给定的地址并复制粘贴,而不是你所拥有的。
#1
0
Allright. Since you bought a domain name you have a hosted space outside blogger, and what is happening right now is that the browser thinks those audio files are hosted in the root directory of rishacn.com and not in rishacn.com/2017/04/audio.html . What i would do in your place is to upload the audio files to your root directory for rishacn.com using cpanel. Option 2. Upload the audio files to blogger again, check the given address and copy paste it instead of what you have.
还好吧。自从你购买了一个域名,你就有了一个博客外的托管空间,现在正在发生的是,浏览器认为这些音频文件是托管在rishacn.com的根目录下,而不是在rishacn.com/2017/04/audio.html中。我将在你的地方做的是将音频文件上传到你的根目录里,使用cpanel来访问rishacn.com。第二个选项。再次将音频文件上载到blogger,检查给定的地址并复制粘贴,而不是你所拥有的。