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.

Similar Messages

  • 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

  • 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 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.
    >

  • Flash Form Not Working In FF3

    I'm having trouble with cfform and flash forms. The forms
    work fine in IE, FF2, and Google Chrome. However for some reason
    the form isn't rendering under firefox 3. If anyone could help me
    out with why this is the url is here:
    http://city.richbank-studios.com:81/admin
    I can go directly to the cfswf file and renders fine in ff3,
    but something is not right with the embedding code or something
    because it won't render in the page.
    Thanks
    Terry

    I am having the same problem, Flash player 10 seems to have
    broken Firefox 2, 3 and Opera...
    I use the "Wimpy" flash button to stream Podcasts and Random
    songs on my site's front page, and as soon as I did the flash 10
    update, it stopped working for me, and many users whom I've talked
    to. Still works in IE 6 and 7..
    Even more funny, I created a Web Photo Gallery in Photoshop
    CS2, (Flash - Gallery 2) and it doesn't work either.
    Gallery is here:
    http://beastiemixes.com/images2/othersites/cnc/index.htm
    Podcast page is here:
    http://www.beastiemixes.com/podcasts.php
    On the podcast page, under "Stream" There's supposed to be
    little (|>) flash play buttons.

  • Flash Forms not finding page elements on submit

    I have a flash form that performs perfectly from my computer
    and from several users computers. But there are several other users
    that get an error message saying that one of the form elements does
    not exist when they submit the form. Removing the 'offending'
    element just changes which element becomes the new 'offender'. I
    have tried adjusting the timeout for the cfform (I currently have
    timeout="200"). The form has approximately 70 fields and one image
    upload spread over 4-5 tabs. Consistently, the ones that have no
    problem, never have a problem and the ones that have a problem
    always have a problem. When I reproduce the error by remoting into
    my office computer, I also notice that not all of the elements are
    well formed. For instance, a textarea that was supposed to be in
    html was rendered as pure text. Has anyone had a similar issue or
    have a solution?

    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 buttons not working in IE7 and Chrome

    Here's my website where the problem is occuring www.bakercreative.co.uk
    As you can see the Flash buttons animate, but when clicked they should go to a new html page.
    I've tested it in IE8 and Firefox without any problems but it's not working in IE7 and Chrome.
    Does anyone know what the problem is? Could it be the html code or the flash file itself?
    Thanks

    Hi, Glad you were able to solve that issue with the buttons and Chrome. Any small thing can cause big problems!! LOL
    I'm sure IE7 will test out ok, IE6 did Your website is very nice and has a variety! I hope it all comes together for you.
    Thanks,
    eidnolb

  • 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. :)

  • Flash Help not displaying in IE7

    Hi all,
    Another issue (I'm having a great afternoon!) - Running the
    RH for Word 6 sample projects - when output to FlashHelp, the flash
    menus do not display.
    I have the latest version of Flash (9.0.smething) and IE7 and
    regularly run Flash output I have created in other programmes
    (Captivate and Premiere). I know RH well, having used it for over
    ten years but I stopped upgrading at X3.
    Any ideas?
    Many thanks,
    Duncan Rosie

    quote:
    Originally posted by:
    rritchey
    Your activeX flashplayer has gone corrupt.
    I don't know the specific location on Vista, but on XP it is
    here:
    C:/Windows/Downloaded Program Files
    All of the plugins that IE uses are stored in this folder.
    Typically, I simply delete the entire folder, then, the next time I
    open IE, the browser re-downloads all of the plug-ins, and flash
    works again.
    Uninstallers don't work with a corrupt control, you actually
    have to manually delete it from the downloaded program files
    folder.
    thanks. i tried but cant delete the folder. it says 'you need
    permission to perform this action.'
    where do i get the permission from? im the
    adminstrator.

  • 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

  • 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 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.

  • Coldfusion does not recognize IE11 - Flash forms not working.

    This is a problem that has me banging my head on my desk. We have a web application that still uses Flash based web forms. (Before anyone says it, I know we need to get away from the flash forms, but we cannot do this overnight.) The problem is that because IE11 no longer passes MSIE in the USER AGENT string, ColdFusion is placing an <Embed> tag instead of an <Object> tag to load the flash. I know that we could add our site to the Compatibility List, however we have too many users to guide this through. We need a solution that we can perform on our side, either modifying code, ColdFusion, or IIS. First has anyone else run into this problem? Does anyone have any potential solutions?
    Thanks in advance for your help.

    We did find a stable work around that "tells" coldfusion to render flash forms for IE 10 even though the server call is coming from IE 11.  I don't believe Adobe would necessarily want the method that we were forced to use advertised.  It involved adding 10 lines of CF code to the top of each page that used flash forms.  It was very unorthodox and we are simply using this to buy time to get our forms off the flash platform.  I would be willing to email the solution to anyone interested.

Maybe you are looking for