Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Member Avatar for patishere

It always receive undefined. I'm almost two week working on this code. BTW the code is based on the tutorial on this site [url]http://active.tutsplus.com/tutorials/actionscript/create-a-flash-login-system-using-php-and-mysql-part-1/[/url] I modified it. Any help? PHP CODE: [code]<?php include_once "connect.php"; session_start(); $username = $_POST['username']; if ($_POST["sysCall"] == "checkLogin") { /* The * means the query initally …

0
107
Member Avatar for patishere

*its working. the problem is when the answer is wrong the score and the counter disappears. stop(); import flash.text.TextField; var score:Number=new Number(); var counter:Number=new Number(); var userans: String=uAns.text; var correctans: String=Ans.text; enterbtn.addEventListener(MouseEvent.CLICK, choose); uAns.addEventListener(TextEvent.TEXT_INPUT, inputEventCapture); score=1; counter=1; startQ(); function startQ():void { var framenum : Number =6 ; var randomFrame:Number = …

0
47
Member Avatar for iamthwee

[CODE]// create two new instances of LoadVars, one to send and one to receive data var dataOut:LoadVars = new LoadVars(); var dataIn:LoadVars = new LoadVars(); // define what should happen when the response is received, // using 'this' to refer to dataIn and get data from it dataIn.onLoad = function() …

Member Avatar for iamthwee
0
424
Member Avatar for patishere

how to randomize JLabel array? and how to put image in JLabel array?

Member Avatar for JamesCherrill
0
96
Member Avatar for patishere
Member Avatar for kinwang2009
0
523