![]() |
Web Page DevelopmentAudio/Video |
|
|
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>,
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 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 Free Sound Wave File Index and Links Video Samples Some video samples Go under Beginning HTML, then choose Audio/Video. Players Home Page Windows Media Player 6.4 Download Various Resources Created by BB Webmedia |