A Flash Developer Resource Site

Search:

Type: Posts; User: bloodykis

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    425

    bump! nothing is working help : [

    bump! nothing is working help : [
  2. Replies
    1
    Views
    425

    Load Vars Issues

    I have a movie grabbing info from a php page grabbing info from a database. Everything works in every browser except for firefox (never gets passed LoadVars)

    The function:


    function...
  3. Replies
    28
    Views
    965

    Any ideas anyone?

    Any ideas anyone?
  4. Replies
    28
    Views
    965

    same lack of love

    same lack of love
  5. Replies
    28
    Views
    965

    There is no reason any of this shouldn't work :(...

    There is no reason any of this shouldn't work :(

    Its all perfect in everything except firefox and safari.
  6. Replies
    28
    Views
    965

    It still hangs in firefox. I had it working on...

    It still hangs in firefox. I had it working on and off last night whenever the cache was clear (but not today). I'm thinking if I can force firefox to close the LoadVars connection or not store...
  7. Replies
    28
    Views
    965

    The difference now is that it is not waiting...

    The difference now is that it is not waiting until LoadVars completes its load of the php variables. That is why you see the image squares load up (its not stuck waiting), and its also why you dont...
  8. Replies
    28
    Views
    965

    http://royalgaming.net/flash/test/roster.html ...

    http://royalgaming.net/flash/test/roster.html

    Is the only site I've been messing with.
  9. Replies
    28
    Views
    965

    That occasionally happens for me when i use...

    That occasionally happens for me when i use ielite firefox plug in. it will render it once with the ie flash player or something to get my hopes up
  10. Replies
    28
    Views
    965

    It works for you? It loads up to the image...

    It works for you? It loads up to the image selection for me without the loader, but it doesnt display anything and it says "loading" in the loader bar. Which confirms my suspicions of it hanging in...
  11. Replies
    28
    Views
    965

    I tried it and the same thing keeps happening. ...

    I tried it and the same thing keeps happening. The only reason for that loader bar gets triggered during the movie is to ensure that the LoadVars object finished loading everything.

    UPDATED TEST...
  12. Replies
    28
    Views
    965

    I forgot to mention the firefox status bar says...

    I forgot to mention the firefox status bar says "transfering data" and the timer is stopped
  13. Replies
    28
    Views
    965

    It gets the same firefox bug without the loader,...

    It gets the same firefox bug without the loader, but in IE it wont load all the variables properly without it since its showing variables that haven't finished loading yet.
  14. Replies
    28
    Views
    965

    [F8] LoadVars + Firefox

    I have a movie grabbing info from a php page grabbing info from a database. Everything worked fantastic until firefox2 + flash8 plugin. Now when you view the movie in firefox, it just hangs on the...
  15. you RULE!

    you RULE!
  16. thanks alot, it worked. but im still having...

    thanks alot, it worked. but im still having problems getting my original task done. im trying to get the contents of a text field to be url encoded so i can pass it to a php file. heres what i got...
  17. Each char in a text field stored in an array (MX)

    how can i get the contents of a text field stored into an array so i can parse it letter by letter (so i can URL encode it).

    i have absolutely no idea how to. im quite new to action script, but...
  18. This is how to load a var from php into flash (MX):

    username is an input field, as is password. the php file returns either passok=1 or passok=0. then you check for _root.passok==1 or ==0.

    on (release) {
    passok="";
    admincheck = new...
  19. This is how you get a var from php into flash:

    username is an input field, as is password. the php file returns either passok=1 or passok=0. then you check for _root.passok==1 or ==0.

    on (release) {
    passok="";
    admincheck = new...
  20. Thread: Fixed

    by bloodykis
    Replies
    0
    Views
    305

    Fixed

    i just fixed it...and im going to post how to help end all php questions. username is an input field, as is password. the php file returns either passok=1 or passok=0. then you check for...
  21. Replies
    1
    Views
    378

    try setting the php to EmailStatus=completed blah...

    try setting the php to EmailStatus=completed blah blah

    then, w hen you load the text into a dynamic text field, you give the text field the instance name "EmailStatus", and load your vars in. you...
  22. Replies
    1
    Views
    333

    bump

    bump
  23. Replies
    1
    Views
    333

    load a variable from a php file

    on (release) {
    admincheck = new loadVars();
    admincheck.load("/admin.php?username="+username.text+"&password="+password.text);
    admincheck.onLoad = function (success){
    if(success){
    ...
  24. Replies
    3
    Views
    463

    i just figured out what i was doing wrong. i...

    i just figured out what i was doing wrong.

    i have to pass it username.text and password.text.

    thanks for your help, much appreciated.
  25. Replies
    5
    Views
    642

    :D

    i just figured out what i was doing wrong.

    i have to pass it username.text and password.text.

    thanks for your help, much appreciated.
Results 1 to 25 of 30
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center