<?xml version="1.0" encoding="UTF-8" ?> 
<Module> 
<ModulePrefs title="lustwatch" title_url="http://www.lucastrazzullo.it/lustwatch" height="200" thumbnail="http://www.lucastrazzullo.it/export/lustwatch/thumb.gif" screenshot="http://www.lucastrazzullo.it/export/lustwatch/thumb.gif" scrolling="false" author="Luca Strazzullo" author_email="lucastrazzullo86@gmail.com" author_link="http://www.lucastrazzullo.it" author_aboutme="web designer | flash developer" author_photo="http://www.lucastrazzullo.it/export/images/avatar.jpg" description="Clock time in flash actioscript - papervision3D, orologio digitale in flash che visualizza l'orario con quadrati colorati in un ambiente 3D.">
  <Require feature="flash" />
</ModulePrefs>
<Content type="html">
<![CDATA[

<style type="text/css">
  input.mybutton
  {
     background-color:#FFCC99;
     border-style:solid;
     border-color:#FFFFFF;
     font-family:Comic Sans MS,sans-serif;
     font-size:14px;
  }
  #flashid
  {
     width:100%;
  }
</style>

<div id="flashcontainer" style="text-align: center;"></div> 

<script type="text/javascript">

  // Display still photo.
  function showPhoto() {
   doTrick();
  }

  // Play .swf file for specified trick.
  function doTrick() {

    // The URL for the .swf file that shows the specified trick.
    var url = "http://www.lucastrazzullo.it/export/lustwatch/lustwatch.swf";

    // Play .swf file.
    _IG_EmbedFlash(url, "flashcontainer", {
      swf_version: 9,
      id: "flashid",
      width: 300,
      height: 200
    })
  }

  // When gadget first loads, display still photo.
  _IG_RegisterOnloadHandler(showPhoto);
  </script>
  ]]>
</Content>
</Module>