Sign in
android
/
platform
/
external
/
autotest
/
8069e6911d9f7ad87651ad6389d720df9b7612d1
/
.
/
client
/
site_tests
/
audio_SeekAudioFeedback
/
play.html
blob: 4556ea55309376b8e8f4a011ee87a984b574b26b [
file
] [
log
] [
blame
]
<html>
<script>
function
play
(
media_file
)
{
player
.
src
=
media_file
;
player
.
play
();
}
</script>
<body>
<audio
controls
id
=
"player"
></audio>
</body>
</html>