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

  1. #1

    Default refresh flash form

    I have a page with a flash form and when I refresh the page, the form does not
    refresh. I was originally trying to refresh the page witha a javascript
    function where i called location.reload() and that was when i noticed the
    problem. But even without that I pressed refresh and the page loaded without
    the form. I am at a loss. I can't seem to find where anyone has has the same
    problem.

    djc11 Guest

  2. Similar Questions and Discussions

    1. Acrobat 6.0 form doesn't refresh in IE
      The first time I retrieve an Acrobat 6.0 form, fields are empty. Thereafter, when I reenter IE and retrieve the form, I see the last data I entered....
    2. re display form fields after refresh
      I'm just new at this so any help more than appreciated. I have created an email form in which all fields must be completed. If all the fields are...
    3. CAN YOU PLEASE HELP ME OUT W/ My FORM REFRESH PROBLEM???
      Hi guys i'm back again!! i'm having a small problem with refreshing my form after saving data in my database! here's what i'm trying to do: * In...
    4. Close and Refresh Form
      I have a very basic employee database that we are using for the front reception desk. The database has two forms - the first only shows name, dept...
    5. how can i make my form refresh its data
      am asking how can i make the form refresh its data when i choose something ( any data ) from a combo box as example ( when i choose data frm a combo...
  3. #2

    Default Re: refresh flash form

    I had a similar problem with Flash form (though not a CF form). It appeared
    there was a meta tag storing the data for an excessive time period; I couldn't
    find the meta tag in the docs (though I didn't look too hard). I went onto my
    IIS server and under the HTTP headers tab, set the content to expire
    immediately and that resolved the problem with the .swf file not refreshing.
    Hope that helps.

    amy_jo 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