Background issue

  • 16 posts
  1. 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!

  2. Can someone please help me with this??

  3. Please take a look at embedding section in CU3ER documentation - http://www.progressivered.com/cu3er/docs/embedding.html

    Embedding JavaScript is usually located in <HEAD> tag on your web page. Open your page in your text editor and make above adjustments to get CU3ER transparent.

    Thanks.

  4. Also allready put this after "<head> in the index.html where the swf is in.. doesnt do anything.. :(

  5. can you post URL for review?

  6. U have mail (link)

  7. Stefan, i have mailed you the link.
    Can you take a look??

  8. Hi,

    put your embedding JS code in <head> instead and delete attributes.wmode = "transparent"; line.

    Please use this forum as we are not offering support via email.

    Thanks.

  9. Put the code in <head>, deleted attributes.wmode="transparant"; line,..
    But still the same problem. It's not workin' Stefan..

    <script type="text/javascript">
    var flashvars = {};
    flashvars.xml = "config.xml";
    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", "js\swfobject\expressInstall.swf", flashvars, params, attributes);
    </script>

    http://www.egasproductions.com/2010/

  10. Hi,

    1. <script type="text/javascript" src="path_to_swfobject.js"></script> is missing in your <head>
    2. you are trying to embed CU3ER.swf for flash player version 7 ?!

    As I said earlier, please take a look at embedding section in CU3ER documentation - http://www.progressivered.com/cu3er/docs/embedding.html

    Thanks.

  11. Allright.. tryed that.. and alsow read the embedding section.. stil can't figger it out.. :\
    Can you take a look at my code again?

  12. Allright.. tryed that.. and alsow read the embedding section.. stil can't figger it out.. :\
    Can you take a look at my code again?

  13. Hi Stefan, i have tried the above thing. But still i can't make the background color change which is black by default.

  14. Take 2 minutes to open your own topic amdzines.

  15. Sorry mate but i wanted to avoid opening another thread just to ask the same question. :)

  16. I know, dont worry about it ;)

    Earth 2 Stefan please!!


Reply

You must log in to post.