GIGJ.COM
welcome to my space
X
Search:  
Personal Injury | Languages | Soups | Photography | Email | Prepress | Exotic Locations | Computer Games | Related articles
Welcome to:gigj.com
 HOME   Tutorial on displaying MySQL in flash doesnt work!

Tutorial on displaying MySQL in flash doesnt work!

Published by: jack 2009-01-07

  • I followed the tutorial word for word and even the first basic part didnt work. I got "_level0.instance1.myVar" in my dynamic text box instead of my variable. The text box's variable name is myVar. The AS I wrote is as follows
    onClipEvent (load) {
    loadVariables("/mysite/php.php", this, "GET");
    }

    and the php is
    $x = "abc";
    print x;
    print "myVar=$x"
    ?> .
    When I acess the PHP page, it displays the info correctly but the SWF gives the error mentioned above. I would really appreciate some help.


  • Since you're using MX2004, you'll be wanting to use LoadVars() instead of LoadVariables:


    var myData = new LoadVars();
    BioRUST.com :: Tutorials >> Dumping mySQL Tables to HTML::
    This might be useful if you want to display all the data for review reasons. Secondly, the code shown does not require you to know the mySQL table field
    http://www.biorust.com/tutorials/detail/221/en/
    HOME
    myData.load("opl.php");
    myData.onLoad = function(){
    if(this.myvar != undefined){
    myVar = this.myvar;
    }else{
    myVar = "Loading failed!";
    }
    }



    $x = "abc";
    echo "myvar=" . $x;
    ?>


  • Where is that tutorial?
    I'd say
    $x = "abc";
    print x;
    print "myVar=$x"
    ?>
    should be
    $x = "abc"; // next line not needed, so removed
    print "&myVar=$x"; //notice the ;
    ?>





  • Nortel Unveils Vision, Strategy for Israeli High-Performance Net
    Busy Friday Leads to Strong Close for Net Stocks

    PRINT Add to favorites
    #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Tutorial on displaying MySQL in flash doesnt work! , Please add it free.

    Suggested articles

  • if edward had to say a speech what would it say
  • online store sites to start up a small business
  • is there a therapy term for being addicted to yahoo answers
  • how do you feel about obama cutting medicare and taking the health coverage away from your grandma grandpa
  • how funny was it that cindy sheehan was talking about challenging pelosi in san francisco
  • how do i relieve myself from serious anxiety and paranoia
  • now that this administration has run this country into the ground
  • hows peter griffin and stephen harper similar
  • if the person in front of you at the atm accidently left money in the machine
  • name for clothing line guys and girls read please
  • what would you think when you saw my reaction
  • what books will i like
  • what are some good books
  • do you have lot 039 s of regrets in your life i 039 m not asking you to tell me what they are

  • About us |Contact us |Advertisement |Site map |Exchange links
    Copyright© 2008gigj.com All Rights Reserved