Flash Forms & FireFox 3

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default Flash Forms & FireFox 3

    When using cfform format="flash" I am unable to get the form to display in
    FireFox 3.0.5 on Windows Vista. I have the Flash 10 plugin installed and I am
    able to view regular .swf files. I have searched google all day and I am
    finding posts from people having the exact opposite problem, works in FF for
    them and not IE7.

    Works great for me in IE7. Any suggestions?

    Here is the code I am using:

    <cfform name="MyForm" format="flash" width="500" height="500">
    <cfinput type="text" name="MyText"/>
    <cfinput type="submit" name="MySubmit" value="Save">
    </cfform>


    jlomoglio Guest

  2. Similar Questions and Discussions

    1. firefox and flash
      I saw a few posts in this forum related to this, but the threads were so old I thought I'd post a new topic in hopes that it helps similarly...
    2. Flash & Firefox 2
      I have the newest version of Flash installed on my system as well as Firefox 2.001. They don't seem to be fully compatible, as the video plays on...
    3. Firefox and Flash 8
      Hi All, I am running Firefox 2.0.0.1 and am having issues with displaying Flash 8 content. When I go to a page that is displaying Flash 8...
    4. Problems Sending Forms with Files in Firefox
      I am running into a problem which I have not seen before. I am sending a form to another page, the action page for the entire application, which...
    5. Converting existing forms to the Flash forms
      I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this?
  3. #2

    Default Re: Flash Forms & FireFox 3

    I decided to do a little experiment, so I removed FF 3.0.5 and grabbed v3.0 and
    still no luck. So then I grabbed v2.0.20 and now I can view my forms. So it
    would seem that there is a bug with FF3 on Windows Vista with a 64bit AMD cpu.
    Glad to know it wasn't my code or an issue with CF.

    jlomoglio 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