Firefox Flash/JavaScript Jitter/Flicker Problem

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Firefox Flash/JavaScript Jitter/Flicker Problem

    We have a strange conflict issue occuring between JavaScript and Flash on the
    site [url]http://www.ebenkyo.com[/url] in firefox for windows. When the 'More' button is
    clicked it caused the swf files in the page to flicker. (The site is in
    Japanese)

    Has anyone else had this problem? Is there a fix?

    Thanks in advance

    Michael

    mjl4975 Guest

  2. Similar Questions and Discussions

    1. Flash Player causes IE to flicker
      Sorry for the lengthly posting. But for completeness, here goes: I find that Flash Player causes IE to flicker The objects that show most...
    2. Flash 9 audio problem with Firefox 2.0.0.3
      Flash 9 does not work with Firefox 2.0.0.3 in my system. The video plays OK but there is no sound. Everything works OK (video and sound) when I use...
    3. Firefox, Flash problem
      I have an application written in flash action script. it has lot of object files. 2-3 thousand line of coding. somehow, IE can display the flash...
    4. why do my flash files flicker when DTS?
      I have a Flash swf file playing in Director. When I play it without direct to stage it works fine, just a bit slow. When I set it to Direct to...
    5. FLASH with DTS initial flicker
      Hi, Inise Director, I need to set my primary FLASH.swf to DTS for optimal speed. When I first call it, the FLASH.swf flickers on and off and on...
  3. #2

    Default Re: Firefox Flash/JavaScript Jitter/Flicker Problem

    To fix the problem we had to add the param value:

    <param name="wmode" value="transparent">

    and the embed value:

    wmode="transparent"

    This stoped what ever conflict was happening before.
    mjl4975 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139