Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JonnyPT
  • Content: Threads
  • Order by date
  1. JonnyPT

    easy-dumping contents of a var into textbox

    in a function in my first scene, data is loaded into the var "T1Q1" many frames later I have a button that i want to load the value of that into a textbox named "question" i have tried on(release){ question = T1Q1; } on(release){ question = var T1Q1; } on(release){ question =...
  2. JonnyPT

    for command and variable variable names

    i have a small 5x6 matrix of textboxes with var names in this scheme 11 means first row first column 12 means first row second column 34 means third row fourth column... i wanted to create a reset function to set them equal to 100 times the row number i am not very fluent in actionscript, but...
  3. JonnyPT

    rollover scroll

    i'm trying to find out how to do those standard onRollOver scroll arrows say for a textbox named mytext
  4. JonnyPT

    get from php

    i need the actionscript necessary to retrieve vars passed from php i use this.loadVariables("load.php","POST"); mydate = thisdate; // thisdate being a var passed from the php it presents "UNDEFINED" in the "mydate" textbox my php output looks like this "&thisdate=09-28-2004" WHAT AM I DOING...
  5. JonnyPT

    can you detect if the Flash player is installed?

    I know that JavaScript can do redirects based on browsers and such, but can JavaScript or any other language for that matter do a redirect based on whether the client has Macromedia Flash installed?
  6. JonnyPT

    Macromedia detection

    I know that JavaScript can do redirects based on browsers and such, but can JavaScript or any other language for that matter do a redirect based on whether the client has Macromedia Flash installed? i want to make it so that if they have flash, it will be directed to a flash page, if they don't...

Part and Inventory Search

Back
Top