A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Making an Application

  1. #1
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    Making an Application

    I am very new in this forum. So please direct me in which section iI should post this thread.

    can anybody help me out of some questions?
    1. Fl 1.1, i want to change the color of a movieclip which is just below a text input field, to send a text through php to a specific ID , so that the user can understand which input field he select.
    2. what will be the script to send a mail to multiple ID?
    3. how to get the phone number and the user name into flash lite 1.1?

    thank you for contributing..

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    Textbox focus color:
    I would suggest that you create a movie clip with two layers:
    top layer is the text input box
    botttom layer is a background image with two frames, one for selected, and one for unselected. Switch frames to show selected when the text input box gets focus. This will depend upon how you manage giving focus to ui elements in your application.

    Send data
    Use loadVariables() to send the value of the text box to php

    Receive data
    PHP formats data in name value pair

    status=loading&name=somename&phone=1234567890&stat us=complete

    With ActionScript use a frame loop to monitor the value of status variable.

    if(status eq "complete"){
    // all data loaded
    //stop frame loop
    //set value of 2 dynamic text fields to show phone and name
    }

  3. #3
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    THank U Sir,
    Could you sent a fla and php file of this,
    mysql having a field of date, user id, phone number, subject, information etc.
    how could an user search and send the current date data or an user define date data into fl 1.1 through php?

  4. #4
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    Email from FL 1.1 through PHP

    What will be the script to send an email from FL 1.1
    Help needed plz

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center