Results 1 to 1 of 1

Thread: PHP to Flash

  1. #1
    Join Date
    Feb 2010
    Posts
    19

    PHP to Flash

    I have managed to get the string from PHP to load in the flash file. My problem now is that I can't make it an integer.

    onClipEvent (load) {
    loadVariables("time.php", this);
    }
    onClipEvent (data) {
    test1 = unescape(this.serverSeconds);
    test2 = int(test1);
    txt_secondsleft = test2 - 1;
    }


    I want it to countdown showing...
    Last edited by keweli; 08 Jun 2010 at 03:36 AM.

Similar Threads

  1. Send Variable from Flash to Php Script not working...
    By oddball25 in forum Graphic Design
    Replies: 0
    Last Post: 09 Jan 2010, 08:52 AM
  2. PHP Image Upload with Flash Editing
    By oddball25 in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 15 Dec 2009, 04:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •