A Flash Developer Resource Site

Search:

Type: Posts; User: rgallegos@aurea

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    833

    ITS TRUE!!!!! Thank you!

    ITS TRUE!!!!!

    Thank you!
  2. Replies
    16
    Views
    833

    this is the fla

    this is the fla
  3. Replies
    16
    Views
    833

    in my publish settings window appear "Local...

    in my publish settings window appear "Local Playback Security: Acces local files only".. and it don´t work yet.
  4. Replies
    16
    Views
    833

    .....and yes Im publishing in Flash 8

    .....and yes Im publishing in Flash 8
  5. Replies
    16
    Views
    833

    Hello, my script is in first action frame: lvs...

    Hello, my script is in first action frame:

    lvs = new LoadVars();
    lvs.onLoad = function() {
    p1 = Number(this.variable1);
    p2 = p1+1;
    trace(p2);
    };
    lvs.load("data.txt");
  6. Replies
    16
    Views
    833

    NaN appear

    Thanks cancerinform but only show "NaN"in the output window... dont understand.
  7. Replies
    16
    Views
    833

    Convert to number

    Hi Osteel... Ive this same problem and the solution for this is converting the string variable to number with Number(); object...

    something like..

    System.useCodepage = true;
    loadVarsText =...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center