Skip to content

chris-yee/mixcrate-embeddable-player

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixcrate Embeddable Player

The embeddable player was built to embed Mixcrate hosted audio files.

For more information on Mixcrate, please visit http://mixcrate.com.

Usage:

<!doctype html>
<html>
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<style>
body {
    font-size: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

code {
    background: #fff;
    border: 1px solid;
    color: green;
    display: block;
    font-size: 110%;
    margin: 0 0.5em 2em;
    padding: 1em;
}
</style>
</head>
<body>

<script src="js/mc.js" id="mc-13980"></script>

</body>
</html>

WHERE id is the unique audio file identifier

Resources

About

Mixcrate Embeddable Audio Player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published