Previous | Next |
Mass communications has traditionally been one-way. But with the introduction of the Internet, two-way communication on a large scale has become a reality. Through the Internet, not only can users receive information from many sources, but also many sources can receive information from many users. And with this information, content providers have a means of understanding their audience in ways that would be impossible with traditional mass communications. Unlike one-way communication that broadcasts widely to a mass audience, Windows Media Technologies and other Internet products provide you with the tools to understand user demographics and target a message directly toward individual users.
The following example, using a fictional company, illustrates how delivery of ASF content can be personalized for individuals.
News Network is a traditional broadcast news organization that has expanded its operations to include a Web site. The main feature of the site is a section where users can create their own personalized newscasts. Instead of viewing a traditional-style newscast that is aimed at a mass audience, a user views a complete news program that contains only topics of personal interest. The following sequence describes a typical user experience.
The following list describes how the various tools interact to create a personalized newscast.
The following example is a portion of an .asx file that a user might receive. Ad banners, MoreInfo links, and Abstracts have been added to it. For more information on ASX scripting, see ASX Scripting Overview.
<ASX Version="3">
<TITLE>Personalized NewsCast</Title>
<ENTRY ClientSkip="no">
<!—- Commercial Element 1 -->
<REF HREF="mms://172.0.0.1/AdInsertion/Comml200.asf" />
<banner href="http://192.0.0.1/AdInsertion/images/MoreInfo.gif" >
<moreinfo href="http://192.133.90.142" target="_blank" />
<ABSTRACT>Courtesy of Windows Media Technologies</ABSTRACT>
</BANNER>
</ENTRY>
<ENTRY>
<!—- Program Element 1 -->
<TITLE>Montage of Princess Diana's Life:: Princess Di lives on in our memories</TITLE>
<COPYRIGHT>Copyright News Network 6/28/98</COPYRIGHT>
<REF HREF="mms://172.0.0.1/DailyNews/DianaMontage200.asf" />
<ABSTRACT>
:: Princess Diana continues to captivate the world, even after death. This recent montage is certain to strike a chord with all of Di's admirers.
</ABSTRACT>
<COPYRIGHT>Copyright 1998, News Network -- All Rights Reserved</COPYRIGHT>
</ENTRY>
<ENTRY>
<!—Program Element 2 -->
<TITLE>Line of Fire:: Wildfires appear to be just the beginning</TITLE>
<COPYRIGHT>Copyright News Network 6/25/98</COPYRIGHT>
<REF HREF="mms://172.0.0.1/AdInsertion/TexasFires200.asf" />
<ABSTRACT>
:: So far, more than 100,000 acres of Texas have burned in wildfires. Texas Forest Service says that this could be the start of a record drought.
</ABSTRACT>
<COPYRIGHT>Copyright 1998, News Network -- All Rights Reserved</COPYRIGHT>
</ENTRY>
</ASX>
For more information, see Using ASX Metafiles in the Windows Media Player Control SDK.
See Also
About the ASX Metafile Sample, Using the ASX Metafile Sample, Windows Media Technologies Solutions Samples
Previous | Next |