Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<html>
<title>test</title>
<head>
<script type="text/javascript" src="../flowplayer-3.2.10.min.js"></script>
<script src="path/to/the/flowplayer.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script $f("mb", "http://releases.flowplayer.org/swf/flowplayer-3.2.11.swf", {
// fullscreen button not needed here
plugins: {
controls: {
fullscreen: false,
height: 30,
autoHide: false
}
},
clip: {
autoPlay: false,
// optional: when playback starts close the first audio playback
onBeforeBegin: function() {
$f("player").close();
}
}
});></script>
</head>
<body>
<a id="mb" style="display:block;width:648px;height:30px;" href="/media/data/fake_empire.mp3"></a>
</body>
</html>
<script $f("mb", "http://releases.flowplayer.org/swf/flowplayer-3.2.11.swf", {
<script type="text/javascript">
$f("mb", "http://releases.flowplayer.org/swf/flowplayer-3.2.11.swf", {
<a id="mb" style="display:block;width:648px;height:30px;" href="/media/data/fake_empire.mp3"></a>
welches file?Flowplayer can automatically load the audio plugin when it encounters a clip whose file name ends with MP3 or mp3. It loads the file from the same folder from which the player was loaded.