Feb 9, 2004 #1 heyhey84 Programmer Aug 31, 2003 16 SG I have a asp page which only display txt data. i want to display this data in flash. what is the solution?
I have a asp page which only display txt data. i want to display this data in flash. what is the solution?
Feb 9, 2004 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA http://www.asp101.com/articles/flash/index.asp Upvote 0 Downvote
Feb 10, 2004 Thread starter #3 heyhey84 Programmer Aug 31, 2003 16 SG if (NameFirst ne "" { gotoAndStop(9); } wat does NameFirst ne "" mean? i dont get the ***ne*** part Upvote 0 Downvote
if (NameFirst ne "" { gotoAndStop(9); } wat does NameFirst ne "" mean? i dont get the ***ne*** part
Feb 10, 2004 #4 oldnewbie Technical User Dec 6, 2000 9,142 CA If NameFirst NOT EQUAL (ne) "" <- empty string. In other words, if there's a value set for the variable NameFirst, thus that it's not equal to nothing, then goto and stop on frame 9. Upvote 0 Downvote
If NameFirst NOT EQUAL (ne) "" <- empty string. In other words, if there's a value set for the variable NameFirst, thus that it's not equal to nothing, then goto and stop on frame 9.
Feb 10, 2004 Thread starter #5 heyhey84 Programmer Aug 31, 2003 16 SG thanks i understand now. But i would like to know is there anywhere i can d/l a flash that is like Handphone mobile which user can key and send the value to the asp? Upvote 0 Downvote
thanks i understand now. But i would like to know is there anywhere i can d/l a flash that is like Handphone mobile which user can key and send the value to the asp?