CFFORM flash format display problem

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default CFFORM flash format display problem

    Is there a problem with CFFORM displaying FLASH formatted forms with in a TABLE? If I pull my form out of the table it displays fine but within a table doesn't display at all.
    Rick Guest

  2. Similar Questions and Discussions

    1. Help CFFORM format flash with ActionScript 2
      I go to send the example for you to analyze. I am trying to develop this on the basis of an article that I read "Calling the CFC from the Form...
    2. cfform format flash
      I am trying to read a small dbase with a name and a link. I am using cfform format flash. What i want is to able to click at the link which is...
    3. CFFORM format=flash height = 100%?
      I have tried many of methods to get the CFFORM and elements (such as CFTREE or CFGRID) to fill 100% of available space, as the documentation says...
    4. CFFORM Format Flash not work with IE
      I saw that this request was responded previously by saying that when you cann see the form in Netscape but not in IE, that mean IE did not had...
    5. cfselect in a cfform format=flash
      Has anyone been able to get the cfselect to validate in a html type of cfform. It works in flash, however, it does not work in html? <cfform...
  3. #2

    Default Re: CFFORM flash format display problem

    You cannot use tables to layout flash forms you have to use cfformgroup and cfformgroupitem tags.
    Stressed_Simon Guest

  4. #3

    Default Re: CFFORM flash format display problem

    Yes, that I am aware of. I am not using tables to format the form, I am placing the form inside a table.
    Rick Guest

  5. #4

    Default Re: CFFORM flash format display problem

    Well in that case it should work fine.
    Stressed_Simon Guest

  6. #5

    Default Re: CFFORM flash format display problem

    I've done some further testing on this. It turns out that the flash from loads properly in Firefox and Netscape but will not load in Internet Explorer.
    Rick Guest

  7. #6

    Default Re: CFFORM flash format display problem

    Hi,
    >You cannot use tables to layout flash forms...
    You can have flash forms inside of tables but you need to be sure to set
    the width and height attributes of the flash form in order for it to
    show if it's inside of a table.

    Regards,
    Roy F.


    Stressed_Simon wrote:
    > You cannot use tables to layout flash forms you have to use cfformgroup and cfformgroupitem tags.
    Roy F 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