A Flash Developer Resource Site

Search:

Type: Posts; User: pbjpb1

Page 1 of 14 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    2
    Views
    566

    thanks dude! that should do it..

    thanks dude! that should do it..
  2. Replies
    2
    Views
    566

    format variables so they line up?

    hi

    does anyone know how to create a string of variables so their columns line up? for example, i'm making a php script that takes a customer's order information variables (item, quantity, price)...
  3. Replies
    5
    Views
    2,239

    thanks dude! but i still have to list 100 numbers...

    thanks dude! but i still have to list 100 numbers with your code. i need to use a for loop or something similar that imcrements the variables up to 100, and then adds their values all together. any...
  4. Replies
    5
    Views
    2,239

    simplify addition math problem?

    hi

    i have a addition math problem like this:


    loab = Number(loab1+loab2+loab3+loab4+loab5+loab6+loab7+loab8+loab9+loab10);

    which only has ten incrementing variables in it. i need to add...
  5. Replies
    2
    Views
    580

    hi trekboy. actually that DID work. thanks dude!

    hi trekboy. actually that DID work. thanks dude!
  6. Replies
    2
    Views
    580

    for loop with stop(); command?

    hi

    does anyone know how to make a for loop with the stop command? sort of like below? it doesn't work though:

    for (a=1; a<=10; a++) {
    "_level0.mc"+a+".stop()";
    }

    thanks!
  7. Replies
    2
    Views
    2,498

    thanks dude! i got it workin. :)

    thanks dude! i got it workin. :)
  8. Replies
    4
    Views
    409

    thanks dudes! that should do the trick. :)

    thanks dudes! that should do the trick. :)
  9. Replies
    2
    Views
    2,498

    PHP increment counter

    hi

    i'm a PHP beginner and i have this PHP code that increments a number:

    <?php
    $fp = fopen("/usr/local/counter.txt", "r+");
    flock($fp, LOCK_EX);
    $now = fgets($fp, 10);
    $now =...
  10. Replies
    4
    Views
    409

    flash SWF that requires HTML page?

    hi

    i have a SWF movie that in want a user to view ONLY inside an HTML page, not by itself. is there a way i can require the HTML page with actionscript inside the SWF? thanks.
  11. Replies
    12
    Views
    497

    ok right when you do it that way. this is my...

    ok right when you do it that way. this is my code:

    on (release) {
    textbox = Number(Number(num1)-Number(num2))+Number(num3));
    }

    i am taking a number in a text box, then subtracting a variable...
  12. Replies
    12
    Views
    497

    hi oldnewbie and the rest of the board. actually...

    hi oldnewbie and the rest of the board. actually Math.round() does not work for me. i need the two decimal places and that code rounds it to a whole number. this is kinda frustrating. flash adds...
  13. Replies
    12
    Views
    497

    thanx man, that should do it.

    thanx man, that should do it.
  14. Replies
    12
    Views
    497

    hey also just out of curiosity, why does flash...

    hey also just out of curiosity, why does flash add the other decimal places when subtracting? it doesn't make sense. if i can figure out a way to subtract without adding the decimal places that would...
  15. Replies
    12
    Views
    497

    thanks dude!

    thanks dude!
  16. Replies
    12
    Views
    497

    hi oldnewbie! i want a solution that limits the...

    hi oldnewbie! i want a solution that limits the value to two decimals. also, when i subtract sometimes it gives the wrong difference. for example, if i have 30 and subtract it by 5 six times, i might...
  17. Replies
    12
    Views
    497

    anyone have any ideas?? thanks!

    anyone have any ideas?? thanks!
  18. Replies
    12
    Views
    497

    subtracting decimals?

    hi

    i have a series of buttons that subtracts certain variable values from a number value in a text box. if these variable values have two decimal places in them and are subtracted randomly though...
  19. Replies
    1
    Views
    1,123

    flash-PHP-mysql shopping cart

    hi

    i am trying to create a user-customizable flash-PHP-mysql shopping cart system and would like some input on if this idea is even feasible. the way it would work is the following: in the flash...
  20. Replies
    3
    Views
    403

    thanks oldnewbie! but that didn't work. i still...

    thanks oldnewbie! but that didn't work. i still have the top border in netscape 7..any other ideas? thanks!
  21. Replies
    8
    Views
    934

    yes it is VERY easy. all you are doing is telling...

    yes it is VERY easy. all you are doing is telling specific movie clips to play each time a button is clicked.
  22. Replies
    3
    Views
    403

    anyone have any ideas? thanks!

    anyone have any ideas? thanks!
  23. Replies
    3
    Views
    403

    top white border in netscape?

    hiya!

    i have a flash movie that fills the entire browser window to the edges. it works fine in IE but in netscape 7 there is a white border at the top. the sides are ok though. here is my 'OBJECT'...
  24. Replies
    2
    Views
    526

    variable number minus 1 condition?

    hi

    i need to write a condition that checks to see if a variable number minus one is less than another variable. here is the code i have now, but doesn't work:


    if (yox < eval(_level0.scenestop...
  25. Thread: normal mode

    by pbjpb1
    Replies
    1
    Views
    325

    normal mode

    yeah hi

    does anyone know if macromedia is going to release an update to MX 2004 that brings back normal mode for the actionscript box? why did they remove it in the first place?
Results 1 to 25 of 336
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center