Results 1 to 4 of 4

Thread: Flash forms

  1. #1
    Join Date
    Nov 2008
    Posts
    1,514

    Flash forms

    I am for the first time using Flash for my projects. I am completely unaware of how to go about it. I want to use a small flash clip into my project. How do I link the fields in my forms with this Flash clip? Also I would like to know if it is suitable to use flash forms rather than HTML forms?

  2. #2
    Join Date
    May 2008
    Posts
    271

    Re: Flash forms

    Most HTML form elements can be converted into Flash with some rules implementation. You have to give the input field a variable name. A line in the code tells us "method" and "action" of this form. Usually, the method will be either 'get' or 'post' and the action will be the URL of a processing script. You can submit a form using loadVariablesNum or GetURL.

  3. #3
    Join Date
    May 2008
    Posts
    2,389

    Re: Flash forms

    Some of the advantages of using Flash forms includes:

    1. The font within the form can be easily controlled.
    2. In Javascript, the client side validation takes more time when compared in the Flash environment. So flash based web pages are more loved by user now a days.

    The only flaw when using Flash is that it is very difficult to maintain with the Local Objects.

  4. #4
    Join Date
    May 2008
    Posts
    945

    Re: Flash forms

    In Flash, forms serve the same function as they do in HTML, but the design and layout of the interface elements can be customized with complete flexibility. When HTML is used to create forms, all the interface elements are visually and functionally identical. In contrast, Flash provides the developer with the ability to create form elements with any aesthetic design or functionality imaginable.

    Flash provides the tools necessary for the designer to create the interface elements and their layout on the page to generate the "front-end" of this process, called a "form." The data inputted into the form fields will ultimately need to be passed to a server-side application (such as a CGI script or an Active Server Page) for processing.

    More information on how to create a Flash Form in here.

Similar Threads

  1. Where to get NIFT forms
    By Atakapa in forum Education Career and Job Discussions
    Replies: 5
    Last Post: 11-11-2010, 02:16 PM
  2. outlook forms help
    By richlyn in forum Software Development
    Replies: 2
    Last Post: 27-08-2009, 12:18 PM
  3. Forms In C#.net
    By sagngh88 in forum Software Development
    Replies: 1
    Last Post: 19-05-2009, 08:09 AM
  4. Problem with PHP Forms
    By !const in forum Software Development
    Replies: 3
    Last Post: 31-03-2009, 09:13 PM
  5. Replies: 6
    Last Post: 20-04-2007, 11:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,877,468.57876 seconds with 16 queries