Why Firefox blocks my flash ads

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

  1. #1

    Default Why Firefox blocks my flash ads

    I have develope the little ads application. But i am facing a problem with
    flash ad. I am using this html to display my flahs ad.

    but when i click on the flash ad in fire fox , pop up blocker option appear on
    the top. i also tried this url

    [url]http://www.mysite.com/flashad.swf?target=_parent&bLink=http://www.mysite.com/d46[/url]
    e6395428ab/


    I am unable to find the solution. Plz help me out.

    <object width="250" height="250"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=7,0,19,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">

    <param
    value="http://www.mysite.com/flashad.swf?bLink=http://www.mysite.com/d46e6395428
    ab/" name="movie"/>

    <param value="high" name="quality"/>

    <param value="#FFFFFF" name="BGCOLOR"/>

    <param value="noborder" name="SCALE"/>

    <embed width="250" height="250" type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
    ion=ShockwaveFlash" quality="high"
    src="http://www.mysite.com/flashad.swf?bLink=http://www.mysite.com/d46e6395428ab
    /" swliveconnect="true"/>
    </object>

    u know its me Guest

  2. Similar Questions and Discussions

    1. Zone Alarm blocks flash????
      Bear with me, I'm not up on computer terms but here goes...I have Zone Alarm security suite and the latest version (I think) of IE. Had some...
    2. Flash 9 and IE6 and Firefox
      Hi everyone, a page I try and access, Live365.com, uses Flash on their homepage, and I was able to access it with no problem until recently. I have...
    3. Flash with Firefox
      Hi, Don't know if this is an issue with Flash or Quicktime so bear with me. I'm running Win XP and Firefox 1.5. Trying to view websites now...
    4. Embedded flash blocks out Java cascading menu
      Hello Flashers, I have a webpage with a dynamic cascading java menu at the top. I also have some flash media embedded just below it. When I...
    5. Do BEGIN blocks and END blocks have priority?
      If I create code with: BEGIN { # something BEGIN { # something else } }
  3. #2

    Default Re: Why Firefox blocks my flash ads

    one thing i forgot to mention that i am using the iframe to display the ads on
    client side and the source of this iframe is html file with my flash ad code. I
    am counting the clicks and impressions also.

    u know its me Guest

  4. #3

    Default Re: Why Firefox blocks my flash ads

    Did you try doing it without the iframe?
    CHAOS'|nc. Guest

  5. #4

    Default Re: Why Firefox blocks my flash ads

    yeah, iframes can cause some problems.. not sure why but i've noticed some weird thing with those.
    travel-guy 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