First of all, congrats with CU3ER, I love it!
It’s the first time I’m using this, and I almost get everything, except for one thing.
I need the background from the animation to be transparent, so the original background colours/gradient can be viewed if the CU3ER is turning.
I already checked out the pages on the forum, but I can’t figger it out.
Your w’r saying you can make the Cu3ER transparent by setting wmode variable in JS embedding script.
“<script type="text/javascript">
var flashvars = {};
flashvars.xml = "config.xml";
flashvars.font = "demo/miso_font.swf";
var params = {};
params.allowscriptaccess = "always";
params.allownetworking = "all";
params.wmode = "transparent";
var attributes = {};
attributes.id = "slider";
swfobject.embedSWF("cu3er.swf", "cu3er_swf", "960", "360", "9", "expressInstall.swf", flashvars, params, attributes);
</script>”
But whére do I put this? Do I have to put this lines somewhere in swfobject.js?
And If so, where exactly? I really can’t figger it out.
Greetz from Holland/the Netherlands!
