{"metadata":{"image":[],"title":"","description":""},"api":{"url":"","auth":"required","results":{"codes":[]},"settings":"","params":[]},"next":{"description":"","pages":[]},"title":"Setting the initial sound volume","type":"basic","slug":"setting-the-initial-sound-volume","excerpt":"This page shows you how to setup the initial sound volume of your player.","body":"If you want your player to not have the full sound volume when it is initialized, you should use the [`data-volume` parameter](doc:player-setup).\n[block:code]\n{\n \"codes\": [\n {\n \"code\": \"<!DOCTYPE html>\\n<html>\\n <head>\\n <title>afterglow player</title>\\n <script src=\\\"//cdn.jsdelivr.net/npm/afterglowplayer:::at:::1.x\\\"></script>\\n </head>\\n <body>\\n <video class=\\\"afterglow\\\" id=\\\"myvideo\\\" width=\\\"1280\\\" height=\\\"720\\\" data-volume=\\\".5\\\">\\n \\t<source type=\\\"video/mp4\\\" src=\\\"/path/to/myvideo.mp4\\\" />\\n </video>\\n </body>\\n<html>\",\n \"language\": \"html\"\n }\n ]\n}\n[/block]\nYou can provide a float value ranging from 0 to 1. `data-volume=\".5\"` will set the sound volume to 50%.\n\nThis is what a basic example with a poster frame could look like :\n[block:html]\n{\n \"html\": \"<video id=\\\"myvideo\\\" class=\\\"afterglow\\\" width=\\\"1280\\\" height=\\\"719\\\" data-volume=\\\".5\\\" style=\\\"margin: 0 auto;\\\">\\n <source src=\\\"http://afterglowplayer.com/sandbox/v1/afterglow_local_hd.mp4\\\" type=\\\"video/mp4\\\" />\\n</video>\"\n}\n[/block]\n\n[block:callout]\n{\n \"type\": \"info\",\n \"title\": \"Read more about player parameters\",\n \"body\": \"If you want to learn more about the player parameters that are available, you should take a look at the [player parameters section](doc:player-parameters).\"\n}\n[/block]","updates":[],"order":18,"isReference":false,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"59fb30941a8c8d002837ced8","category":{"sync":{"isSync":false,"url":""},"pages":[],"title":"Examples","slug":"examples","order":3,"from_sync":false,"reference":false,"_id":"59fb30931a8c8d002837cec4","version":"59fb30931a8c8d002837cec0","project":"55e6dcb32d0d3021000daf70","createdAt":"2015-09-04T12:02:28.639Z","__v":0},"project":"55e6dcb32d0d3021000daf70","user":"55e6dc8a2d0d3021000daf6e","parentDoc":null,"version":{"version":"1.1","version_clean":"1.1.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["59fb30931a8c8d002837cec1","59fb30931a8c8d002837cec2","59fb30931a8c8d002837cec3","59fb30931a8c8d002837cec4","59fb30931a8c8d002837cec5","59fb3502e786cb001c45ec9d"],"_id":"59fb30931a8c8d002837cec0","project":"55e6dcb32d0d3021000daf70","createdAt":"2017-11-02T14:49:55.750Z","releaseDate":"2017-11-02T14:49:55.750Z","__v":2},"createdAt":"2015-09-14T07:13:16.015Z","githubsync":"","__v":0}
Setting the initial sound volume
This page shows you how to setup the initial sound volume of your player.