Return to Home Page

Web Page Development

Audio/Video

Syllabus

Site Design

HTML

Composer

Graphics

Tables

Audio/Video

Other resources

Software

Acc. Setting

Contact Me

Basic HTML code to insert audio and video in your page



Link to sound and video files using the <a href="file" tag>.

The <a href="folder/name_of_file.wav">Name of the song </a>,
refers to the location of the sound clip, and links to that sound clip. 

controls=true ...  tells the browser to display a sound console



Embed sound and video files using the <Embed> tag.

<embed src="folder/name_of_file.wav" width=145 height=60 autostart=true hidden=false>

<embed src="folder/name_of_file.avi" width=240 height=400 autostart=false>
 


width= ...  height= ... dimensions of controller

autostart=true ..... the file is loaded and start playing automatically

autostart=false ..... the file is loaded but doesn't start playing automatically

Loop=true .... plays all the time

hidden=false ...... hide the controller (be careful with this one)





Audio  and Video Tutorial

Inserting Audio

How do I put sound and video into my Web pages? 

Audio Samples

Some audio samples Go under Beginning HTML, then choose Audio/Video.

The World Wide Web Virtual Library: Audio

The Very Best MIDI

Free Midi Files

Free Sound Wave File Index and Links

Video Samples

Some video samples Go under Beginning HTML, then choose Audio/Video.

QuickTime samples

Players Home Page

Real Player 7 Basic Download

Quick Time Download 4

Windows Media Player 6.4 Download

Various Resources

Amazing resources
 
 

Created by BB Webmedia