A Flash Developer Resource Site

Search:

Type: Posts; User: Arcticwarrio

Search: Search took 0.05 seconds.

  1. in your login script just add

    in your login script just add


    <?php
    $_SESSION['login'] = true;


    then
  2. Replies
    13
    Views
    2,868

    PROBLEM: as it looped through each cb script...

    PROBLEM:

    as it looped through each cb script looking if it was checked it was not looking to see if it was a user or script clicking the box


    case "4":
    if (cb4.selected == true){...
  3. Replies
    23
    Views
    14,658

    maybe the textbox needed to be longer?

    maybe the textbox needed to be longer?
  4. Replies
    13
    Views
    2,868

    stand down, a function is being triggered...

    stand down, a function is being triggered elsewhere in the script, i just need to figure out why

    Thanks for your help
  5. Replies
    13
    Views
    2,868

    hmm that address worked here, my screen attached...

    hmm that address worked here,
    my screen attached
    75237
  6. Replies
    13
    Views
    2,868

    yeah its on our server, its an intranet site. ...

    yeah its on our server, its an intranet site.

    most boxes are blank the Dev ones should have something, but again taken from the xml, and the combos should be populated.

    i'll try and make an...
  7. Replies
    23
    Views
    14,658

    which fields would you like to be required?

    which fields would you like to be required?
  8. Replies
    13
    Views
    2,868

    P.S. its for developing lengths for folding...

    P.S. its for developing lengths for folding metal.
    if you click on the numbered buttons, the numbers are how many folds are required.

    ie click the 2 in the U shape:
    the 3 red boxes are looking...
  9. Replies
    13
    Views
    2,868

    Hi, the combo's are populated with the xml file....

    Hi, the combo's are populated with the xml file.

    its generated by php from mysql.

    the whole swf works fine,

    except if you click (1 - 8 ) then click check boxes 3, 4, 3 you see the error. (4...
  10. Replies
    13
    Views
    2,868

    https://www.dropbox.com/s/xtzdq4fr8zb5rmh/fold.fla...

    https://www.dropbox.com/s/xtzdq4fr8zb5rmh/fold.fla?dl=0

    frame 25 - actions layer

    thanks

    you may need the xml file (below) generated by "http://ts-server/WebBook/bend3xml.php"
    ...
  11. Replies
    13
    Views
    2,868

    75227

    75227
  12. Replies
    13
    Views
    2,868

    fla is too big to attach cb are check boxes ...

    fla is too big to attach

    cb are check boxes

    the error is when this is triggered by cb3 when cb4 is also checked
    if cb4 is not checked then the textbox updates fine


    ...
  13. Replies
    13
    Views
    2,868

    [RESOLVED] textbox not updating

    Hi All,

    i have a dynamic textbox that its displaying the wrong value


    Folds = 1;
    tDev20F25 = Number(Size2.text) + Number(Sel1Fac0F25);
    Dev2.text = tDev20F25.toFixed(3).toString();...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center