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

playing mp3s

New Here ,
Apr 03, 2007 Apr 03, 2007

Copy link to clipboard

Copied

how do i stop mp3s from automatically playing when the page loads

when the page loads the mp3s start to play i dont want them to play until they are clicked

<embed src="../../images/uploadedfiles/<%=(musicmp3s.Fields.Item("Filename").Value)%>" width="20" height="16"></embed>
TOPICS
Server side applications

Views

307
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
LEGEND ,
Apr 03, 2007 Apr 03, 2007

Copy link to clipboard

Copied


> how do i stop mp3s from automatically playing when the page loads

Don't embed them in your page.

Use a flash player or just link to the MP3 directly.

-Darrel


Votes

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
Guide ,
Apr 03, 2007 Apr 03, 2007

Copy link to clipboard

Copied

LATEST
just change it to a regular link, like...

<a href="../../images/uploadedfiles/<%=(musicmp3s.Fields.Item("Filename").Value)%>">listen to <%=(musicmp3s.Fields.Item("Filename").Value)%> mp3</a>

Votes

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