A Flash Developer Resource Site

Search:

Type: Posts; User: mx_green

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    3,154

    Nevermind, managed to make it with a switch...

    Nevermind, managed to make it with a switch statement and it works fine now.
  2. Replies
    1
    Views
    3,154

    AS2 swap values from XML input

    Hello all,
    I have the following scenario: I'm loading data values from an external XML file and I want to swap them with other ones in order to show the latter further on in the movie. As an...
  3. Replies
    1
    Views
    673

    CS3 by trial & error I got it down to this ...

    by trial & error I got it down to this

    trace(weather_xml.childNodes[1].childNodes[1].childNodes[25].childNodes[11]);

    returns

    <yweather:condition text="Fair" code="34" temp="22" date="Sun, 02...
  4. Replies
    1
    Views
    673

    CS3 parsing of external XML data

    Hello,
    I have the following XML and I need to extract just two values in the <yweather:condition> tag

    code=" "
    temp=" "

    (current values are code="34", temp="73", shown in bold below):

    ...
  5. Replies
    2
    Views
    1,708

    CS3 hmmmm, I see what you mean, have setInterval...

    hmmmm, I see what you mean, have setInterval count x milliseconds and then call the fade out from then on. Am I close to that somehow (my noobish skills must be botching the syntax...)?

    ...
  6. Replies
    2
    Views
    1,708

    CS3 [AS2] fade in + out of clip

    Hi all,
    I have the following functions that fade a movie clip in and out


    fadeAmount = 1;
    function fadeIn() {
    this._alpha += fadeAmount;
    if (this._alpha>=100) {
    this._alpha = 100;...
  7. Replies
    7
    Views
    1,412

    one new problem (sigh...) is that I need to load...

    one new problem (sigh...) is that I need to load the variables from an external file so I have replaced them with


    varReceiver = new LoadVars();
    varReceiver.load("data.txt");
    varReceiver.onLoad...
  8. Replies
    7
    Views
    1,412

    /bump any ideas???

    /bump

    any ideas???
  9. Replies
    11
    Views
    3,643

    CS3 /bump

    /bump
  10. Replies
    7
    Views
    1,412

    gah! can't make it work... I put each code in...

    gah! can't make it work...

    I put each code in one file and exported 2 swfs
    d_unlimited.swf (dynamic limitY)
    d_limited.swf (limitY = 1300)

    I then made a new one and on two layers I put an...
  11. Replies
    11
    Views
    3,643

    CS3 As I'm raking my head to make that other graph...

    As I'm raking my head to make that other graph work, it will be used alongside this one in the same movie file. I had to rename some vars so they wouldn't clash but for the life of me I can't find...
  12. Replies
    7
    Views
    1,412

    Thanks! This works fine! I'm trying to wrap my...

    Thanks! This works fine! I'm trying to wrap my head around how to make it show both the 1300 max limit and a close up of the fluctuations happening when the input data is something really low, around...
  13. Replies
    7
    Views
    1,412

    great! this is ace! I'll see how I can style it a...

    great! this is ace! I'll see how I can style it a bit (font type, size, etc) and put all input data in vars (they will be loaded from remote txt or php files). Somehow, if the line is too spiky it...
  14. Replies
    7
    Views
    1,412

    [CS4] Simple 2D line graph help

    Hello all,
    I'm looking for a very simple solution to map 7 points on a graph (last week's stats). All I need is a line (red) that is drawn using 9 points (first and last points aren't labeled, as...
  15. Replies
    11
    Views
    3,643

    CS3 perfect! thanks again for your time! :-D

    perfect! thanks again for your time! :-D
  16. Replies
    11
    Views
    3,643

    CS3 ok, attached pic locally (see below), played...

    ok, attached pic locally (see below), played around with some vars but can't make it appear on the inside of the inner circle. It has to be there so it can be visible when values are really small,...
  17. Replies
    11
    Views
    3,643

    CS3 Me again. After seeing it with some people I...

    Me again. After seeing it with some people I decided it would work best having the orientation of a car's odometer (180 degree turn from current state - filling up from bottom left to bottom right),...
  18. Replies
    11
    Views
    3,643

    CS3 excellent! this is just what I needed! Played...

    excellent! this is just what I needed! Played around with the variables to see what changes what and it's perfect! Thanks a lot for your time!
  19. Replies
    12
    Views
    2,769

    Hi, been looking for a simple line graph and it...

    Hi, been looking for a simple line graph and it seems the file is offline. Anyone can reupload it pls? Thanks/.
  20. Replies
    11
    Views
    3,643

    CS3 Hey thanks a lot! This is an excellent script!...

    Hey thanks a lot! This is an excellent script! Only thing I tried to do is put it in a clip under a mask layer so only an outer ring is visible:

    http://img716.imageshack.us/img716/5156/chart3.gif...
  21. Replies
    11
    Views
    3,643

    CS3 [AS2] Interactive pie chart / odometer

    Hi all,
    here's what I need to do: I need to have a pie that is not 100% complete circle, like a pacman facing north. That area is static and represents a data range from 0.00 to 1200.00. I need to...
  22. CS3 http://www.adslgr.com/forum/images/smilies/rtfm.gi...

    http://www.adslgr.com/forum/images/smilies/rtfm.gif

    gah! you already said so up there, for some reason I missed that :rolleyes: . Commented out and works as planned, thanks again!
  23. CS3 Sorry to bug you again but something seems to be...

    Sorry to bug you again but something seems to be preventing it from clicking through. The results display fine below, when I roll over them there is a hand/link cursor change indicating it's a link...
  24. CS3 It's perfect! Works like a charm! Thanks a lot...

    It's perfect! Works like a charm! Thanks a lot for all your effort!
  25. CS3 Ah ok, I see what you mean. Thanks for your reply...

    Ah ok, I see what you mean. Thanks for your reply but what I want is a bit different from that. I want one input text field where the visitor of the site types a name (Ben, Jones or Ben Jones) and...
Results 1 to 25 of 81
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center