flash rollover buttons not working in ie

Out of context: Reply #11

  • Started
  • Last post
  • 19 Responses
  • maximillion_0

    no doesnt work on PC. yr js should read

    var so = new SWFObject("seewhat.swf", "sotester", "573", "136", "9", "#FFFFFF");
    so.addVariable("flashVarText", "this is passed in via FlashVars"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
    so.addParam("wmode", "transparent");
    so.write("flashcontent");
    insetad of :

    var so = new SWFObject("seewhat.swf", "sotester", "573", "136", "9", "#FFFFFF");
    so.addVariable("flashVarText", "this is passed in via FlashVars"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
    so.addParam("wmode", "transparent");
    so.write("flashcontent");
    so.useExpressInstall('expressins...
    so.write("flashcontent");

View thread