Problem with Active X Workaround

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default Problem with Active X Workaround

    Greets,

    Using Adobe's javascript workaround for Microsoft's "Click to Activate" Active
    X issue.

    PROBLEM: For any floating ads using "wmode" "transparent" if an Internet
    Explorer 6 web user goes to Tools>Internet Options and does anything while on
    that page then the IE browser is rendered useless. No links will work. No new
    address typed in the Address Bar will work, etc. They have to restart the
    browser.

    If I use the same Flash .swf file with the old embed procedure, of course I
    get the "Click to Activate," I have no browser problems if I go to
    Tools>Internet Options.

    What's up with this? Thanks!

    -Mark

    etruthflash Guest

  2. Similar Questions and Discussions

    1. Correct way to document.write a flash movie??? A workaround for the IE active content
      Hey all, Ive been told to try a javascript document.write solution for the IE active content issue. I am trying: <script...
    2. viewing flash nested in CFIF with active content workaround
      thanks to the IE update, some of us including myself are still trying to catch up on this topic and the revisions required to make our sites work...
    3. Active Perl and cgi-bin problem
      Hi, I'm brand new with this, I downloaded and installed Apache2, works fine. I downloaded and installed ActivePerl 5.8. I ran this install...
    4. Workaround for GetThumbnailImage Problem?
      I understand that one of the limitations of the Image.GetThumbnailImage() function is that it's not really good for creating "large" thumbnails...
    5. Problem with Active X
      When I try and watch a quicktime movie a pop-up appears and says "Your current security settings prohibit running Active X controls on this page. ...
  3. #2

    Default Re: Problem with Active X Workaround

    By the way my page is [url]www.etruth.com[/url].

    Also I found a few other solutions at: <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://activecontent.blogspot.com/.">http://activecontent.blogspot.com/.</
    a> It does look like "IE would request the swf twice, once for the hidden div,
    and again when the JavaScript wrote the contents back out again."

    I wanted to use the official Adobe/Macromedia workaround, but like I said it
    seems to crash IE in some cases. Hopefully someone from Adobe will weigh in on
    this thread.

    -Mark

    etruthflash Guest

  4. #3

    Default Re: Problem with Active X Workaround

    NEVER EVER use wmode=transparent. It is INCREDIBLY buggy. This has nothing
    to do with Microsoft and the new click-to-activate activex control features.
    wmode-transparent has really never worked properly and reliably and causes
    such weird and obscure bugs (that seem unrelated to transparency - like
    movie playing upside down) that its best to put in the effort to redesign to
    avoid it, rather than use it.
    --
    Jeckyl


    Jeckyl Guest

  5. #4

    Default Re: Problem with Active X Workaround

    Jeckyl,

    Don't use wmode transparent? How would I do floating homepage ads with a transparent background then?

    -Mark
    etruthflash Guest

  6. #5

    Default Re: Problem with Active X Workaround

    > Don't use wmode transparent? How would I do floating homepage ads with a
    > transparent background then?
    Put them in a separate window .. or use opaque mode which is not as buggy as
    transparent mode. Or better still .. redesign your site so you do not
    require the use of a feature which basically does not reliably work
    (transparent SWF movies) (ie do not have floating homepage ads with
    transparent background .. do something else instead).
    --
    Jeckyl


    Jeckyl Guest

  7. #6

    Default Re: Problem with Active X Workaround

    Sorry, I'm not fluent with how to make floating ads but I'm curious...

    How does one prepare a floating ad for another site then? Will hosting sites
    have their pages set up so that one can use the opaque mode or is this done a
    completely different way?

    aniebel Guest

  8. #7

    Default Re: Problem with Active X Workaround

    Separate window?

    Opaque won't work because the site has dhtml drop downs and several other
    Flash ads that load in random positions. For some reason transparent ensures
    the floating ad will be on top of everything.

    Can't redesign the site, and I am asked specifically to do these ads which
    interact with elements on the page. Besides, why do agencies like <a
    target=_blank class=ftalternatingbarlinklarge
    href="http://2hypemedia.com/">http://2hypemedia.com/</a> not avoid transparent
    mode? Adobe/Macromedia says wmode transparent is supported: <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://www.adobe.com/support/flash/releasenotes/player/rn_6.html

    What">[url]http://www.adobe.com/support/flash/releasenotes/player/rn_6.html[/url]

    What</a> about my original question about javascript and Active X workaround?
    Anyone know why Adobe's solution causes this bug with IE or if Adobe will
    release an alternate workaround?

    Thanks, -Mark

    etruthflash Guest

  9. #8

    Default Re: Problem with Active X Workaround

    Opaque also lets DHTML work with SWF content in the same way as transparent.
    > javascript and Active X workaround?
    You may be able to do the whole thing via some javascript/dhtml method ..
    I'm not sure. But you still won't be able to use transparent wmode due to
    its bugs
    > Anyone know why Adobe's solution causes this bug with IE or if Adobe will
    > release an alternate workaround?
    There is no work-around ... its not really anything to do with a particular
    'solution' .. transparent mode has never worked properly and has always
    been buggy. You'll have to break the news to your client.
    --
    Jeckyl


    Jeckyl 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