User Profile

Collapse

Profile Sidebar

Collapse
cytan7411
cytan7411
Last Activity: May 18 '07, 01:46 PM
Joined: May 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cytan7411
    replied to Looking for a multi-page form script
    in PHP
    Actually I am having the same issue with this runing with a PHP script. I tried a code I found online that was along the lines of:

    on (release {
    myVars = new LoadVariables() ;
    myVars.userName = userName.text;
    myVars.password = password.text;

    myVars.loadAndS end( "http://www.blahblah.co m/blah.php", myvars, "POST");
    }

    and then the PHP script would be...
    See more | Go to post

    Leave a comment:


  • cytan7411
    started a topic Passing variables to PHP script

    Passing variables to PHP script

    Hello,

    I have a website up and includes two textboxes and a button. It is basically a front-end system to log into a 3rd parties PHP script. I have uploaded the flash source to [HTML]http://www.allcheck.bi z/flash.7z[/HTML].

    I know that the two variables the PHP script is looking for is called userName and password. I attempted to use the sendAndLoad(); function, but it won't even leave the flash page.

    ...
    See more | Go to post

  • cytan7411
    replied to Click to activate this control?
    Another option that will work for both IE6/7, and Firefox is to take all of yoru code, and put it into a javascript and call it from there. Here is an example:

    HTML CODE:

    Goes in your HEAD tags:
    [code=html]
    <script src="flash_func tions.js" language="JavaS cript" type="text/javascript"></script>
    [/code]

    Goes into the place you want your flash to appear:...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...