<?xml version='1.0' encoding='iso-8859-1'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 
      xmlns:svg="http://www.w3.org/2000/svg" 
      xmlns:xlink="http://www.w3.org/1999/xlink"
      xmlns:html="http://www.w3.org/1999/xhtml"
      xml:lang="fr" lang="fr">
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <meta http-equiv="Content-Script-Type" content="text/javascript" />
   <meta http-equiv="Content-Style-Type" content="text/css" />
    <title>Firefox : SVG +flash</title>
    <style type="text/css">
        h1, h2 { font-family: arial; }
        h1 { color :#586ba4; }
        .svgpart { text-align: right; color: #acadb1; border-right:1px #acadb1 solid; padding-right:1em;}
        .flashpart { text-align: left; color: #acadb1; border-left:1px #acadb1 solid; padding-left:1em;}

    </style>
    <script type="text/javascript">

function root_Loaded(sender, args) {

}

function updater(x, y)
{
var image = document.getElementById("baballe");
image.x.baseVal.value = x+500;
image.y.baseVal.value = y;
}



    </script>
</head>

<body>
            
    <h1>Adilla</h1> 
    <h2>The city where SVG and flash live in harmony</h2>


	<table cellpadding="0" cellspacing="0" width="1000">
	<tr>
        <td valign="top">

            <svg:svg width="500" height="400">
                <svg:image xlink:href="left.png" width="500" height="400"/>
                <svg:image xlink:href="disc.png" id="baballe" width="125" height="121"/>

            </svg:svg>

	</td>
	
	<td valign="top">
		<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="400" id="Object2">
			<param name="allowScriptAccess" value="sameDomain" />
			<param name="movie" value="flash.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#ffffff" />
			<embed src="flash.swf" quality="high" bgcolor="#ffffff" width="500" height="400" name="flash" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
		</object>
        </td>
	
	</tr>
        <tr><td class="svgpart">SVG</td><td class="flashpart">Flash</td></tr>
	</table>

<p>Original design and flash <a href="http://thewpfblog.com/?p=69">by Lee, with his WPF/E + FLASH version</a><br/>
<a href="http://ljouanneau.com/blog/">SVG version by Laurent Jouanneau</a>.</p>
</body>
</html>