A Flash Developer Resource Site

Search:

Type: Posts; User: Bottlebank

Search: Search took 0.03 seconds; generated 11 minute(s) ago.

  1. Replies
    1
    Views
    2,967

    $_Session PHP Help needed

    Hello.

    I have a flash movie embeded into the php page. This movie sends the variable Bookresult to PHP. So far this works fine. But each time it sends it, it overwrites itself.

    I want to use...
  2. Replies
    1
    Views
    1,079

    Post Variables; Short Question

    My code works!


    myVars = new LoadVars();
    myVars.BookResult = BookResult;
    myVars.send("http://www.somethingsomethingsomething.com/Harvard.php", "_self","POST");

    Hooray!....But....

    The...
  3. Replies
    5
    Views
    1,253

    AS 2 Ah!, I had the same problem with one of mine....

    Ah!,

    I had the same problem with one of mine. This seemed to solve it.

    First declare the variables like this


    initial.text = Math.round(99.5*Math.random() + 0.5);
    acceleration.text =...
  4. Replies
    3
    Views
    1,203

    Thanks for the quick reply Nig_13 I've got the...

    Thanks for the quick reply Nig_13

    I've got the variable thing sorted....its the sending that is a problem.


    BookResult.send("http://www.somethingsomethingsomething.com/Havard.php",...
  5. Replies
    3
    Views
    1,203

    Post Damn You!! Post!!!

    Hi folks,

    I have a little problem posting a variable.


    B_StringVar[BookVar] = BookResult[BookVar];
    B_StringVar.join();

    trace (B_StringVar);
  6. Replies
    5
    Views
    1,253

    AS 2 Hi, What result are you getting if you trace...

    Hi,

    What result are you getting if you trace final?


    on (release) {
    if (final == initial + acceleration*time) {
    answer = 'brad';
    } else {
    trace (final);
  7. Awesome o' clock. Thanks Fruitbeard

    Awesome o' clock.

    Thanks Fruitbeard
  8. Left side of assignment operator must be variable or property

    Hi guys, thanks for all the help so far, i'm hoping this is an easy one for you to help me with.


    if (B_AuthorBox.text = "" && B_TitleBox.text =""){
    BookVar = BookVar;
    } else {
    BookVar =...
  9. Replies
    5
    Views
    4,319

    Music Man, That works a treat. Many thanks...

    Music Man, That works a treat.

    Many thanks Mate, I owe you a cyber pint!

    Bottlebank
  10. Replies
    5
    Views
    4,319

    So.... by doing this my variables will be...

    So....



    by doing this my variables will be saved to a text document and then opened again by the php script.

    On the second time of sending the variables, won't it over write what is already...
  11. Replies
    5
    Views
    4,319

    Sorry copied the wrong PHP, this one is the...

    Sorry copied the wrong PHP, this one is the one....almost the same bar the $value in the array key



    <?PHP

    $AuthorBox = $_POST['AuthorBox'];
    $TitleBox = $_POST['TitleBox'];
    $TitleBox...
  12. Replies
    5
    Views
    4,319

    Need a little help with PHP please Array

    I have this script which receives the posted variables and strings them all together in the way I want into $ResultsArray. Perfect

    When I use the foreach loop and echo the array it works. Perfect...
  13. [RESOLVED] PHP variable array entry problem

    Hi can anyone help me please

    my php script (upon somebody pressing a button in flash) receives a variable and thats fine.

    $textentry

    This variable contains a string like "hello".

    I then...
  14. Replies
    1
    Views
    2,856

    Flash to PHP variables

    Hi, i'd be greatful if someone in the know could check this over for me as its my first php script.

    I am sending 5 arrays from Flash to my PHP script called

    FirstArray
    SecondArray
    ThirdArray...
  15. Replies
    3
    Views
    1,169

    Whoop thanks Nig 13. Deleted the variable...

    Whoop thanks Nig 13.

    Deleted the variable names.
    Gave all the textboxes instance names.
    And defined the variables in the first scene.

    It all works great now.

    Thanks a lot mate.
  16. Replies
    3
    Views
    1,169

    Just one more thing please Nig 13

    Nearly there, Nig 13, I appreciate your help.

    It is now returning:

    undefined. (undefined),

    So its in the right order commas, spacing etc. Just not displaying the variable from the text box....
  17. Replies
    3
    Views
    1,169

    Variable Mess Please Help

    Hi can someone please help.

    I have made a program that uses input boxes, then combines the information into another variable then to an array.

    AuthorBox = "Dickens, C"
    YopBox = "1999"
    ...
  18. Design problem concerning text attributes.

    I have designed (in flash) a program which will help with referencing essays for my college work.

    So far I have got it to arrange the variables in the right order so the reference looks right.
    ...
  19. Replies
    2
    Views
    7,152

    Thanks for your help anyway. I knew this...

    Thanks for your help anyway.

    I knew this project was going to well ;-)

    Bottlebank
  20. Replies
    2
    Views
    7,152

    Copy and Paste Italic Writing.

    Hello all,

    I want to be able to copy text which is in italics already from a text box and then paste it into word with it still being in italics.

    Is there anyway of copying a word and keeping...
  21. I think it should be attached now

    I think it should be attached now
  22. Sorry typed it in wrong on (release) {...

    Sorry typed it in wrong

    on (release) {
    ResultsBox = AuthorBox + ". (" + YopBox + ")";
    }


    Sorry am a newbie, how do i upload the FLA to the thread?

    Bottlebank
  23. Variable adding problem, Please can you help?

    Hi anyone can you please help, i'm running CS3 action script 2.

    I have made two input text boxes, their variables being AuthorBox and YopBox

    I have a dynamic text box with the vairable name...
Results 1 to 23 of 23




Click Here to Expand Forum to Full Width

HTML5 Development Center