A Flash Developer Resource Site

Search:

Type: Posts; User: jmbrink26

Search: Search took 0.02 seconds.

  1. Thank you for your help. One question I have is...

    Thank you for your help. One question I have is how to do I go about assigning the output to the text field itself. The problem is from my understanding at least, it looking for a node value. Adding...
  2. Anyone know the syntax to display say all of one...

    Anyone know the syntax to display say all of one element?

    So for example, I want to show the value of every <title> tag from the xml file in the text box.

    So using the couple values I put in...
  3. Replies
    7
    Views
    1,137

    Well the way you are trying to do it inside the...

    Well the way you are trying to do it inside the swf unfortunately will not work, as the frameset is outside of the swf. What I would recommend if you want a more styled sort of button/hyperlink, use...
  4. Anyone know the syntax to display say all of one...

    Anyone know the syntax to display say all of one element?

    So for example, I want to show the value of every <title> tag from the xml file in the text box.

    So using the couple values I put in...
  5. Ok so I fixed the issue in itself by changing the...

    Ok so I fixed the issue in itself by changing the line to


    phpInput.text = xmlDoc.firstChild.firstChild.firstChild.firstChild.nodeValue;

    But it only displays the first title tag value of...
  6. Replies
    7
    Views
    1,137

    Welcome to the forums! :) So if I am...

    Welcome to the forums! :)

    So if I am understanding you correctly, you want Flash/AS3 to help control what is displayed where in HTML frames correct?

    Now if I am indeed understanding your...
  7. Ok, so I rewrote the chunk of code to work with...

    Ok, so I rewrote the chunk of code to work with the XMLDocument class. Now, I am getting TypeError 2007, or as it shows in the output:


    TypeError: Error #2007: Parameter text must be non-null....
  8. LOL I'll second that. I've done it, and before...

    LOL I'll second that. I've done it, and before you know it, you forget what you were doing. Its not a pretty sight ;).
  9. LOL It's all good man. Fun party last night I...

    LOL It's all good man. Fun party last night I take it? Wine is the worst hangover ever, and I'd definitely say a beer hangover is the next worst. :P

    Well get this stuff called Emergen-C. Its a...
  10. Ok, now I tried that, and no luck for some...

    Ok, now I tried that, and no luck for some reason. Same exact TypeError in the Output.

    The only reason I can logically think of that it would be causing this is its not getting the data from the...
  11. Great, thank you for your reply. One question. So...

    Great, thank you for your reply. One question. So I change to syntax to above, do I then say:


    phpInput.text = title;


    I just want to make sure were on the same page here and all ;). Thanks.
  12. Ok yeah, I got you. Good thinking. :) So the...

    Ok yeah, I got you. Good thinking. :)

    So the TypeError goes away when I comment out the line:

    var title = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue;

    So it appears the...
  13. Well it very well likely would, however that...

    Well it very well likely would, however that would defeat the purpose of what I'm trying to do altogether. The "phpInput.text" is representing the dynamic text field that I am trying populate the...
  14. Displaying XML data in dynamic text fields with AS3

    Hi Everyone,

    I am trying to display XML data into dynamic text fields on my timeline.

    So I am working on my personal site, justinbrinkerhoff.info (the swf on there is old, and I'm updating it...
  15. I figure I'd post my question in this thread, to...

    I figure I'd post my question in this thread, to avoid duplicate threads and such. Anyhow, my question is, how do I write it in AS3 to where a button is released and it goes to another frame? In...
  16. Ok, so I figured it out. I had to tell the...

    Ok, so I figured it out. I had to tell the instance of the button I created for the links to export to actionscript, and give it an instance name.

    However, now what I am running into is the text...
  17. Can't get text to display in a movieclip inside a scrollpane.

    Hi Everyone,

    I'm fairly new to Flash, and I am having this issue that is just boggling my brain. I have tried in more ways than I can count to get this working.

    Ok, so I am working on a flash...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center