I need help to get sound to a gif so i have fount this site which explains how to add sound to a gif but i am having trouble this is the code would anybody be able to help me get this to work i am using Dreamweaver CC here are some examples of what i am trying to get done and i'll provide the code i have done and if anyone can help me would be much appreciated
我需要帮助才能获得gif的声音所以我有这个网站,它解释了如何将声音添加到gif但是我遇到了麻烦这是代码,任何人都可以帮助我让这个工作我在这里使用Dreamweaver CC是我想要完成的一些例子,我将提供我已经完成的代码,如果有人可以帮助我将非常感激
https://github.com/mahdif/loud-links/ is the Javascript used
https://github.com/mahdif/loud-links/是使用的Javascript
https://loudlinks.rocks/ - Examples
https://loudlinks.rocks/ - 示例
<script src="js/loudlinks.min.js"></script></body> where have i gone wrong i've included <script src="js/loudlinks.min.js"></script> above </body> as it has said so i dont know why it's not working.
1 个解决方案
#1
0
Follow the steps at the Loud Links GitHub. It looks like you've only done Step 1 (including the library's JavaScript).
按照Loud Links GitHub上的步骤操作。看起来你只完成了第1步(包括库的JavaScript)。
Also, based upon the code you've provided, your HTML is incorrectly formatted. You only want to include the script once, and all of your content should come before a single closing </body>
tag.
此外,根据您提供的代码,您的HTML格式不正确。您只想包含一次脚本,并且所有内容都应该在单个结束 标记之前。
#1
0
Follow the steps at the Loud Links GitHub. It looks like you've only done Step 1 (including the library's JavaScript).
按照Loud Links GitHub上的步骤操作。看起来你只完成了第1步(包括库的JavaScript)。
Also, based upon the code you've provided, your HTML is incorrectly formatted. You only want to include the script once, and all of your content should come before a single closing </body>
tag.
此外,根据您提供的代码,您的HTML格式不正确。您只想包含一次脚本,并且所有内容都应该在单个结束 标记之前。