Jump to content
  • 0

Фоновая музыка для iOS


FenrirSonOfLoki
 Share

Question

Как сделать воспроизведение фоновой музыки для iOS?

Логично, что воспроизведение музыки работает, но только с пекарни, на Android и iOS ни звука...

<html>
<head>

<audio src="sound.mp3" preload autoplay loop></audio>

</head>
<body>
</body>
</html>

 

Edited by FenrirSonOfLoki
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Сyдя по всему в Android/iOS автовоспроизведение звука путем пользования HTML5 не предоставляеться возможным (по очевидным причинам).

Но, может что прояснится по этой ссылке: https://stackoverflow.com/questions/7239965/html5-autoplay-mp3-on-ipad

Link to comment
Share on other sites

  • 0
20 минут назад, klierik сказал:

Сyдя по всему в Android/iOS автовоспроизведение звука путем пользования HTML5 не предоставляеться возможным (по очевидным причинам).

Но, может что прояснится по этой ссылке: https://stackoverflow.com/questions/7239965/html5-autoplay-mp3-on-ipad

А можно попросить помощи, в адаптации данного кода под аудио? Я только начинаю разбираться в этом, и пока самостоятельно не представляется возможным(
 

function addListeners()
{
    // loop for each list item
    $('#mscroll li').each(function looping(index)
    {
        // onclick...
        $(this).click(function onItemClick()
        {
            // empty left column and description
            $("#divplayer").empty();
            // append video tag
            $("#divplayer").append('<video width="'+video_width+'" height="'+video_height+'" controls="controls"><source src="'+videos_array[index].mp4+'" autoplay/></video>');
            $('video').get(0).play();
        });
    });
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy