Used properly, audio and movies can significantly boost the articles in your Websites. Think about a Website about Dr. Martin Luther Master, Jr. that didn't involve something about his well-known "I Have a Dream" conversation. The textual articles of the conversation is going, but the shipping is what made it so highly effective. You can add audio and movies to your own Websites using some HTML labels you've already acquired.
This session talks about several techniques for including audio and movies. You should know that the one technique that is sure to work with every technique on every foundation is also the simplest: the <a> tag..
<a href="http://www.americanrhetoric.com/mp3clips/
politicalspeeches/mlkihaveadream35348.mp3">
Listen to the I Have a Dream speech.</a>
When your guests press on the circumstances Pay attention to the I Have a Fantasy conversation, the mlkihaveadream35348.mp3 pc information computer file will obtain to their pcs and begin suffering from. If the guests do not have the appropriate plug-in to focus on the audio movie, the technique should immediate them to retain information mention later. It will not, however, immediate them to obtain the appropriate plug-in. You will need to provide that information on your web page.
Video areas can be managed in exactly the same way:
<a href="http://www.lucidcafe.com/library/96jan/96jangifs/MLK628Video.ram">
Watch a video of Dr. King's greatest speech.</a>
<embed> tag
Netscape designed a new tag known as <embed> to allow you to involve a audio or movie on a Website. Windows Internet Traveler internet browser also allows this non-standard tag. The following example reveals how the <embed> tag works to add a movie.
<p>Click the video to see a clip from the IMAX movie Journey
into Amazing Caves.</p>
<embed src="C:\Documents and
Settings\qc04818\Desktop\Amazing_Caves_720.wmv"
width="360" controls="true" autostart="true"
loop="false">
<noembed>
<a href="C:\Documents and
Settings\qc04818\Desktop\Amazing_Caves_720.wmv">
Click for a surprise.</a>
</noembed>
</embed>
<p>You will need the <a href="http://www.microsoft.com/
windows/windowsmedia/download/
AllDownloads.aspx?displang=en&qstechnology=">
Windows Media Player</a> to see this clip.</p>
The technique shows the user interface for the media device you use, as shown in below Figure. You can add size and top features to the <embed> tag to management the size of the movie still. The <noembed> tag provides an change way for visitors to download the movie if their technique doesn't identify the <embed> tag.
Observe that I've provided four features for the <embed> tag in this example: size, manages, autostart and hook. Width places the size of the movie. It is not necessary to set the top since the movie will size the picture proportionally. Controls guarantees that the movie gamer manages are provided. Autostart, which you can set to real or incorrect, informs the technique whether to begin enjoying the movie instantly upon running the web page. The hook feature informs the technique how many times in a row to play the movie before avoiding. You can set the hook feature to any whole number.
Another feature you can set is autorewind. This feature is instantly set to real, but if for some reason you don't want to go back the movie after it performs, you can set it to incorrect. The invisible feature conceals the gamblers VCR manages from the person. Covering the manages gives you, the creator, more control over the use of the movie, but may irritate your guests if they are prohibited to turn your movie on or off.
<object> tag
The <embed> tag is nonstandard, which indicates that the W3C doesn't identify it as a genuine HTML markup tag. The W3C wants that Website designers involve audio and movies using the <object> tag.
<p>Click the video to begin playing.</p>
<object classid="C:\Documents and
Settings\qc04818\Desktop\Amazing_Caves_720.wmv">
</object>
<a href="C:\Documents and
Settings\qc04818\Desktop\Amazing_Caves_720.wmv">Surprise!</a>
The <object> tag also comes with lots of features that you can set to help management the use of the video in your Website. You can add a boundary around the item by using the overall look feature and establishing the value to 1. The <object> tag also has an autostart and autorewind feature.



0 comments:
Post a Comment