A Flash Developer Resource Site

Search:

Type: Posts; User: Geogaddi

Search: Search took 0.04 seconds.

  1. Thread: XML Trouble

    by Geogaddi
    Replies
    4
    Views
    441

    my bad, you don't need "data" in this line...

    my bad,

    you don't need "data" in this line since it's the root... and I totally had a typo.

    should be this:

    var itd: XMLList = apiXML.project.ITD;

    then if you want to reference how many...
  2. Thread: XML Trouble

    by Geogaddi
    Replies
    4
    Views
    441

    var apiXML:XML = new XML(e.target.data); var...

    var apiXML:XML = new XML(e.target.data);
    var itd: XMLList = apiXML.data.project.IDT; //make an xml list for the IDT nodes

    numberOfProjects = itd.length(); //get the length of that list

    ...
  3. transition tween stops tweening when cursor is over nested MC's

    how's that for a long thread title...

    Anyways, I'm making a drop down menu where the entire menu is in one movieclip and when you hover over it it tweens down to reveal the menu contents and when...
  4. That got rid of the compiler error but has left...

    That got rid of the compiler error but has left me with this run time error
    Error #1010: A term is undefined and has no properties.
    at caliperTop/loadCaltext1()

    so when you click on the button...
  5. Thanks for the reply. When I try...

    Thanks for the reply.

    When I try parent.textArea I get a compiler error:
    "1119: Access of possibly undefined property textArea through a reference with static type...
  6. 3 Hopefully small problems with visibility

    So this is the first thing I've ever tried doing with as3 and my history with programming is very minimal so this is probably a dumb question.

    The Situation:
    I have mc's that get loaded onto my...
  7. [MX] ListBox, containing songs, can't get the change handler to work

    Hey all,

    I'm trying to make a jukebox type thing where I have a list box containing the songs and when you click one it starts playing.
    Seeing as I'm completely new to action script, I have no...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center