A Flash Developer Resource Site

Search:

Type: Posts; User: lifeasalounge

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,116

    I tried to use those commands but i still could...

    I tried to use those commands but i still could not get the variable to show up in php. Does anyone know of any SIMPLE tutorials that describe how to set up a SIMPLE passing of variables from flash...
  2. Replies
    3
    Views
    1,116

    Passing variables from FLASH to PHP

    I'm trying to pass simple variables from flash to php and vice versa. I have come accross so many different ways that i don't know which one to use.

    I have a flash movie and i have a php script. I...
  3. I have this working. All the variables load into...

    I have this working. All the variables load into the text boxes properly. I am trying to use the variable just normally. This is what i have:


    on (press) {
    textBox1.variable = "date01";...
  4. I'm using flash MX

    I'm using flash MX
  5. I worked out i could do it that way but here's...

    I worked out i could do it that way but here's the problem. The text boxes i'm using already have variables being loaded into them from a text file. I want to be able to use the variable from the...
  6. Setting a variable - inserting a value from a text box

    Does anyone know how to set a variable and insert the value from a text box into the variable. I tried this:


    variable1=txtbox1.text
    But it didn't work. Does anyone know how to do it?
  7. Replies
    0
    Views
    356

    Writing to a text file

    I have set up a movie so that 4 text boxes read variable's from a text file. Here is the code:


    &date01=01/12/05
    &title01=The Weeping Camel
    &blog=
    &time01=2:48AM
    This is what is contained...
  8. Replies
    1
    Views
    330

    Worked it out

    Hey thanks but i worked it out. Simple mistake. Just needed the "" around the variable.
  9. Replies
    1
    Views
    330

    Reloading Variables on the fly

    I am loading variables from a text file. It works fine when i have the loading code in the movie and the textfield variables set. I want to be able to press a button to set the textfield variables...
  10. Replies
    1
    Views
    452

    Reading text from a .txt file

    I want to use a .txt or .htm file to hold text for a flash project. Does anyone know how to set up a text box to grab the text from a file and insert it into the text box?
  11. Replies
    2
    Views
    519

    Worked nicely.

    Thanks for that...it worked perfectly :)
  12. Replies
    1
    Views
    470

    Storing data from a text box

    I am creating a journal type of project. Does anyone know what the best way to store text is? I have my stage with an input textbox and i want to be able to enter my text and press a button and it...
  13. Replies
    2
    Views
    519

    Setting a text field as dynamic

    When you change a text field to dynamic text, the format of the text changes. As in the font becomes nothing like it's suppose to look and the text also loses it's boldness. Does anyone know if there...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center