Flex Tutorial: Login System with PHP

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Flex Tutorial: Login System with PHP

Post by LeonBlade »

Hello everyone,

Long time no talking on this forum.
I've taken a long break away basically because I somewhat forgot about it, but I'm back and I'm sure all of you are overwhelmed so see my return (lol that was a joke isn't it funny).

So, I made a tutorial the other day on Flex and PHP and how you can make babies with it so that you can create a login system.

For all who don't know...
Flex is developed by Adobe and it uses MXML to design applications and it uses ActionScript 3 via Script tag to do fancy things.
This tutorial teaches how you bridge the gap from ActionScript to PHP which can reach out to things like MySQL (which is used in this video).
The bridge between ActionScript and PHP is XML because ActionScript can read XML pretty good, and PHP can obviously print out XML.

So no more explaining the same thing over and over, here is the video.
If you would like to view in HQ and larger size, then here is the direct link: http://www.youtube.com/watch?v=NF7dTPn-Wms

There's no place like ~/
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Flex Tutorial: Login System with PHP

Post by MarauderIIC »

LeonBlade wrote: I've taken a long break away basically because I somewhat forgot about it, but I'm back and I'm sure all of you are overwhelmed so see my return
Nope.
(lol that was a joke isn't it funny).
Nope.

:)
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
programmerinprogress
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 632
Joined: Wed Oct 29, 2008 7:31 am
Current Project: some crazy stuff, i'll tell soon :-)
Favorite Gaming Platforms: PC
Programming Language of Choice: C++!
Location: The UK
Contact:

Re: Flex Tutorial: Login System with PHP

Post by programmerinprogress »

MarauderIIC wrote:
LeonBlade wrote: I've taken a long break away basically because I somewhat forgot about it, but I'm back and I'm sure all of you are overwhelmed so see my return
Nope.
(lol that was a joke isn't it funny).
Nope.

:)
/agree
---------------------------------------------------------------------------------------
I think I can program pretty well, it's my compiler that needs convincing!
---------------------------------------------------------------------------------------
And now a joke to lighten to mood :D

I wander what programming language anakin skywalker used to program C3-PO's AI back on tatooine? my guess is Jawa :P
User avatar
LeonBlade
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 1314
Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY

Re: Flex Tutorial: Login System with PHP

Post by LeonBlade »

Cool story bro...
Now do you got anything to say that's relevant to the tutorial?
There's no place like ~/
User avatar
Bludklok
Chaos Rift Junior
Chaos Rift Junior
Posts: 241
Joined: Tue Apr 14, 2009 1:31 am
Current Project: EnigmaCore
Favorite Gaming Platforms: PC, N64, Playstation1, Playstation2
Programming Language of Choice: C++
Location: New Jersey
Contact:

Re: Flex Tutorial: Login System with PHP

Post by Bludklok »

It sounds like you recorded like 3-10 second clips of your voice and edited it all together. (Random comment)

Anyways... I couldn't judge the quality of the tutorial because I have <= 0 knowledge of php, CSS, actionscript, java, or anything else 'web development'. Just from a wild guess though it sounds like you know what your talking about. ;)
Youtube
Website
Current project: Enigma Core
Post Reply