Hi!
I use this module on a production server http://yoglet.ru/
In 99% all works fine. But some times there are 2 kinds of bugs:
1) Some times flash isn't shown (the flash player is installed and all other sites work fine).
2) On my laptop the flash is shown, but it loses background. Let say walls bocome white instead of light green.

I have ideas where this bugs come from

										 
                      <div class="flashnode">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" height="450">

<param name="movie" value="http://yoglet.ru/sites/default/files/yoglets/000002.swf" />
<param name="version" value="7" />
<param name="play" value="true" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="allowfullscreen" value="true" />
<param name="bgcolor" value="#FFFFFF" />
<param name="swliveconnect" value="false" />
<param name="base" value="http://yoglet.ru/sites/default/files/" />
<!--[if gte IE 7]>-->
<object type="application/x-shockwave-flash" data="http://yoglet.ru/sites/default/files/yoglets/000002.swf" width="600" height="450">
<param name="version" value="7" />
<param name="play" value="true" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="allowfullscreen" value="true" />
<param name="bgcolor" value="#FFFFFF" />

<param name="swliveconnect" value="false" />
<param name="base" value="http://yoglet.ru/sites/default/files/" />
<!--<![endif]-->
 <p>You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.</p>
 
<!--[if gte IE 7]>-->
</object>
<!--<![endif]-->
</object>
</div>
 

I guess the first problem has to do something with the "if" stuff. And the second with this <param name="bgcolor" value="#FFFFFF" />.