1: <?xml version="1.0" encoding="utf-8"?>
2: <ConfigFile Name="Links Configuration File"
3: Guid="83ca650e-25ff-414d-adef-7aa790f9d858"
4: xmlns="http://slhvp.com/Links">
5: <ConfigurationMetaData>
6: <Version>0.0.1</Version>
7: <Purpose Summary="Link time to hyperlink to action" />
8: <![CDATA[
9: This configuration file is used to create linkage among an elapsed time in a How Do I video with
10: the text of a new link to display at that time and then with the action to take based on the new link being clicked.
11: ]]>
12: <Module Name="slHVP Standard Link Module version 0.1"
13: Guid="FB252D52-A603-4bf4-89C8-AA64E52D0343" />
14: <CreatedDate Format="AmericanShort" Date="01/01/2001" />
15: <Conditions />
16: </ConfigurationMetaData>
17:
18: <ConfigurationData>
19: <Links>
20: <Link>
21: <Type> Hyperlink </Type>
22: <Time>
23: <!--Time format is hh:mm:ss:msmsms-->
24: <StartTime>00:00:00:000</StartTime>
25: <!--Undefined end time - visible to end of video-->
26: <EndTime>0</EndTime>
27: </Time>
28: <Text> About this video </Text>
29: <Action> WebPage </Action>
30: <URL> http://jliberty.com/aboutHyperlink.htm </URL>
31: </Link>
32: <Link>
33: <Type> Hyperlink </Type>
34: <Time>
35: <StartTime>00:05:11:010</StartTime>
36: <!--End time of 0 or missing end time both mean no end time, run to end-->
37: </Time>
38: <Text> What is Linq </Text>
39: <Action> Video </Action>
40: <URL> http://silverlight.net/learn/video#103 </URL>
41: </Link>
42: <Link>
43: <Type> Hyperlink </Type>
44: <Time>
45: <StartTime>00:12:00:110</StartTime>
46: </Time>
47: <Text> Linq Programming Animation </Text>
48: <!-- video pauses and is replaced by animation frame -->
49: <Action> Animation </Action>
50: <!--Required either a URL or a guid to a frame-->
51: <GUID>
52: E40D045A-4AC4-4ea9-8501-58F0E0407F61
53: </GUID>
54: </Link>
55: </Links>
56: </ConfigurationData>
57: </ConfigFile>
58: