A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Projector Based Form

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Location
    Denver
    Posts
    14

    Projector Based Form

    Does anyone know any tutorials or source code to make a form in a projector file that can check to see if the user is online before it submits it to the server with a PHP/CGI script? I would greatly appreciate some input. thanks

  2. #2
    Banned By GMF Wannabe Gambini's Avatar
    Join Date
    Oct 2000
    Posts
    976
    Hi, you can have a file online which your projector connects to using LoadVars. If a value is returned, you know that the user is online, otherwise if it can't find a value, there's no connection present.

    Alternatively, download a copy of Flash Studio PRO and you can use the following code in your projector to check for a connection:
    Code:
    fscommand("flashstudio.checkconnection", "connected");
    This returns True or False to the variable connected based upon the presence of an Internet Connection. I hope this helps!

  3. #3

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