Flash Forms Not Appearing

I have an intranet web site on a server that I manage. I have
flash forms up and running on a daily basis.
I just recently added another website to the same box, with a
new IP Address. I copied the Flash forms over to the new site, but
none of them work.
The error I get is "lc_id is undefined". on line 175.
There is no lc_id in any of my databases, or any of my cfm
pages. There never has been. I suspect this is an internal file
used by the flash form. Heck, none of the pages in question even
have a line 175!
Is there something that I need to turn on in IIS to get Flash
to work on the new site? Permission changes perhaps?

Fixed.
I just had to copy my CFIDE directory from the working site
to the new site.

Similar Messages

  • Cannot upgrade adobe flash player (failed to initialize), shockwave flash does not appear as a plug in

    various web sites stated that I needed to update adobe flash player. I clicked on link and followed instructions, then received the message "installation encountered errors - failed to initialize". So far, I have uninstalled previous versions of flash player and checked my plug ins. Noticed that Shockwave flash does not appear in my plug in list and adobe states that this needs to be active for their flash player.
    I am on Windows XP and Firefox version 8.
    Thanks.
    Cameron Cassidy

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.
    See:
    * https://support.mozilla.com/kb/Managing+the+Flash+plugin
    * https://support.mozilla.com/kb/Installing+the+Flash+plugin
    You can get the Adobe Flash Player here:
    * http://www.adobe.com/downloads/
    * http://www.adobe.com/go/getflashplayer
    Or download the Flash Player via this page: Troubleshoot Flash Player installation for Windows
    *http://kb2.adobe.com/cps/191/tn_19166.html#main_Download_and_install_the_latest_Flash_Player_version
    # Download and save the Flash installer for the Firefox browser to your desktop.
    # Exit Firefox (File > Exit), you may need to verify that in the Task Manager (XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC, Processes tab)
    # Start the Flash installer with a double-click on the desktop icon of the Flash installer.
    * You may have to run the Flash installer as Administrator (right-click: Run as ...) to get access rights for installing the files and modifying the registry.

  • So does Flash Forms not work in Safari?

    Does Flash Forms not work on Safari Browser? I have them on
    my site but when I try to look at them in Safari, they don't work..
    Or do I need to just add some type of extension to my Safari
    Browser to View a Flash Form?
    Here is the page. it won't work in Safari.. unless I"m
    missing an install extension. I just downloaded the browser for
    Windows for the first time today and so I wanted to check my site
    in that browser.
    http://www.jimmyharrell.com/contact.cfm
    is the page in question.

    yes but still no luck. When you go here do you see my flash
    form load in Safari? I'm using Safari for Windows not mac.
    http://www.jimmyharrell.com/contact.cfm

  • Does Flash Forms not work in Safari?

    Does Flash Forms not work on Safari Browser? I have them on
    my site but when I try to look at them in Safari, they don't work..
    Or do I need to just add some type of extension to my Safari
    Browser to View a Flash Form?
    Here is the page. it won't work in Safari.. unless I"m
    missing an install extension. I just downloaded the browser for
    Windows for the first time today and so I wanted to check my site
    in that browser.
    http://www.jimmyharrell.com/contact.cfm
    is the page in question.

    yes but still no luck. When you go here do you see my flash
    form load in Safari? I'm using Safari for Windows not mac.
    http://www.jimmyharrell.com/contact.cfm

  • Flash Forms Not Rendering in IE7, Flash 9

    We're having a problem with flash forms in IE7 and Flash
    Player 9 not rendering the entire form. The form works fine in
    Firefox 2. It looks to be a problem with how the Flash player is
    able to pull back data in IE7. Likely this pertains to how IE7
    handles security of plug-ins.
    Oddly, we've noticed that uninstalling the Flash 9 player and
    then reinstalling results in the form rendering correctly the first
    time, but on subsequent views the form no longer renders correctly.
    Specifically, we're not seeing data that is being called via
    Flash remoting in cfselect tags (state and country information).
    And we're not seeing text rendered that is in cfformitem tags. Our
    dev url is:
    http://hopeequity.beaconfire.com/loggedout/index.cfm?event=StartInvesting_StartAGroupStep1
    If anyone has an idea of why IE7 might not be able to render
    the form correctly, or might have security-related issues with
    remoting and Flash 9, please reply.

    I was granted access to the manuals on our prod server (the
    site is set up where you have to log in to see the manuals). The
    manuals are behaving differently on the prod server than in our dev
    server. The following is happening on the prod server:
    - the flash menus are appearing on our prod server in FireFox
    only.
    - I had reported in our dev area that when I right clicked on
    the left hand side where the menus are to appear in IE that the
    Flash menu displayed. This is not the case in our production area.
    - I get the "This page contains both secure and nonsecure
    items" when viewing the site on our prod server through IE
    I've asked them what version of RoboHelp they are using and
    no one seems to know. It seems they don't regenerate their help
    files (manuals) very often.

  • Flash form not loading in IE6

    Hello, all.
    The issues are just appearing out of the woodworks, now.
    The project I am working on (
    http://www.goldininstitute.org/staging_directory/)
    now has yet another issue - in IE6, the flash form does not load at
    all. It's supposed to be in the lower left corner - a login form,
    just username and password with a submit button - and works great
    in FF/NN/Op, but does not appear at all in IE6. Is this another
    security issue for IE? Form code follows:
    [code]
    <tr>
    <td style="width:249px; height:202px;
    background-color:##E6E5D3; vertical-align:top; text-align:center;
    color:##000000; font-size:11px; font-family:Arial;
    font-weight:normal; padding:0px; border-bottom:1px solid
    ##666666;">
    <img src="images/goldinFlash2.gif" alt="The Goldin
    Institute Online" name="TGI_logo" width="240" height="50"
    vspace="0" hspace="5" border="0" align="left" /><img
    src="images/spacer.gif" alt="" name="spacer" width="1" height="1"
    vspace="0" hspace="0" border="0" />
    <cfif isDefined("session.firstName") AND
    len(trim(session.firstName)) gt 0>
    <table style="width:100%; height:151px;" border="0"
    cellpadding="0" cellspacing="0" hspace="0" vspace="0">
    <tr>
    <td style="text-align:left; vertical-align:top;
    padding:5px; font-size:12px; font-weight:bold;">Hello,
    #trim(session.firstName)# #trim(session.lastName)#<cfif
    len(trim(session.suffix))>#replace(trim(session.suffix),".","","all")#</cfif>.</td>
    </tr>
    <tr>
    <td style="text-align:left; vertical-align:top;
    padding:5px; font-size:12px; font-weight:bold;">To log out,
    click <a href="#request.localhost#logout.cfml"
    style="color:blue;">here</a>.</td>
    </tr>
    </table>
    <cfelse>
    <cfform
    action="#request.localhostsecure#loginaction.cfml" method="post"
    name="myInstituteLogin" id="myInstituteLogin" enablecab="yes"
    preservedata="yes"
    format="Flash" wmode="opaque" timeout="1000" width="100%"
    height="127" skin="haloOrange" style="background-color:##E6E5D3;
    color:##000000;">
    <cfformgroup type="horizontal">
    <cfformitem type="spacer" enabled="yes" visible="yes"
    width="1" /><cfinput type="text" tabindex="1" name="username"
    id="username" maxlength="20" enabled="yes" visible="yes"
    height="20" width="125" style="#formStyle#" required="yes"
    message="Please enter your Username"
    value="#trim(session.username)#" label="Username" />
    </cfformgroup>
    <cfformgroup type="horizontal">
    <cfformitem type="spacer" enabled="yes" visible="yes"
    width="7" /><cfinput type="password" tabindex="2"
    name="dpassword" id="dpassword" maxlength="20" enabled="yes"
    visible="yes" height="20" width="125" style="#formStyle#"
    required="yes" message="Please enter your Password" value=""
    label="Password" />
    </cfformgroup>
    <cfformgroup type="horizontal">
    <cfformitem type="spacer" enabled="yes" visible="yes"
    width="70" /><cfinput type="submit" tabindex="3"
    name="submit" id="submit" enabled="yes" visible="yes"
    style="#formStyle#" value="Login" label="Login" /><cfinput
    type="reset" tabindex="4" name="reset" id="reset" enabled="yes"
    visible="yes" style="#formStyle#" value="Reset" label="Reset" />
    </cfformgroup>
    </cfform><cfif NOT
    isDefined("session.siteAccessLevel")>Forgot your
    password?  Click <a href="javascript:void(0);"
    style="color:blue; text-decoration:underline;"
    onfocus="this.blur();"
    onclick="showIt('#request.localhostsecure#forgotpw.cfm','forgotPassword',50,50,330,600,0) ;">here</a><font
    style="font-size:8px;"><br
    /> </font><cfelse> </cfif>
    </cfif>
    </td>
    </tr>
    [/code]
    Thanks,
    ^_^

    > "Your current security settings prohibit running
    > ActiveX controls on this page. As a result the page may
    not display
    > correctly."
    This would only be in local preview, right?
    http://www.projectseven.com/support/answers.asp?id=153
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "DreamWeevil" <[email protected]> wrote in
    message
    news:fq34rf$4g5$[email protected]..
    >I have a flash video embedded in my page that plays fine
    in FF and IE7,
    >however
    > when loading the page in IE6 the video is absent (the
    "red x" is in its
    > place)
    > and I receive the message "Your current security
    settings prohibit running
    > ActiveX controls on this page. As a result the page may
    not display
    > correctly."
    >
    > Now, this happens in IE6 only on the default security
    settings. I have
    > other
    > sites that embed flash video and play fine in IE6
    without warning...they
    > weren't created with Dreamweaver CS3 though.
    >
    > What is triggering this in IE 6 and can I remove some
    code from my page to
    > prevent this?
    >
    > Thanks for any help to what is probably a noobish
    question.
    >

  • Custom 404 cfm pages, and ColdFusion flash forms not working together

    Hi,
    I've recently ran into an issue that I was hoping I could have a little help with. My company has been using custom 404 pages for awhile that we set up in iis however we had never set up this custom 404 page to display on .cfm pages, only missing folders. Ie; www.website.com/asdasdasdsd/ would display a custom 404 error But www.website.com/asdasdasdsd.cfm would not. I recently set this up by going in the iis properties for our site, went to the home directory tab click on configuration and selected edit from the mappings tab. From here I checked the verify that file exists open. This enabled the file.cfm custom error to appear however for some reason it disabled all of my ColdFusion flash forms. None of them appear now. If I undo the iis setting that I changed earlier they all re-appear. I got these settings from http://kb2.adobe.com/cps/000/95ee04fb.html and they do the job, they just disable my flash forms. Is there any way to do this without them disabling my flash forms from working?
    Thanks!
    Paul Alkema

    Hi Paul,
    Did you ever receive an answer to this (old) post?  I'm having the same problem myself.
    Thanks,
    Michael

  • Flash forms -- Not displaying in IE

    This is my first foray into flash forms, and I discovered
    yesterday that while they look/work beautifully in Firefox
    (2.0.0.4), they're not displaying at all in IE (6 or 7).
    I'm using it to force the user to input their date in a
    uniform format, so I'm sure there's a non-flash workaround. I'd
    like to get this sorted out though, so my future work with flash
    can be more involved.
    Code is attached. Please let me know if I can provide further
    clarification.

    Michael --
    Thanks for your help.
    I think I've narrowed the problem down -- it's not that it
    won't display my flash form in IE, it's that it won't display it in
    a Fusebox environment. I'm going to poke over at their site to see
    what they have to say -- I suspect I'll need to upgrade the version
    of Fusebox that I'm using. :)

  • Why doesn't the image from my fillable form not appear when I save it as a PDF?

    I created a fillable form and when I save it as a PDF and view my image at the top does not appear. How can I fix this?

    Never mind. Apparently it was just that image.

  • Flash Forms not displaying

    I have just about given up on flash forms. I have read just
    about every thread in this Forum, but cannot find the answer.
    Have worked with flash forms in the past, but after recently
    upgraded to a new box with Vista Business and Codl Fusion 8 Dev
    Edition I cannot get flash forms working. I have have seen a tonne
    of postings with the same issue, but few with a resolution, and
    where there is I try it and makes no difference.
    If I run the following code:
    <cfform format="flash">
    <cfinput type="dateField" name="startDate" label="Start
    Date:" mask="dd/mm/yyyy">
    </cfform>
    If I remove format="flash" form works fine. If I include
    format="flash" form doesn't display. View source shows the code
    there, CFIDE is mapping correctly etc.
    One thing I do notice though, which may or may not be
    involved is that when viewing the code generated, it is looking in
    the same folder that the script that includes the form was in. Do I
    need to tell it to look somewhere else? Pure speculation here, but
    EVERYTHING else checks out.
    If someone at Adobe can set this straight would be great,
    because an afternoon spent reading other postings on this matter
    shows there are clearly a lot of people stumbling around in the
    dark on this one.
    Thanks in advance to anyone that can help.

    Michael --
    Thanks for your help.
    I think I've narrowed the problem down -- it's not that it
    won't display my flash form in IE, it's that it won't display it in
    a Fusebox environment. I'm going to poke over at their site to see
    what they have to say -- I suspect I'll need to upgrade the version
    of Fusebox that I'm using. :)

  • Flash Form not Showing

    Just upgraded from CF MX 6 to MX 7. Trying out flash forms,
    but they are not working.
    I tried out a simple First Name, Last name, Submit form
    setting the form to flash. When viewing the page in Safari, Firefox
    on a Mac and IE in Windows the page is blank. If I set take out the
    flash tag and just leave it as a CFForm it shows perfectly in all
    browsers. All browsers are able to view flash and shockwave files.
    Not sure what is going on.
    Any ideas?
    Thanks.

    I am having the exact same issue. I have tried tutorial code
    from several sites. I have added a name to my form. I checked to
    make sure my CFIDE directory is mapped in my CFADMIN. I don't know
    what else to try. Right now I have the exact same code for testing
    as mishuno has. If i remove the type attribute I see a form. If I
    add back in "format="flash"" I don;t see anything on the screen but
    I do see flash code in the page source. HELP!!!!
    <CFFORM width="500" name="testForm">
    <cfinput type="text" name= "firstname" label="First
    Name">
    <cfinput type="text" name="lastname" label="Last Name">
    <cfinput type="submit" name="submit" value="save">
    </CFFORM>
    I think I found the issue just now but I am not sure how to
    change it. Although I have a CFIDE mapping ( /CFIDE set to:
    C:\Inetpub\wwwroot\CFIDE ) set up in my CFadmin, my application.log
    is showing the following error:
    quote:
    File not found: /CFIDE/scripts/cfformhistory.cfm The specific
    sequence of files included or processed is:
    C:\Data\users\dev.myservername.com\CFIDE\scripts\cfformhistory.cfm
    So the flash is looking in the wrong place for the form
    related files (which are in my CFIDE folder in the correct
    location)
    Anybody know what I need to change on my server??
    -Phil

  • Flash piece not appearing on macs, help!

    my client says the flash animation on the following page is
    not appearing on her mac, can anyone check it? maybe tell me the
    problem? please!!!
    http://www.l3hm.com/anim_test3.php

    You're welcome. It's how I learned, too.
    Think of it this way. The final page assembled by the server
    and uploaded
    to the browser can only contain a single set of properly
    terminated <html>,
    <head>, and <body> tags. This means that NONE of
    those tags can be present
    both in the parent page and in the include files.
    Furthermore, if you want
    to work with DW, you cannot have any of those tags in the
    include files,
    although it is theoretically possible to have a <head>
    or <body> in them.
    DW will barf if it sees that, however.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "serg2049" <[email protected]> wrote in
    message
    news:fikm7t$97j$[email protected]..
    > Also, I'd like to add that sometimes I feel a bit
    embarrased cause some of
    > us
    > designers actually learn with the help of programers,
    and the mistakes I
    > make
    > are sometimes stupid. If I could do it another way I'd
    do it, thanks to
    > everyone who helps out, like Murray...
    >

  • RE: Flash forms not rendering

    Anyone find a solution from Adobe regarding the MS Server
    2003 problem with
    flash forms? Its dead on our site after the upgrade and the
    fixes did not
    work for us.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=143&threadid= 1171893&highlight_key=y&keyword1=flash%20forms

    >bits that aren't green, they are yellow
    You might read http://blogs.adobe.com/premiereprotraining/2011/02/red-yellow-and-green-render-bars.html for more information

  • Boot system flash: does not appear on 2960 running config

    Dear friends,
    On the 2960, i have two .bin images and i am pointing to the latest one.
    However, the boot system flash: command along with the new image does not appear in the running config but it appears in the
    show boot command.
    t3a.sidradc.dmz.01#dir flash:
    Directory of flash:/
        2  -rwx        2131   Jan 3 2010 07:30:45 +03:00  private-config.text
        4  -rwx     8040418   Mar 1 1993 05:31:51 +03:00  c2960-lanbasek9-mz.122-50.SE3.bin
        5  -rwx         676   Jan 3 2010 07:28:50 +03:00  vlan.dat
        6  drwx         128   Mar 1 1993 03:02:32 +03:00  c2960-lanbasek9-mz.122-44.SE6
      546  -rwx        4120   Jan 3 2010 07:30:45 +03:00  multiple-fs
      548  -rwx        9001   Jan 3 2010 07:30:45 +03:00  config.text
    32514048 bytes total (21123072 bytes free)
    t3a.sidradc.dmz.01(config)#boot system flash:c2960-lanbasek9-mz.122-50.SE3.bin
    t3a.sidradc.dmz.01(config)#exit
    t3a.sidradc.dmz.01#wr
    Building configuration...
    [OK]
    t3a.sidradc.dmz.01#sh boot
    BOOT path-list      : flash:c2960-lanbasek9-mz.122-50.SE3.bin
    Config file         : flash:/config.text
    Private Config file : flash:/private-config.text
    Enable Break        : no
    Manual Boot         : no
    HELPER path-list    :
    Auto upgrade        : yes
    Auto upgrade path   :
    NVRAM/Config file
          buffer size:   65536
    Timeout for Config
              Download:    0 seconds
    Config Download
           via DHCP:       disabled (next boot: disabled)
    t3a.sidradc.dmz.01#sh run | inc boot
    boot-start-marker
    boot-end-marker
    Are you aware of any reasons for this?
    Thanks a lot
    Gautam

    and the other being the issue where IOS can return the prompt before it's done unpacking the files
    Ok, now what EXACTLY is the appliance and IOS version?  The only time I know of this bug is the Metro Ethernet (ME) switches and when the current appliance is upgraded FROM an IOS version 15.2(1)S.  
    But there is a "workaround" which Cisco doesn't want to publish (don't ask me why not):  Use "archive tar /x" and, optionally, delete the old IOS sub-directory.
    Personally, I wouldn't recommend anyone using the "copy the BIN file" method unless you know what you are doing or you've put extra measures in place.  The "archive /x tar" and/or "archive download-sw" was developed so that it could be automated and the operator can see the result at the end.  The "copy the BIN file" method doesn't give anyone a result whether or not the file was copied or not or was the file copied completely.  
    Regularly, I would upgrade our switches (2960/2960S, ME-3800X, 3560E/3560CG, 3750X) fleet using the "archive download-sw" method and I don't use scripts.  I just copy-and-paste the command.  So far, since 2009, I've "lost" only 6 switches when I upgraded the switch to upgrade the wrong file (another IOS bug on it's own) and I had to physically show up and upgrade using ROMmon.  Every time I would upgrade, about 900 switches (some in a stack), it would take me about 4 days.  Even though I work with three guys who's very good at almost any scripting but we've come to a unanimous conclusion NOT to use scripting.  
    Moving on, if "copy the BIN file" is still a preferred choice, I would like to know how do you go about verifying the file was copied completely?  Whenever I resort to the "copy the BIN file", I ensure the file copied is complete by verifying the MD5 hash value against the MD5 hash value found in the Cisco website.  Trust me, adding this additional "layer" of security saved me doing ROMmon upgrade so many times.  

  • Flash menu not appearing in Captivate 4

    Gentlefolk;
    I am evaluating the Captivate 4 trial version and ran into a problem.
    I cobbled together a quickie menu in Flash which works fine in C4.
    However, seeking a more elegent solution, I created another menu using a Flash menu generator (Antssoft) which works fine in a browswer and in a Flash player, but does NOT appear in C4.  I see a Flash bounding box on the page, but when viewed in browser mode or by a standard preview, there is just a blank page.
    I have tried variations on my theme with the menu: changing the filename to .flv so it could be imported as a Flash object, I have used the original .swf extenstion and imported as an animation, but all with the same results.
    Suggestions? Is Captivate a beast in which one needs to build any type of menu within a Captivate project itself,and it really doesn't like external menus?
    Seems odd..but possible....
    Thx!
    Don

    What do you mean cobbled together a quickie flash menu?
    Was it something you actually built in flash to control the captivate swf, such as an animation you placed on the stage or a widget object you built?
    Yes...Captivate is a beast, well at first. There are only so many variables/functions you are allowed to play around with, although with some more digging you may be able to find some more in the class files for captivate.
    I am not sure if you are stil in need of help with this or not, let me know.
    Zcarr

Maybe you are looking for

  • Get fields of XML structure  in abap mapping

    Hi, I have next structure: get_next( ).   endwhile. But it returns all fields of a node: all fields of EAN or all fields of LIN in a string without structure. How can I get each value of codigo, ean, desc ? Thanks, in advance. Carme

  • Front row error with IPhoto 6

    When i'm using front row, and finish watching a slide show that I made with IPhoto, then select Library to see the slidshow of all my photos, it causes an error. It says "IPhoto is not responding. Press the play/pause button to return to the desktop"

  • Sort printing checks

    Hi All, I have a request wherein I have to sort the checks which are to be printed. Sorting should be done for those checks which have over-flow pages. The Tcode i am using is 'F110'. All the check for vendors who are selected in this tcode are print

  • Migration assistant locked up at 5-8 minutes

    Im trying to run migration assistant, and it went for three hours then got stuck at the applications folder. it has said between 8 and 5 minutes for over an hour. is there a safe way to shut it down?

  • CSS 11506 intregration with Siebel

    Hi All Is there any recommended/required configuration for load balancing Sieble application traffic through CSS11506. I have two pairs of load balancer, one is placed and configured in front of Siebel Web servers and other pair is placed and configu