~ubuntu-branches/ubuntu/karmic/moon/karmic

« back to all changes in this revision

Viewing changes to test/xaml/assorted/tafiti-carousel.html

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-14 12:01:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090214120108-06539vb25vhbd8bn
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
2
        <head>
 
3
                <title>Tafiti Original</title>
 
4
                <script type="text/javascript" src="tafiti-carousel.js"></script>
 
5
        </head>
 
6
        <body>
 
7
        
 
8
        <object type="application/x-silverlight" data="data:," id="slControl" width="800" height="600">
 
9
                <param name="background" value="#FFFFFF"/>
 
10
                <param name="source" value="#xamlContent"/>
 
11
        </object>
 
12
 
 
13
        <script type="text/xaml" id="xamlContent">
 
14
        <?xml version="1.0"?>
 
15
                <Canvas xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 
16
                        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 
17
                        x:Name="masterCanvas" Loaded="onLoad">
 
18
                        <Rectangle Width="800" Height="600" Fill="Blue" />
 
19
                </Canvas>
 
20
        </script>
 
21
 
 
22
        </body>
 
23
</html>