<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs	title="Guitar Chords Finder"
		render_inline="optional"
		description="Gives you the possible names of a chord. Simply place the fingers position by clicking on the guitar neck, click play to check the chord. The chord names are automatically shown on the right."
		screenshot="http://www.zikinf.com/extras/en/chords-screenshot.png"
		thumbnail="http://www.zikinf.com/extras/en/chords-thumbnail.png"
		title_url="http://www.zikinf.com"
		author="Yann Lohier"
		author_email="yann.lohier@gmail.com"
		author_affiliation="none"
		author_location="Paris, France"
		height="535">

		<Require feature="flash" />
		
</ModulePrefs>

<Content type="html"><![CDATA[
<!-- ALm6fM2WT4Df/ac5z07CMpEYlGcZwjOMZsu4K/Dhc9FWoWyvzwT1L8LNhD1RbcNDzqg3OGDNWpc18/9CEkABYCPAyKypctQDYooM4fqDZVCBQHIPBEC0OkOG2Dhlll+Ri81Jmt0bKPitxAIkxSlE9ktsXVQgg3HRNw== -->
<div id="flashcontainer" style="text-align: center;">
	If the Flash doesn't load in this module, you can still find it <a href="http://www.zikinf.com/articles/pratique-musicale/trouver-nom-accord-guitare.php">on this page</a> while we are fixing the bugs.
</div> 

<script type="text/javascript">

  function showFlash()
  {
  	
    var url = "http://www.zikinf.com/extras/en/findChords.swf";
	
	// rafraichissement du cache tous les jours
	url = _IG_GetCachedUrl(url, {refreshInterval:60*60*24*3});

	// rafraichissement du cache toutes les heures pour pouvoir débugguer
	url = _IG_GetCachedUrl(url, {refreshInterval:60*60*1});    
    // Play .swf file.
    _IG_EmbedFlash(url, "flashcontainer", {
      swf_version: 6,
      id: "flashid",
      width: 330,
      height: 535
    })
  }

  _IG_RegisterOnloadHandler(showFlash);

	// Analytics : reporé systématiquement sur Zikinf.com et fausse les stats intéressantes : désactivé
	//  nécessite <Require feature="analytics" /> dans ModulePrefs :
	//  _IG_Analytics("UA-59526-1", "/guitar-chords-finder");

</script>

]]>
</Content>
</Module>