A Flash Developer Resource Site

Search:

Type: Posts; User: webguy

Search: Search took 0.06 seconds.

  1. Thread: Scrolling XML

    by webguy
    Replies
    9
    Views
    4,605

    It worked Thanks for your help..... Thanks...

    It worked Thanks for your help.....

    Thanks...
  2. Thread: Scrolling XML

    by webguy
    Replies
    9
    Views
    4,605

    I see the parse fuction but hoe do I actually...

    I see the parse fuction but hoe do I actually parse the xml code. The online help on the parse function is not very useful. Can anyone give me an example on parsing. ALso does the format of the...
  3. Thread: Scrolling XML

    by webguy
    Replies
    9
    Views
    4,605

    Originally posted by Hythian [B]The...

    [QUOTE]Originally posted by Hythian
    [B]The advantage in parsing it would be to display only the elements of the XML file you want to display and to format it so it looks all nice and pretty.
    ...
  4. Thread: Scrolling XML

    by webguy
    Replies
    9
    Views
    4,605

    Re: uh....

    How can you parse it? What will be the advantage of that?

    Thanks
  5. Thread: Scrolling XML

    by webguy
    Replies
    9
    Views
    4,605

    ok.. here it is.. Code on Text field //var...

    ok.. here it is..

    Code on Text field
    //var text = " blah blah blah,,,,,,,,,,,,"

    xml1 = new XML();
    xml1.onLoad = myOnLoad;
    xml1.load("lo.xml");

    function myOnLoad (success) {
  6. Thread: Scrolling XML

    by webguy
    Replies
    9
    Views
    4,605

    I have been trying for a few days now to scroll a...

    I have been trying for a few days now to scroll a text field that is based on a xml document. The scrolling seems to work fine when the text field is populated from a variable, but it does not work...
  7. Thread: XML

    by webguy
    Replies
    0
    Views
    627

    I have been trying for a few days now to scroll a...

    I have been trying for a few days now to scroll a text field that is based on a xml document. The scrolling seems to work fine when the text field is populated from a variable, but it does not work...
  8. Replies
    1
    Views
    737

    Bump.....

    Bump.....
  9. Replies
    1
    Views
    737

    I have been trying for a few days now to scroll a...

    I have been trying for a few days now to scroll a text field that is based on a xml document. The scrolling seems to work fine when the text field is populated from a variable, but it does not work...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center