• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

My audio track does not play

New Here ,
Mar 12, 2018 Mar 12, 2018

Copy link to clipboard

Copied

I will make the landing page so i put audio Mp3 in adobe muse with html5 code but when I open google chrome

my track audio does not play and I don't  no ways how to embed html 5 .Would you please give me some code .

Thank you.

Views

198

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mar 13, 2018 Mar 13, 2018

Copy link to clipboard

Copied

Hey anchittar,

We need to know few things before proceeding with your issue.

Please share the code which you are placing.

Are you viewing your site locally or uploaded to a server?

I suggest upload your site on Business Catalyst as a test and see how it works.

Regards,

Ankush

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 15, 2018 Mar 15, 2018

Copy link to clipboard

Copied

LATEST

Here is my html5 code.Thank you very much

<!DOCTYPE html>

<html>

<head></head>

<body>

<audio controls="controls">

<source src="assets/salmon-track-16-new2.mp3"  type="audio/mp3">

  Your browser does not support the audio element.

</audio>

</body>

</html>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines