So I'm making a website that just has flash games on it. some of the flash games are VERY loud. Like you can't even play loud. I really don't know how to add an audio bar for flash games or just tone down the audio. If you can help me please let me know.
(I also use weebly to code so I didn't code in the flash game- just added it in through t he build option)
My code of one of the games (bowman):
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Butcherman' rel='stylesheet'>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<nav class="top">
<ul>
<li><a href="https://unblockedgooroo.weebly.com/">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
<style>
* {
box-sizing: border-box;
}
#bowman {
color: black;
font-family: 'Helvetica';
text-align:center;
font-size: 40px;
padding-top:200px;
}
div.nohead {
padding-top:10px;
}
body {
font-family: Impact;
background-color: #58CBD4;
}
.top ul {
list-style-type: none;
margin: 0;
overflow: hidden;
background-color: #333;
}
.top li{
float: left;
}
.top li a {
display: block;
color: white;
text-align: center;
padding: 18px 16px;
text-decoration: none;
}
.top li a:hover:not(.active) {
background-color: #111;
}
.active{
background-color: #4CAF50;}
/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
nav, article {
width: 100%;
height: auto;
}
}
</style>
</head>
<body>
<header>
<h2 id="bowman"> Bowman 1 Unblocked</h2>
</header>
<div class="main-wrap">
<div class="container">{content}</div>
</div>
<div class="footer-wrap">
<div class="container">
<div class="footer">{footer}</div>
</div><!-- end container -->
</div><!-- end footer-wrap -->
</div><!-- /.wrapper -->
<div id="navMobile" class="nav mobile-nav">
<label class="hamburger"><span></span></label>
{menu}
</div>
<script type="text/javascript" src="/files/theme/plugins.js"></script>
<script type="text/javascript" src="/files/theme/custom.js"></script>
<body style="background-color:powderblue;">
<div style='display:none'>{title}</div>
<div style='display:none'>{menu}</div>
<div style='display:none'>{content}</div>
<div style='padding: 20px; width:100%; text-align:center;'>{footer}</div>
</body>
</html>
Aucun commentaire:
Enregistrer un commentaire