Learn how to make a login system with Flex! Using actionscript, a little XML, some PHP, and mysql. Watch the video! Sorry for the skipping around it probably seems rushed. I needed to cut down on time so pretty much any spot I stopped talking or breathed was cut out lol. Subscribe and rate and [...]
Learn how to make a login system with Flex! Using actionscript, a little XML, some PHP, and mysql. Watch the video! Sorry for the skipping around it probably seems rushed. I needed to cut down on time so pretty much any spot I stopped talking or breathed was cut out lol. Subscribe and rate and comment and things











Hi dude. Again great tutorial. Just have that same mysql_fetch_assoc(): issue. It’s as if one of the parameters is not right for method. Any info to solve this would be very much appreciated.
are you freggin robot talking?
Wahahaha you are so funny really.. XD
Btw really good Tutorial
hey there, I did exactly as the video says, but for some reason, I always get “login failed” even though I have entered the right username and password from the database. And do I need to specify the server type as “PHP” when I create the project? I’m pretty new to FLEX
Hi, thanks for great tutorial!
I had some problems with getting response from my php file but this but i have replaced
result=”onResult(event)”
with
result=”{onResult(event)}”
and it work..
awesome, thx!
While it may work, I tend to use quotes around it.
It works just fine with quotes.
I am using PHP5.2.12 and Apache 2.2.14.
After watching your tutorial video and following your steps to implement, we have found the following problems:
1. In the mylogin.php file, the code statement $result = mysql_query(“SELECT * FROM ‘users’”); , the users should not be quoted. I.e., We code like this: $result = mysql_query(“SELECT * FROM users”); . It works.
So Please can you provide like like flex layout and then the codes ? Please
Can You Provide the theme to the login please ?
You just need to start up MAMP and use phpMyAdmin to create a database and table.
To hook it up, just go through the settings when you create your project to connect to MAMP.
Look up online what ports do what if you don’t know.
Thanks, it’s not much, but it’s pretty good.
Does anyone know how do I need to set up my database and flex files from my mac? Im using MAMP…
i like your login theme
I’ll work on that today, thanks for the suggestion!
Hey, thanks for watching!
Look out for another very soon.
Thx, and congrats for the tutorial
I would like to ask you a video tutorial in which you implement a role-based security, what I mean is that when a user access to this system, he can see only a few menus and when the system administrator access he can see all the menu options or all buttons, someting like that, also deployed in flex, php, and mysql
thanks.
No problem, if you have any future requests for videos, please let me know.
Yes. I am. And would appreciate your assistance.
Yes, im still stuck. And would appreciate your assistance.
thanks a lot for your help, that works, i found that i had some errors in my connection to the database too, but i fixed it and now the login works perfect.
Thank’s for your excelent video.
Are you still stuck on this?
Hello, thanks for watching!
You want to make sure your PHP files go in the webroot of your XAMPP server.
This will be something like:
C:xampphtdocs
That is where you want to place your Flex files as well, I have mine setup to build and run on my server automatically, but you can also just copy over the files.
Let me know if you need anymore help.
Hi thanks for this video¡¡
it helpme alot but i can’t login me
i’m using XAMPP , i don´t have clear where i need to put my PHP file can you please help me? thanks for all