loadvars in flash and php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

loadvars in flash and php

Post by kushaljutta »

hey Can anybody help me...
I need some information about this loadvars in flash.my requirement is by using loadvars i want to send data between php an flash..Initially i want to send data between php and flash..if i send data in flash i have to be checked with php

ex is in flash i have username field and password filed both are textfields...entered these data and click on submit button then the control goes to php and communicate with database and checks where the given information is correct or not...after checking this the result will be printed on flash...

this is my requirement

i worked in this example...but it shows error and it doesnt perform checking opentation in php

can you send me the example of this...

thanQ


kushal
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: loadvars in flash and php

Post by akuji36 »

Take a look at this article...

http://www.devx.com/webdev/Article/36748
Post Reply