3 <style type=
"text/css">
19 <embed type=
"application/x-silverlight" data=
"data:," id=
"slControl" width=
"400" height=
"400" source=
"#xamlContent" windowless=
"true">
21 <script type=
"text/xaml" id=
"xamlContent">
23 <Canvas xmlns=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
24 xmlns:
x=
"http://schemas.microsoft.com/winfx/2006/xaml" x:
Name=
"MasterCanvas">
26 <Image x:
Name=
"img" Source=
"mono.png" Canvas.
Left=
"0" Canvas.
Top=
"0" Stretch=
"Fill" Height=
"200">
28 <EventTrigger RoutedEvent=
"Image.Loaded">
31 <DoubleAnimation BeginTime=
"00:00:00" Storyboard.
TargetName=
"img" Storyboard.
TargetProperty=
"Opacity" To=
"0.0" Duration=
"0:0:10" />