Error Compiling flash forms

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

  1. #1

    Default Error Compiling flash forms

    Hi,

    I'm currently experiencing a problem when compiling flash forms:


    Error /Copyoftest2.cfm:-1
    macromedia.css.LocatorParser


    Error /Copyoftest.mxml:376
    The class 'mx.rpc.RemoteClassRelayResponder' could not be loaded.

    I've searched for a resolution but had no joy, The code is simple and as
    follows:

    <cfform format="flash" width="500">
    <cfinput type="button" value="Hello" name="hi" />
    </cfform>

    Can anyone shed any light on this?

    Hughesh Guest

  2. Similar Questions and Discussions

    1. CF Flash Forms - code exceeds the 64K byte limit error
      In my form I am getting the error: A function in the code exceeds the 64K byte limit (actual size = '65801'). Since the problem occurs in the...
    2. Odd error with flash forms (CFMX7)
      Could you please let me know you figured that out..i have searching now for a while and i cant find it
    3. RSL Load Failed Error using FLASH FORMS
      Hi, For some reason I get this error using flash forms. It says RSL Load Failed. It tries to load the form, but it never does. Has anyone...
    4. Error compiling GD-2.16
      I'm compiling GD-2.16 module on redhat enterprise es. make returns an error "/usr/bin/ld: cannot find -lgd" after the following line:...
    5. Compiling error, please
      Hi Everybody, When I tried to compile my CustomControl ( to be later called from a ASP.NET page ) I always get the following message: ...
  3. #2

    Default Re: Error Compiling flash forms

    Anyone with any thoughts on this, I have re-installed and still the error remains. I have also re-run the configuration tool with no success.
    Hughesh Guest

  4. #3

    Default Re: Error Compiling flash forms

    Flash Forms need to have a name (required if format is flash). I think that is what you are missing.
    ARashidy 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