CFFORM format flash - Looking for a book

I am thinking about building a CF Flash based site. I have
been testing and reading posts on the net. Seems that a production
grade site will require ActionScript, lots of it.
Should I be looking at ActionScript books or CF books?

You can try to learn from here (and watch out for the famous
32K problem):
http://livedocs.adobe.com/flex/201/
http://www.asfusion.com/examples/
Just a little advice and maybe you already know that the
accessing speed of the flash form is pretty slow. If your users do
not have fast internet connection, maybe you should change your
mind in using cf flash. If you have an external site, maybe you can
try to build a module in cf flash, ftp the module to your external
site and test the accessing speed. If the speed is ok with you, you
can continue on what you're doing.
I have been doing many cf flash based sites for my internal
applications only. But for my external (internet) sites, I would
still prefer using cf html form. Because my audiences do not really
have fast internet connection.
Cheers,
Keiko

Similar Messages

  • Cfform format="flash" not loading

    The Problem: When I load a file that contains ANY cfform tag
    with format="flash", all I get is a partially rendered object with
    a spinning clock for a pointer.
    Your initial reaction is probably "oh, thats just bad
    code"... but, read on.. the plot thickens...
    I have 2 domains... Domain.A is hosted out of the root of my
    folder (i.e. /hosting)... a second domain, Domain.B is hosted out
    of a subfolder of the root (i.e. /hosting/DomainB)...
    I have a stripped down page with a cfform format="flash"
    located at /hosting/DomainB called test.cfm.
    If I open a browser and go to www.domainB.com/test.cfm - the
    file will NOT compile or load all the way
    If I open another browser and go to
    www.domainA.com/domainb/test.cfom - the file loads correctly.
    Exact same file, referenced by 2 different domain paths, with
    2 different results.
    I have copied this file to various other folders in my main
    domain, and it works fine. I have also copied this file to other
    servers and it runs fine. I have created new files and placed them
    in DomainB's folder and they ALL exhibt the same problems - they
    will only compile so far and then I get a spinning clock for all
    eternity.
    I'm at a total loss on this one and would appreciate ANY
    thoughts...
    Thanks all!

    Wolvie....I sure hope you found an answer to your problem and
    if you'd post it, i'd be most appreciated.
    I have the exact same issue on cfform with flash rendering...
    incident and incident has been post with goddaddy and finally
    got someone to toss me a tidbit of info.
    since i host domains in subfolders as you do i experience the
    same works/doesnt work scenario.
    I am told the key to this solution is in the Application.cfm
    file. (not confirmed)
    Now...exactly WHAT is to be declared, i dunno.
    however, the acid test is to provide a full path to your
    failing cfm. if it works doing that. then its some sort of pointer
    to the IDE folder in issue (i am told) (again not figured out...im
    just sharing at this time)
    when i provided the full path ie:
    www.mySite.com/subfoldername/myForm.cfm the failing page rendered
    correctly. (and finally without that GD spinning clock ^^)
    so i feel i'm on the right road here.

  • CFForm format="flash" result a blank page

    Hey guys,
    I have search the net for most of the day to find a solution
    but came up with nothing. I am trying to use flash form to give my
    app a better look. When I use format="flash" with my cfform tag,
    the form does not render, but if I use xml or html format it works
    fine. I have checked and double check all the spellings and made
    sure all tags close but nothing seem to work. I have also checked
    the mapping for cfide and it points to the right place. I can't
    figure out what is wrong. I even have the latest version of flash
    player installed.
    Here is what I have.
    Server: CFMX 7 DevNet edition
    on MAC OS X, running on top of built in apache.
    Browser: FireFox 2.0.0.6, and Safari 2.0.4
    code:
    <cfform name="loginForm" method="post" action="index.cfm"
    format="flash" width="500">
    <cfinput type="hidden" value="home" name="display"/>
    <cfinput type="text"
    name="username"
    value=""
    label="User name:"
    maxlength="16"
    size="20"
    id="u"
    onFocus="fieldFocus('u');"/>
    <cfinput type="password"
    name="password"
    value=""
    maxlength="32"
    size="20"
    id="p"
    label="Password:"
    onFocus="fieldFocus('p');"/>
    <cfformgroup enabled="yes" type="horizontal">
    <cfinput type="submit"
    name="submit"
    value="Log In"/>
    <cfinput type="reset"
    name="reset"
    value="Reset"/>
    </cfformgroup>
    </cfform>
    Thanks for your help.
    Jay

    Hi --
    I have found when I am working on flash forms that incorrect
    or malformed
    code will cause a blank page to appear.
    Rich
    "kingquattro" <[email protected]> wrote in
    message
    news:f9t2e1$9a2$[email protected]..
    > Hey guys,
    > I have search the net for most of the day to find a
    solution but came
    > up
    > with nothing. I am trying to use flash form to give my
    app a better look.
    > When I use format="flash" with my cfform tag, the form
    does not render,
    > but if
    > I use xml or html format it works fine. I have checked
    and double check
    > all
    > the spellings and made sure all tags close but nothing
    seem to work. I
    > have
    > also checked the mapping for cfide and it points to the
    right place. I
    > can't
    > figure out what is wrong. I even have the latest version
    of flash player
    > installed.
    >
    > Here is what I have.
    >
    > Server: CFMX 7 DevNet edition
    > on MAC OS X, running on top of built in apache.
    >
    > Browser: FireFox 2.0.0.6, and Safari 2.0.4
    >
    >
    > code:
    > <cfform name="loginForm" method="post"
    action="index.cfm" format="flash"
    > width="500">
    > <cfinput type="hidden" value="home"
    name="display"/>
    >
    > <cfinput type="text"
    > name="username"
    > value=""
    > label="User name:"
    > maxlength="16"
    > size="20"
    > id="u"
    > onFocus="fieldFocus('u');"/>
    >
    > <cfinput type="password"
    > name="password"
    > value=""
    > maxlength="32"
    > size="20"
    > id="p"
    > label="Password:"
    > onFocus="fieldFocus('p');"/>
    >
    > <cfformgroup enabled="yes" type="horizontal">
    > <cfinput type="submit"
    > name="submit"
    > value="Log In"/>
    >
    > <cfinput type="reset"
    > name="reset"
    > value="Reset"/>
    > </cfformgroup>
    > </cfform>
    >
    > Thanks for your help.
    > Jay
    >

  • About the cfform format "Flash"

    My code:
    <cfform name="test" format="Flash">
    <cfinput name="test1" type="text">
    <cfinput name="test2" type="text">
    </cfform>
    run the code, the input box "test1" and "test2" in two
    rows,how to let them in same row?
    Thanks.

    Take a look at cfformgroup type="horizontal"
    http://livedocs.adobe.com/coldfusion/7/htmldocs/00001414.htm

  • Color names in Java code format.  Looking for the 216 safe colors.

    Color names and associated values are available in HTML format; I am looking for such a list in Java code.
    thanks for any help.

    // Since I could not find it, I pasted it up myself.
    // Since I think it is useful and cool, I am sharing it.
    import java.awt.Color;
    Java class of the standard non-standard "safe" browser colors.
    View and choose colors grouped by color at
    <http://halflife.ukrpack.net/csfiles/help/colors.shtml>
    or others.
    Colors in this alpha ordered list are presumed to correspond.
    public class Colors {
    public static final Color AliceBlue = rgb("F0F8FF");
    public static final Color AntiqueWhite = rgb("FAEBD7");
    public static final Color Aqua = rgb("00FFFF");
    public static final Color Aquamarine = rgb("7FFFD4");
    public static final Color Azure = rgb("F0FFFF");
    public static final Color Beige = rgb("F5F5DC");
    public static final Color Bisque = rgb("FFE4C4");
    public static final Color Black = rgb("000000");
    public static final Color BlanchedAlmond = rgb("FFEBCD");
    public static final Color Blue = rgb("0000FF");
    public static final Color BlueViolet = rgb("8A2BE2");
    public static final Color Brown = rgb("A52A2A");
    public static final Color BurlyWood = rgb("DEB887");
    public static final Color CadetBlue = rgb("5F9EA0");
    public static final Color Chartreuse = rgb("7FFF00");
    public static final Color Chocolate = rgb("D2691E");
    public static final Color Coral = rgb("FF7F50");
    public static final Color CornflowerBlue = rgb("6495ED");
    public static final Color Cornsilk = rgb("FFF8DC");
    public static final Color Crimson = rgb("DC143C");
    public static final Color Cyan = rgb("00FFFF");
    public static final Color DarkBlue = rgb("00008B");
    public static final Color DarkCyan = rgb("008B8B");
    public static final Color DarkGoldenRod = rgb("B8860B");
    public static final Color DarkGray = rgb("A9A9A9");
    public static final Color DarkGreen = rgb("006400");
    public static final Color DarkKhaki = rgb("BDB76B");
    public static final Color DarkMagenta = rgb("8B008B");
    public static final Color DarkOliveGreen = rgb("556B2F");
    public static final Color Darkorange = rgb("FF8C00");
    public static final Color DarkOrchid = rgb("9932CC");
    public static final Color DarkRed = rgb("8B0000");
    public static final Color DarkSalmon = rgb("E9967A");
    public static final Color DarkSeaGreen = rgb("8FBC8F");
    public static final Color DarkSlateBlue = rgb("483D8B");
    public static final Color DarkSlateGray = rgb("2F4F4F");
    public static final Color DarkTurquoise = rgb("00CED1");
    public static final Color DarkViolet = rgb("9400D3");
    public static final Color DeepPink = rgb("FF1493");
    public static final Color DeepSkyBlue = rgb("00BFFF");
    public static final Color DimGray = rgb("696969");
    public static final Color DodgerBlue = rgb("1E90FF");
    public static final Color Feldspar = rgb("D19275");
    public static final Color FireBrick = rgb("B22222");
    public static final Color FloralWhite = rgb("FFFAF0");
    public static final Color ForestGreen = rgb("228B22");
    public static final Color Fuchsia = rgb("FF00FF");
    public static final Color Gainsboro = rgb("DCDCDC");
    public static final Color GhostWhite = rgb("F8F8FF");
    public static final Color Gold = rgb("FFD700");
    public static final Color GoldenRod = rgb("DAA520");
    public static final Color Gray = rgb("808080");
    public static final Color Green = rgb("008000");
    public static final Color GreenYellow = rgb("ADFF2F");
    public static final Color HoneyDew = rgb("F0FFF0");
    public static final Color HotPink = rgb("FF69B4");
    public static final Color IndianRed = rgb("CD5C5C");
    public static final Color Indigo = rgb("4B0082");
    public static final Color Ivory = rgb("FFFFF0");
    public static final Color Khaki = rgb("F0E68C");
    public static final Color Lavender = rgb("E6E6FA");
    public static final Color LavenderBlush = rgb("FFF0F5");
    public static final Color LawnGreen = rgb("7CFC00");
    public static final Color LemonChiffon = rgb("FFFACD");
    public static final Color LightBlue = rgb("ADD8E6");
    public static final Color LightCoral = rgb("F08080");
    public static final Color LightCyan = rgb("E0FFFF");
    public static final Color LightGoldenRodYellow = rgb("FAFAD2");
    public static final Color LightGrey = rgb("D3D3D3");
    public static final Color LightGreen = rgb("90EE90");
    public static final Color LightPink = rgb("FFB6C1");
    public static final Color LightSalmon = rgb("FFA07A");
    public static final Color LightSeaGreen = rgb("20B2AA");
    public static final Color LightSkyBlue = rgb("87CEFA");
    public static final Color LightSlateBlue = rgb("8470FF");
    public static final Color LightSlateGray = rgb("778899");
    public static final Color LightSteelBlue = rgb("B0C4DE");
    public static final Color LightYellow = rgb("FFFFE0");
    public static final Color Lime = rgb("00FF00");
    public static final Color LimeGreen = rgb("32CD32");
    public static final Color Linen = rgb("FAF0E6");
    public static final Color Magenta = rgb("FF00FF");
    public static final Color Maroon = rgb("800000");
    public static final Color MediumAquaMarine = rgb("66CDAA");
    public static final Color MediumBlue = rgb("0000CD");
    public static final Color MediumOrchid = rgb("BA55D3");
    public static final Color MediumPurple = rgb("9370D8");
    public static final Color MediumSeaGree = rgb("3CB371");
    public static final Color MediumSlateBlue = rgb("7B68EE");
    public static final Color MediumSpringGreen = rgb("00FA9A");
    public static final Color MediumTurquoise = rgb("48D1CC");
    public static final Color MediumVioletRed = rgb("C71585");
    public static final Color MidnightBlue = rgb("191970");
    public static final Color MintCream = rgb("F5FFFA");
    public static final Color MistyRose = rgb("FFE4E1");
    public static final Color Moccasin = rgb("FFE4B5");
    public static final Color NavajoWhite = rgb("FFDEAD");
    public static final Color Navy = rgb("000080");
    public static final Color OldLace = rgb("FDF5E6");
    public static final Color Olive = rgb("808000");
    public static final Color OliveDrab = rgb("6B8E23");
    public static final Color Orange = rgb("FFA500");
    public static final Color OrangeRed = rgb("FF4500");
    public static final Color Orchid = rgb("DA70D6");
    public static final Color PaleGoldenRod = rgb("EEE8AA");
    public static final Color PaleGreen = rgb("98FB98");
    public static final Color PaleTurquoise = rgb("AFEEEE");
    public static final Color PaleVioletRed = rgb("D87093");
    public static final Color PapayaWhip = rgb("FFEFD5");
    public static final Color PeachPuff = rgb("FFDAB9");
    public static final Color Peru = rgb("CD853F");
    public static final Color Pink = rgb("FFC0CB");
    public static final Color Plum = rgb("DDA0DD");
    public static final Color PowderBlue = rgb("B0E0E6");
    public static final Color Purple = rgb("800080");
    public static final Color Red = rgb("FF0000");
    public static final Color RosyBrown = rgb("BC8F8F");
    public static final Color RoyalBlue = rgb("4169E1");
    public static final Color SaddleBrown = rgb("8B4513");
    public static final Color Salmon = rgb("FA8072");
    public static final Color SandyBrown = rgb("F4A460");
    public static final Color SeaGreen = rgb("2E8B57");
    public static final Color SeaShell = rgb("FFF5EE");
    public static final Color Sienna = rgb("A0522D");
    public static final Color Silver = rgb("C0C0C0");
    public static final Color SkyBlue = rgb("87CEEB");
    public static final Color SlateBlue = rgb("6A5ACD");
    public static final Color SlateGray = rgb("708090");
    public static final Color Snow = rgb("FFFAFA");
    public static final Color SpringGreen = rgb("00FF7F");
    public static final Color SteelBlue = rgb("4682B4");
    public static final Color Tan = rgb("D2B48C");
    public static final Color Teal = rgb("008080");
    public static final Color Thistle = rgb("D8BFD8");
    public static final Color Tomato = rgb("FF6347");
    public static final Color Turquoise = rgb("40E0D0");
    public static final Color Violet = rgb("EE82EE");
    public static final Color VioletRed = rgb("D02090");
    public static final Color Wheat = rgb("F5DEB3");
    public static final Color White = rgb("FFFFFF");
    public static final Color WhiteSmoke = rgb("F5F5F5");
    public static final Color Yellow = rgb("FFFF00");
    public static final Color YellowGreen = rgb("9ACD32");
    public Colors() {  }
    private static Color rgb(String hexValue){
    return(new Color(
    Integer.parseInt(hexValue.substring(0, 2), 16),
    Integer.parseInt(hexValue.substring(2, 4), 16),
    Integer.parseInt(hexValue.substring(4), 16)));

  • Suggest a good book and I am looking for following books? please help

    Dear all,
    I am looking for some help that if anybody can tell me some good book in which I can get complete information about how to go for a project from beginning to end.
    Specially I am looking for complete details about user roles and responsibilities in oracle forms that how can we build log-in screens and attaching all those securities to menu.
    Thanks and Regards
    Maz
    Edited by: 853604 on Sep 9, 2011 12:06 AM

    Hi
    get complete information about how to go for a project from beginning to end.as a Start here is a link for Oracle Tutorials...
    http://www.holowczak.com/
    and the iSelfSchooling
    http://www.iselfschooling.com/Free_Oracle_Training/02_Developers/01_Forms/lesson01.html
    For complete project pls search in this site
    http://www.araboug.org/
    it has an attendance , and other complete projects good users gave it to beginners and other developpers as a gift for learning, all u have to do is making such effort to search and translate to English.
    Hope this helps...
    Regards,
    Amatu Allah.

  • Looking for good book on using DSLR for shooting video

    I recently purchased a new Canon t3i DSLR. I've been watching videos on YouTube and it seems like this camera is capable of taking great HD video. My test videos look nothing like these examples. I am looking for a good resource that will teach me what settings to use, especially manual settings for shooting videos. Of course it would be great to find something specific to my camera, but I'm sure that the techniques will apply to most DSLRs.
    Thanks

    This website is very useful
    http://nofilmschool.com/

  • Looking for my books

    case ID:4552998709  looking for my books

    You will have to be much more specific.
    We are all itunes users just like you.  A case number means nothing to anyone here.

  • Looking for a book that would teach me Java from the ground

    Hi! I'm a high school student looking to learn a lot about Java Programming. I'm taking Computer Science III right now and I took Computer Science I last school year (My school don't offer Computer Science II). However, my Comp. Sci. I teacher was really bad and barely taught us, this resulted in a lot of people failing that class. So, I barely know anything about Java Programming and I'm slowly starting to understand it a bit by bit in Comp. Sci. III class. I thought it would be helpful if I purchased a book about Java and study on my own at home in addition to learning at school. Does anyone know a good book that teachers the basics of Java and beyond? Any help would be greatly appreciated. Thank you!!

    "Head First in Java" book I've heard is highly recommended. I wouldn't suggest certification books since in my opinion they are for developers who have taken several programming classes and are preparing to pad their resumes with certifications for jobs
    . You can go to the bookstore to see if its the book you want, then order it on-line a lot cheaper (www.amazon.com). After reading it, you have it on your bookshelf for reference (the index helps a lot to re-locate information). After you compile and run a few programs from the DOS command line, I would suggest downloading Eclipse Europa (search google for it). Its a free development environment many professional developers use. You'll have to install JDK first (its free, search google for it).
    If you want to eventually develop web applications, here are the books I would recommend (I dont expect you to read them until you're in college, but it gives you some idea):
    HTML
    JSP
    Servlets
    JDBC
    SQL
    Javascript

  • Looking for a book

    Does anyone know of a book that exists that shows you how to create jsp applications for the web? Like specific step-by-step instructions?
    I found JRun Web Application Construction Kit, but i'm wondering if there are any others that are preferably free.
    If you don't know of any free ones that I can download, maybe just suggestions on good material.
    I need to make a backend admin tool for a website. Where I can upload products, change layouts/look, text, news allt hat jazz. And a guide book would be very handy for this.
    thanks.

    Hey.
    Try "Java for the Web with Servlets, JSP, and EJB: A Developer's Guide to J2EE Solutions"
    Good Book.
    Here is amazon link
    http://www.amazon.com/exec/obidos/tg/detail/-/073571195X/qid=1066316738/sr=1-1/ref=sr_1_1/103-5371148-3844603?v=glance&s=books
    Regards,
    Vic

  • Looking for Aperture Book Recomendations for partial Noob

    Looking at Amazon there are 3 books on the app. Each one brings something to the table. I have experience with Photoshop Elements and Iphoto. I do not think I am interested in the tutorial lessons available through "Apple Pro Training Series: Aperture 3." Any suggestions are appreciated. I have been looking at the online help and the various videos available on Apple and YT and find those helpful.
    Thanks
    Apple Pro Training Series: Aperture 3 [Paperback]
    http://www.amazon.com/Apple-Pro-Training-Aperture-3/dp/0321647440/ref=cmcr_pr_producttop
    Apple Aperture 3: A Workflow Guide for Digital Photographers [Paperback]
    http://www.amazon.com/Apple-Aperture-Workflow-Digital-Photographers/dp/024052178 1/ref=cmcr_pr_producttop
    Aperture 3: Portable Genius [Paperback]
    http://www.amazon.com/Aperture-Portable-Genius-Josh-Anon/dp/047038672X/ref=cmcr_pr_producttop

    If you are not into the APTS tutorial type book, then I would probably recommend using the Portable Genius book combined with both the User Manual and Apple's online tutorials.
    The Portable Genius is a good desktop reference book with quick to the point outlines of what a specific feature does and how to use it on a basic level (with some tips thrown in). IMO, an inexpensive and efficient way to go.

  • Looking for Address Book Cleaning Programm?

    Hallo
    I have export (txt tab format) a large Database (2400 records) from our PABX-System (Habimat). The Field are very dynamic. Now I want to clean this file an make for every records correct fields to that I am later able to import them in the Address Book.
    Is their such a Program to generate "own" fields for each record, e.g. Spouse-Name, Spouse-GSM, Spouse-Birthday, Secretary, Child etc. I sorted out that the iphone is able to handle all these different field names, but it very frustrating to edit 2400 record within the Address Book or on the iPhone.
    I tried to edit them in Excel but I need to prepare field that will be import in the Adress Book.
    Is their a tool availible on Mac (or Windows) that helps me to edit all this records to the correct fields?
    Regards
    Gérard

    I'm in the same boat, Tor...
    ...The Apple Address Book is the most awkward of all the contact management programs I've used. I too have trouble with duplicates. One source is when I merged two data bases. One had middle initials and the other didn't. I've been pecking away at deleting them one by one and with over 5,000 contacts it'll take me all year. Please keep me informed if you get a descent response to your posting. Good luck and know you aren't alone if that's any consolation.

  • Formating flash drive for tv firmware update

    How do I format an 8GB flashdrive to FAT/FAT16 format on my MacBook, so that I can use it for a firmware update on my TV?

    Howard Davis4 wrote:
    How do I format an 8GB flashdrive to FAT/FAT16 format on my MacBook, so that I can use it for a firmware update on my TV?
    "FAT" means FAT32, which is MSDOS in Apple Disk Utility
    You need a MBR partition map too, so make sure to use the Partition tab and click the big box, options> MBR format MSDOS and click Apply.
    You can use all 8GB, but the file size is limited to 4GB sized files.
    Traditionally USB's come from the store already formatted FAT32 with a MBR, you shouldn't really need to do anything unless you changed it.
    You may need to use a PC to erase the USB and install the TV firmware update, because Apple places a lot of extra crap on drives, ds store files, hidden trash etc that may be interfering with the firmware update.
    And another thing, I think Microsoft stopped the autorun ability that one could hook up a flash drive to a pc and it would just start a program, so if the firmware depends upon that you'll need to find a alternate method.
    Use a PC, format the USB again, call the the TV maker or consult thier web page.

  • Adobe flash player for mac book pro

    Hi, This is my first mac book but i need help to download & use adobe flash player to watch some of our streaming videos. Need advice.
    Thanks
    bpsai

    Get it from http://get.adobe.com/flashplayer/ - always download it from here. If you get popups or any sort of notice that you need to update it, don't follow it (mostly it's OK but there have been some malware doing this) - always go to the Adobe site

  • Looking for a book or link to  understand indexes stats an explain plan

    Please,
    Where could I find a good book or link to leran more about indexes statistics:
    My Concerns are:
    How could I know indexes in the database that are most used,less used and used at all in order to get rid of the last one?
    A book or link to fully undertstand how to analyze explain plan give some advices from that.
    Thank a lot for your coperation

    There is any link where I can find how to analyze explain plan output?Again, the manuals are usually a good place to start:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14211/ex_plan.htm#g42231

Maybe you are looking for

  • Can't RENAME a file like Windows can?

    Real easy. I just need to rename a file from this: A2Capital.jpg to this: a2capital.jpg I do this in Windows and of course every OS I have used since the 1990s at least. Why can't this be done in OS X 10.4.9? I am on a network drive of a Windows Serv

  • Error Message When Saving a File

    I'm running PSE 10 on a Mac OSX 10.6.8.  When I tried to save a file recently I received the following message:  "Could not save as FILENAME because you do not have necessary access privileges".  It occurred when I attemped to save as a PSD and JPG.

  • Read Large Files Using BPEL File Adapter

    Hi, I have a scenario, where files of large size in text format are to be read and send to 3rd party. MTOM Policy has to be attached. Files of size 3MB or less are polled and size greater than 3 MB are not Retrieved. How can I resolve the issue. Do I

  • Nokia map app missing

    I have a problem that after i reset my phone to factory setting i found that the nokia map app is missing i try to solve the problem but i could not solve please someone try to resolve this problem

  • Cant Start Tomcat 6

    Hi well I Installed Apache Tomcat 6 (exe setup) I set the admin account port and so on I then installed JDK 6.0_04 and JRE 6.0_04 But when I click Start Service from the taskbar it comes up with starting service and a loading bar but it stops at half