<?xml version="1.0" encoding="UTF-8" ?> 
<Module> 
<ModulePrefs title="Texysms new videos"
             author="Jordi Agusti"
             author_email="ja@virtualplus.com"
             author_affiliation="Virtualplus"
             author_location="London"
             screenshot="http://www.texysms.com/img/previewIgoogle.jpg"
             thumbnail="http://www.texysms.com/img/previewIgoogle.jpg"
             category="fundandgames"
             description="Texysms mobile community, get free videos for your mobile and send free sms"
             render_inline="optional" height="220" width="290" scaling="false">
  <Require feature="flash" />
  </ModulePrefs>
<Content type="html">
<![CDATA[

<div id="flashcontainer" style="text-align: center;"></div> 

<script type="text/javascript">

  // Display still photo.
  function showPhoto() {
    _gel("flashcontainer").innerHTML = "<img src='http://www.texysms.com/img/texysmsBeta.jpg' /img>";
  }

  // Play .swf file for specified trick.
  function doTrick() {

    // The URL for the .swf file that shows the specified trick.
    var url = "http://www.texysms.com/flash/connect.swf";

    // Play .swf file.
    _IG_EmbedFlash(url, "flashcontainer", {
      swf_version: 6,
      id: "flashid",
      width: 265,
      height: 200
    })
  }

  // When gadget first loads, display still photo.
  _IG_RegisterOnloadHandler(doTrick);
  </script>
  <br />
  <div style="text-align: center;"> 

  </div>
  ]]>
</Content>
</Module>













