Note that there are some explanatory texts on larger screens.

plurals
  1. POcu3er background issue
    text
    copied!<p>I'm using a set of PNGs to run my cu3er slides. They keep the transparency, until the transition and then they're boxed with a white background. Is there a way to either keep it transparent or set the background color? <a href="http://205.186.139.193/" rel="nofollow noreferrer">http://205.186.139.193/</a> is the test site</p> <p>Javascript:</p> <pre><code> &lt;script type="text/javascript"&gt; var flashvars = {}; flashvars.xml = "&lt;?php bloginfo('stylesheet_directory');?&gt;/slider/cu3er.php"; flashvars.font = "font.swf"; var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("&lt;?php bloginfo('stylesheet_directory');?&gt;/slider/cu3er.swf", "cu3er-container", "963", "283", "9", "expressInstall.swf", flashvars, attributes); &lt;/script&gt; </code></pre> <p>CSS:</p> <pre><code> #cu3er-container{ background: #000; } #header_cu3er { background: #000; } </code></pre> <p>cu3er Settings:</p> <pre><code> &lt;cu3er&gt; &lt;settings&gt; &lt;auto_play &gt; &lt;defaults symbol="circular" /&gt; &lt;tweenIn tint="0xFFFFFF" alpha="0.65" /&gt; &lt;tweenOut tint="0xffffff" alpha="0" /&gt; &lt;tweenOver alpha="0" /&gt; &lt;/auto_play&gt; &lt;prev_button&gt; &lt;defaults round_corners="5,5,5,5"/&gt; &lt;tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/&gt; &lt;tweenOut tint="0x000000" /&gt; &lt;/prev_button&gt; &lt;prev_symbol&gt; &lt;tweenOver tint="0x000000" /&gt; &lt;/prev_symbol&gt; &lt;next_button&gt; &lt;defaults round_corners="5,5,5,5"/&gt; &lt;tweenOver tint="0xFFFFFF" scaleX="1.1" scaleY="1.1"/&gt; &lt;tweenOut tint="0x000000" /&gt; &lt;/next_button&gt; &lt;next_symbol&gt; &lt;tweenOver tint="0x000000" /&gt; &lt;/next_symbol&gt; &lt;/settings&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload