/    Sign up×
Community /Pin to ProfileBookmark

How do I put audio on website?

I would like to put a recording of high school band on our web site to be played on windows media player. How do I accomplish this?
Thanks
Charlie

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@KDLAApr 28.2006 — http://www.sonoma.edu/it/websupport/faq/soundinsert.html

WAV files (the default for Windows Media Player) are very large. You might convert it to an MP3 for faster downloads.

KDLA
Copy linkTweet thisAlerts:
@johnevaApr 28.2006 — The thing is the embed tag is not valid anymore which is how that tutorial tells you to do it.

The object tag should be used instead.
[code=html]
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="FileName" value="filename.wav" />
</object>
[/code]
×

Success!

Help @charlie61 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...