User Tag List

Page 4 of 19 FirstFirst ... 2 3 4 5 6 14 ... LastLast
Results 31 to 40 of 189

Thread: Online Registration and Login with Lacewing

  1. #31
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But: How would I do that?

  2. #32
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    OK, I made a really crude example for you. It's not very secure and it's not easily extensible, but it should give you the basic idea. Run the MFA and then in your browser connect to http://localhost/ or your IP if you have forwarded your ports. The pages are so simple even a phone should be able to display them and handle them properly...
    Attached files Attached files
    Working as fast as I can on Fusion 3

  3. #33
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crude is not the word I'd use to describe it!

    Great job! I'll get to understanding it!

  4. #34
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    It's crude because it works around missing features in the Webserver object that you would normally have if you were doing this in C++. (For such a small project I'd stick to MMF2 though). If you need help understanding something I did in that MFA feel free to ask.

  5. #35
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I understand creating the body and localhost thing, but here's my question:

    How can I input information into the username box through the application, while not needing to open the local host on my browser?

  6. #36
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by XStar View Post
    How can I input information into the username box through the application, while not needing to open the local host on my browser?
    You could use the Web Control Object to display the web page within your application and navigate to http://localhost, that'll be the easiest way.

  7. #37
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by XStar View Post
    I understand creating the body and localhost thing, but here's my question:

    How can I input information into the username box through the application, while not needing to open the local host on my browser?
    This is a server, which mean you do not run it on the user's machine. If you want to do this, have a separate application that uses the Web Control Object like lh37 said, but do not ever let the server be run on the user's machine. You're really misunderstanding a base concept and it is throwing you off...

  8. #38
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Yeah LB I feel like he's trying to avoid hosting a server somewhere and that's just not going to work with a login system.

  9. #39
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module
    XStar's Avatar
    Join Date
    Feb 2012
    Location
    Winchester, VA
    Posts
    1,165
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Web Control Object, that does sound good, but is there any way to test it in MMF2? Every time I try, it just comes up blank.

  10. #40
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    OK, answer me this: Which one of these do you want?
    -An "Online Registration and Login" where users explore online web pages in their web browser or phone
    -A "Multiplayer Game with Registration and Login" where players download a client, register either online or in the client, and sign in via the client

    They're very different but have similar names, and I had originally assumed you wanted the first, however you seem to be leaning toward the second.

Page 4 of 19 FirstFirst ... 2 3 4 5 6 14 ... LastLast

Similar Threads

  1. Help With Lacewing Login?
    By MrXkill in forum Lacewing
    Replies: 6
    Last Post: 20th May 2011, 09:41 PM
  2. registration/login tutorial help
    By ZayLong in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 9th September 2010, 08:10 AM
  3. lacewing server login system
    By dascribe in forum Lacewing
    Replies: 6
    Last Post: 2nd June 2010, 07:32 PM
  4. Online Registration methods
    By izac in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 18th October 2006, 12:53 PM

Posting Permissions

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