variables in and out

free web hosting
Open Discussion > Xisto Network Sites > The GFXTrap Forum - Trap17 Graphics Site > Other > 3D/Large Pieces

variables in and out

ultrasmad
how do you pass variables in a flash script, i know that to send them out you use the getURL function but how would you pass them in?

Reply

Shackman
I don't really understand your question. Can you be more explicit?

Reply

juliagizzle
Go to actionscript.org they might help.

Reply

templest
QUOTE(Shackman @ Jul 13 2004, 08:42 AM)
I don't really understand your question. Can you be more explicit?

Do you even know what the word "explicit" means? Don't you mean: "specific"? laugh.gif

Reply

icleric
did u mean sending vraiables's content [text in text inputs]
to another file [ php almost ] ?


if yes then the button send or whatever's action should be :


on (release) {
form.loadVariables("targetfile.extension", "POST");
}


target file is the php or the other file you are planing to send variables's content to

and that is called loadVariables through the flash form sending all variables saved in that form to target using the post method.

cheers, smile.gif

Reply

Spectre
QUOTE(templest @ Jul 30 2004, 03:24 PM)
QUOTE(Shackman @ Jul 13 2004, 08:42 AM)
I don't really understand your question. Can you be more explicit?

Do you even know what the word "explicit" means? Don't you mean: "specific"? laugh.gif

Shackman was not necessarily incorrect. 'Explicit', in this sense, would mean 'clear' or 'precise' - eg. 'Clearly expressed' or 'precisely stated'.

'I don't really understand. Could you express your question more clearly?' is perfectly acceptable, which is to the same effect as what Shackman said.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. free idoser track - 250.76 hr back. (1)
  2. replies - 527.52 hr back. (1)
  3. network tracking variables - 767.41 hr back. (1)
Similar Topics

Keywords : variables

  1. Counting Variables?
    (4)
  2. Php Sessions And Post Variables Issues
    My script dosent seem to work as intended (1)
    You can test it out for yourself at http://sonesay.trap17.com/application.php I've been
    working on this page locally and it seems to be working fine but when I upload it to my trap17
    account the post variables dont get saved properly. Fill in some fields and submit it, the form
    will come up as a empty field yet when you resubmit it without any modifications and the data you
    entered in orginally will now magically appear, resubmit it again and it will be gone. This is
    really annoying as I have no clue why it would be doing this when it seems to work fine locally.....
  3. C++ Lesson 2: Variables
    Tutorial for C++ (0)
    As i said on other tutorial. This are tutorials from Gaianlurker on the New Engin3 forum. Alright,
    this tutorial was going to be Variables and Functions, but that would just be massive so I broke it
    down. Let's start with a basic program; CODE #include <iostream.h> //cin and cout
    functions are here int main() { int a, b;    cout<<"Welcome to
    GaianLurker's basic math thingy."<<endl;    cout<<"Please enter a
    number."<<endl;    cin>>a;    cout<<".. and
    another?"<<en....
  4. Ti-basic: Solving Equations With Variables
    Useful for Algebra (0)
    In this tutorial I will show you how to create a program that will solve a equation with variables
    for you. There are some requirements though. Requirements A Ti-83 or better calculator
    Knowledge of how to use the calculator Knowledge of where to find the functions A little Ti-BASIC
    knowledge will be helpful Well lets get into it. Creating the Program First, we need to create
    the program. Open up your program screen and create a new program. Name it something like EQSOLV.
    Ok let's get started with the coding. WARNING: This program will use the followi....
  5. Tricks With Php Variables
    (10)
    You probably are thinking at this moment why I am posting some tricks with variables. Well, there
    are many useful things a variable can do for us. For one they can actually be used to create simple
    games. They also can be used to produce a random result in a page. Another great use is shoutboxes.
    Well here are some cool variable effects. Adding Multiple Strings We can use strings to create
    great effects. Example: CODE <?php $var1="Hello person.";
    $var2=str_replace("person","world",$var1); echo $var1."
    &....
  6. How Do I
    define variables in flash (3)
    were doing a course in ICT called multimedia, but i dont know how to define variables and whenever i
    ask my teacher he always goes "were not that far yet" he doesn't even look at what i have
    done, assumes I'm not finished, when i am, the only thing i need now is a scoring system....
  7. Sending $_get[] Variables To An Application
    (3)
    I'm trying to work out if it is possible to send variables to a application on server. E.g
    send the variable of id which is equal to 10 to an application - test.exe?id=10 Any ideas to see if
    this is possible?....
  8. Second Php Tutorial - Variables
    (8)
    If you haven't read the first one, read it by clicking here . I got a lot of positive
    comments about my last tutorial. Do you guys think I should keep writitng these? Intro To PHP
    Tutorial 2 - Variables Released 4/06/07 By Chris Feilbach aka GhostRider Contact Info: E-mail:
    assembler7@gmail.com AIM: emptybinder78 Yahoo: drunkonmarshmellows Website:
    http://www.ghostrider.trap17.com It has been a very long time since I have released a tutorial.
    I've been quite busy working on my newest script for handling news (GAMES), and redesigning my
    webpage. This tu....
  9. How Do I Pass Php Variables From A Url To A Form?
    I'm about read to tear my hair out with this one (5)
    Ok, what I need is for users to be able to select what address they want (e.g. mydomain + .com),
    click submit that then sends the variables 'domain' and 'ext' through the URL e.g.
    mywebsite.com/example.php?domain=mydomain&ext=com (the variables being mydomain and com) where they
    are displayed in a form mail as "Domain Selected: mydomain.com" that can then be submitted and sent
    to an email. In my form so far I have CODE <input name="domainname"
    type="text" id="domainname" value ="<?php echo "$domain"; ?....
  10. Destroying Variables In Javascript
    Destroying variables in javascript (7)
    how do you delete the contents of a variable in javascript? Any ideas?....
  11. Storing Session Variables Generated Dynamically
    (3)
    i have many pool (quiz) modules on my site with the information taken from a database. The modules
    are processed by the same function with different parameters and i need to save the pool's
    status to prevent a user vote several times. I do this setting $_SESSION to 1 , variable
    being the name of the quiz, which is taken from the database. So i get to having a code like this:
    .................... $name= $row->quiz_name; $_SESSION =1 The problem is that if
    i call $_SESSION from another part of the site (another page) the variable is al....
  12. Php Application - Form Variables Not Being Passed
    Tech Support did something to fix this problem. Very quick. (3)
    I'm trying to install an application, and it's not working. The programmer says that form
    variables are not being passed between forms. This is a login application, so it has input like:
    username: admin password: password The test (debug) program should return... LOGIN: Login
    USERNAME: admin PASSWORD: password That will mean that variable are passed between forms. Since
    right now it is not happening all you get is this: LOGIN: USERNAME: PASSWORD: Has anybody else
    seen this? According to my programmer, this is a Server Admin (maybe configuration) problem ....
  13. Php Variables And Url Forwarding
    Tutorial -> PHP/URL forwarding (2)
    hi all this tutorial is about php get variable and url forwarding you can move variable in url with
    php with out html form make one page with this code : CODE <?php $what =
    $_GET['what']; $trap17 = $_POST['trap17']; echo
    "Your name is : " . "$what" . "and Your Trap username is : " .
    "$trap17"; ?> save this file with name "name.php" then upload name.php at
    your hosting , then turn your browser at this url : http://yoursite.trap17.com/name.php?what=....
  14. Session Variables
    Sessions in PHP behaving strangely (4)
    Hi. I am part of a development team working in PHP and MySQL. The site is using SSL, and users
    have to log to use the site. When users log in, their important details are retrieved from the
    database and stored in session variables (functionality in the site is permissions specific).
    Lately, sessions are "disappearing" for no apparent reason. Users will log in, and at some point
    (the length of time will vary unpredicatably) the sessions will lose their value (the variables are
    empty) and this causes the site to evict the user. This is very frustrating for the user b....
  15. Converting Characters In A Variable To Individual Values In An Array
    turning variables into arrays (2)
    Say I have a variable such as $nav_item and it had to contents Home . IE: CODE
    $nav_item = 'Home'; How would I make so that $nav_item was an array and
    had the following contents? CODE $nav_item = array ('h', 'o',
    'm', 'e'); With the case changing (ie H would become h and U
    would become u ) EDIT: Okay found out that I could change the case with
    array_change_key_case ($nav_item, CASE_LOWER); ....
  16. Passing Variables Through A Page?
    (4)
    I have a form that people fill out. Depending on what they fill out on that form, they get different
    things on the page they're taken to after hitting "submit". Information from both pages goes
    into a database. However, I don't want to create a new row until the second page has been
    filled out and submitted (taking the user to a third page). Is there any easy way to pass all the
    variables from the first page through the second and to the third? I know I can stick it all in
    hidden inputs, but I have more than 60 form items to process, and I'd like to not have....
  17. The Difference In Variables?
    (3)
    Hi y have a cuestion what is the diference or INT.VAR AND CHAR.VAR thanks /wink.gif' border='0'
    style='vertical-align:middle' alt='wink.gif' /> ....
  18. Transfer Variables To Another Php Script
    (8)
    Hello, I've one registration page where the users fills in their information, is it possible to
    trasnfer the things the fill in on the registration page to another script that does someting and
    returnes something to the first page like true/false and then the registration gives an error
    messange if the other php script returned false? Something like the script "activates" another
    script that does something and returnes the result back to the original script. Best Regards ....
  19. Dumping Fields Into Variables
    (1)
    have a file that we are supposed to use as input. It looks like this: Code:
    name:curriculum:gradyear:ssn:dob I'm going to read it in a buffer, but trying to find the logic
    to seperate the fields and then place in a variable. I was thinking something like: Code:
    if(ispunct(buf ) != ':') strcpy(s->name, buf); Any suggestions is greatly
    appreciated!....
  20. How Long Do $_post Variables Stay Stored?
    (6)
    let's say that for whatever reason, let's say for a survey, i want to make a quiz like
    w3schools.com has, only with PHP. i would want to put all the questions on different pages, also
    like w3schools. could each of the submissions stay stored inside PHP's $_POST for 20
    pages? if not, how could i get around it? PS. i really don't know anything about ASP other than
    the fact that w3schools uses it. so please don't explain to me with ASP-specific terms.......
  21. Help With Sql
    Need values of some variables (1)
    i need to know this variables names: cfg : mysql-servername - ? cfg : mysql-username - ? cfg :
    mysql-password - ? cfg : mysql-database-name - ? cfg : configuration-table - ? This
    variables are to my chat script in php and to installe it i need to know what to put in each field.
    Please help me with this?....

    1. Looking for variables

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for variables

*MORE FROM TRAP17.COM*
advertisement



variables in and out



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE