A Flash Developer Resource Site

Search:

Type: Posts; User: pappkamerad

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    776

    _root.loadVariables("phpscript.php",GET|POST); ...

    _root.loadVariables("phpscript.php",GET|POST);

    this passes all flash variables to the php script, but doesn't open a new page like getUrl.

    or if you just want to send one variable:...
  2. Replies
    3
    Views
    1,582

    any browser should work. I've tested: pc:...

    any browser should work. I've tested:
    pc: ie(all), netscape 4.*, netscape 6/mozilla, opera
    mac: ie, netscape

    oh. wait...
    lynx don't work ;)
  3. Replies
    5
    Views
    492

    try: this.loadVariables("info.txt"); and make...

    try:
    this.loadVariables("info.txt");
    and make a loop to make sure that all variables from the txt file are loaded.

    something like:
    (at the end of the txt file is this: "...&finito=done")

    if...
Results 1 to 3 of 3




Click Here to Expand Forum to Full Width

HTML5 Development Center