我正在使用一个名为 EasyHTML5 的程序尝试将各种格式的视频上传到 Weebly Pro(这样我的网站访问者就可以在 PC/Mac 和移动设备上看到视频作为没有播放器的视频背景)。
Easy HTMLtVideo 给用户的代码是:
<!-- Start EasyHtml5Video.com BODY section -->
<style type="text/css">.easyhtml5video .eh5v_script{display:none}</style>
<div class="easyhtml5video" style="position:relative;max-width:1920px;"><video autoplay="autoplay" poster="eh5v.files/html5video/lobbyanimation20.jpg" style="width:100%" title="lobbyanimation20" loop="loop" onended="var v=this;setTimeout(function(){v.play()},300)">
<source src="eh5v.files/html5video/lobbyanimation20.m4v" type="video/mp4" />
<source src="eh5v.files/html5video/lobbyanimation20.webm" type="video/webm" />
<source src="eh5v.files/html5video/lobbyanimation20.ogv" type="video/ogg" />
<source src="eh5v.files/html5video/lobbyanimation20.mp4" />
</video><div class="eh5v_script"><a href="http://easyhtml5video.com">html5 video converter</a> by EasyHtml5Video.com v3.9.1</div></div>
<script src="eh5v.files/html5video/html5ext.js" type="text/javascript"></script>
<!-- End EasyHtml5Video.com BODY section -->
EasyHTML5Video 生成的文件如下所示: EasyHTML5 文件
EasyHTML5Video 的说明说要在 Weebly 的代码编辑器中的 HTML 类型文件夹中添加一个由软件创建的名为 ehv5.files 的文件夹。但是,据我所知,我只能将 .html 文件添加到该特定文件夹:
我知道这是一个很长的尝试,但我只是想知道这个论坛上是否有人对这两个程序有过经验并且可以提供建议。我已经在 Weebly 的社区论坛上发帖并联系了 EasyHTML5Video,但到目前为止还无法确认是否有解决方法。
一些参考资料:
www.weebly.com
www.easyhtml5video.com
www.brandywine.tv (my website)
非常感谢您的关注。
罗伯特