A Flash Developer Resource Site

Search:

Type: Posts; User: neo1487

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,944

    stats.htmlText =...

    stats.htmlText = seriesInput.child(mynode).chart_form.total_return;
  2. Replies
    3
    Views
    633

    thank you again 5TonsOfFlax!

    thank you again 5TonsOfFlax!
  3. Replies
    3
    Views
    633

    [RESOLVED] dynamic XML parse node HELP!

    Here is my XML layout:

    <xml>
    <seriesA>
    <chart_form>
    <total_return>75.41%</total_return>
    </chart_form>
    </seriesA>
    </xml>
  4. Replies
    1
    Views
    1,944

    [RESOLVED] dynamically call on a node

    Here is my XML layout:

    <xml>
    <seriesA>
    <chart_form>
    <total_return>75.41%</total_return>
    </chart_form>
    </seriesA>
    </xml>
  5. Replies
    7
    Views
    566

    oooooooooohhhh i get what your saying, i have to...

    oooooooooohhhh i get what your saying, i have to create the variable outside the function first.

    thank you again for all your help. you have been very helpful lately.
  6. Replies
    7
    Views
    566

    Well everything I'm doing is in ONE function...

    Well everything I'm doing is in ONE function only, the variable is declared within the function as well. I am not using a variable from a different function.

    Thank you for your help and sorry if...
  7. Replies
    7
    Views
    566

    I am not sure if I understand what your saying...

    I am not sure if I understand what your saying but that code is already IN a function.

    function ParseSeriesData(seriesInput:XML):void {
    //code in first post goes here
    }

    Its a function...
  8. Replies
    7
    Views
    566

    [RESOLVED] dynamic variables HELP!

    var preBar01:Number = 0.47;

    trace(preBar01) // i get this: 0.47
    var i:Number = 1;
    trace(["preBar0"+i]) // i get this: preBar01
    trace(this["preBar0"+i]) // i get this: undefined...
  9. Replies
    1
    Views
    441

    scrollV is now the new class for AS3.

    scrollV is now the new class for AS3.
  10. Replies
    1
    Views
    441

    [RESOLVED] simple scroll (NOT SCROLLBAR)

    I have a dynamic text field and have two buttons.

    All I want the buttons to do is to scroll up or down a couple lines everytime its clicked.

    AS2 had something like this: body_txt.scroll += 1;...
  11. your awesome! i totally forgot about that....

    your awesome!

    i totally forgot about that. thanks again!
  12. [RESOLVED] loop + variable naming questiom

    function newsListLoad(evt:Event) {
    var i:int = 0;
    var count:int = 4;

    while(i<count){
    i++;
    testSubject = evt.target.data.["newsID"+i];
    }
    }
  13. The first 2 graphs are "shifted" down and goes...

    The first 2 graphs are "shifted" down and goes outside the grid. While the 3rd graph is "shifted" up and goes outside the grid.
  14. Weird chart issue, lines are offset. Guru help needed!

    nvm
  15. Replies
    5
    Views
    441

    thank you so much! not exactly what i was looking...

    thank you so much! not exactly what i was looking for but it helped greatly! really appreciate the time and effort into making that fla and uploading it for me. thank you again!
  16. Replies
    5
    Views
    441

    Yes, the snippet above is in frame 1 and in frame...

    Yes, the snippet above is in frame 1 and in frame 2 I have "gotoAndPlay(1);" So essentially its a loop.
  17. Replies
    5
    Views
    441

    [RESOLVED] AS3 Alpha coding help!

    I have 12 bars and every time it plays frame 1 I want the bar to get darker. Am I doing it correctly?


    for (var ii:Number = 1; ii < 13; ii++){
    this["bar"+ii].alpha += ii * 0.083;
    }

    Also, is...
  18. thank you so much!

    thank you so much!
  19. [RESOLVED] Help converting this to AS3 from AS2

    I used this snippet to create a chart in AS2



    cfdatapoints = this.datapoints.split(",");
    lenghtofarray = cfdatapoints.length-1;
    incx = 400/lenghtofarray // x position increment 400 is...
  20. Replies
    2
    Views
    367

    thank you so much for all the help!

    thank you so much for all the help!
  21. Replies
    2
    Views
    367

    [RESOLVED] am i doing this correctly?

    am i doing this correctly?



    var page_frame:String = "1";
    this["page_content.page"+page_frame].gotoAndPlay(1);


    i am essentially trying to do this:
  22. Replies
    3
    Views
    335

    thank you guys for the insanely quick response!

    thank you guys for the insanely quick response!
  23. Replies
    3
    Views
    335

    [RESOLVED] help with loops

    How do i turn the following into a loop:



    month1.htmlText = seriesInput.chart_form.six_month1;
    month2.htmlText = seriesInput.chart_form.six_month2;
    month3.htmlText =...
  24. Replies
    4
    Views
    453

    Help with loops

    sorry disregard this post.
  25. Replies
    11
    Views
    5,844

    anyone still have the free version? I would...

    anyone still have the free version? I would appreciate it. Thank in advance.
Results 1 to 25 of 310
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center