A Flash Developer Resource Site

Search:

Type: Posts; User: grafx_one

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. draw buttons with link from xml, please help!

    hello everyone,

    i've made a project were i load my data from xml.
    flash checks how many nodes the buttons tag has, that way he knows how many buttons there are.
    in the xml file the buttons tag...
  2. Replies
    1
    Views
    418

    something went wrong with the code its 200 lines...

    something went wrong with the code its 200 lines long but it shows 10 or something

    but here are teh files
  3. Replies
    1
    Views
    418

    xml with draw method question...

    hello everyone,

    i'm making a test site for research only with the drawing method and data from xml.
    it makes 3 buttons with each a number as a link (it refers to the page number).
    for some...
  4. updating a XML file, it's possible right?

    hello everyone,

    question 1:
    is there a way to update a "XML" file with flash (not local). if so is there a tutorial that covers that?

    question 2:
    can "ASP" generate "XML" files?

    thanx in...
  5. dude thanx a million times. you did some stuff...

    dude thanx a million times.

    you did some stuff wich i only thought of but i did't really knew how. you cleaned up half my code. again thanx a million times.

    grafx
  6. i created 3 textfields in wich i want to see the...

    i created 3 textfields in wich i want to see the html text "display1, display2,display3 and display4".



    thisXML = new XML();
    thisXML.ignoreWhite = true;
    thisXML.onLoad = LoadCombo;...
  7. with teh loadvars object you mean...

    with teh loadvars object you mean "WkItem_html_content", right?
    if i use it in a array, would it work? if i'm right can you show me how?

    thanx for your time man i really Appreciate it.

    grafx
  8. when i use this code it only loads one of the few...

    when i use this code it only loads one of the few html files


    //wk nodes
    for (i=0; i < xmlRoot_wk.childNodes.length; i++) {
    WkNode = xmlRoot_wk.childNodes[i];
    WkItem_naam[i] =...
  9. load vars with link stored in XML. please help!

    hello everyone,

    i have a xml file where links are stored. with the following code i parse the xml into flash (it looks perfect to me).


    thisXML = new XML();
    thisXML.ignoreWhite = true;...
  10. i don't understand your (exact) question. you...

    i don't understand your (exact) question.

    you can check the drawfunc.fla in comment //wknodes. there is a working sample but it also load 1 link

    thanx for replying to my post "cancerinform",...
  11. this is the source file!! in the drawfunc.fla...

    this is the source file!!
    in the drawfunc.fla frame 1 check comment news nodes, news html parse and wk nodes.
  12. execute link from XML problem, please help!

    hello everyone,

    i hope that someone can help me with this cause i have this problem for a few weeks now.

    the problem:

    i have a link stored in XML


    < news >
  13. Replies
    1
    Views
    405

    what is it? impossible or nobody knows?

    what is it?
    impossible or nobody knows?
  14. Replies
    1
    Views
    405

    does nobody know??

    hello people,

    i want to use xml to store a path to a *.txt file witch contains the content.
    beneath you see a xml line i want to use.


    < myItem name="text1" text= textfile.txt/ >

    i...
  15. Replies
    0
    Views
    345

    how does this work with XML??????

    hello people,

    i want to use xml to store a path to a *.txt file witch contains the content.
    beneath you see a xml line i want to use.


    < myItem name="text1" text= textfile.txt/ >

    i...
  16. Replies
    0
    Views
    314

    load a *.txt with *.xml

    hello people,

    i want to use xml to store a path to a *.txt file witch contains the content.
    beneath you see a xml line i want to use.


    < myItem name="text1" text= textfile.txt/ >

    i...
  17. Replies
    7
    Views
    756

    no, i mean in the *.txt or *.html file you load...

    no, i mean in the *.txt or *.html file you load from the adress stored in the *.xml file. then get the textfield to use the html tags.

    check the *.txt i uploaded before.

    grafx
  18. Replies
    7
    Views
    756

    check this txt file. grafx

    check this txt file.

    grafx
  19. Replies
    7
    Views
    756

    i have the same problem. but when you make tekst...

    i have the same problem.
    but when you make tekst like this



    textfield=<br>text text text</br><br>text text text</br><br>text text text</br><br>text text text</br><br>text text...
  20. Replies
    4
    Views
    436

    thanx alot. it wasn't easy to put in the movie...

    thanx alot.
    it wasn't easy to put in the movie where it should be but it works now.

    thanx

    grafx::..
  21. Replies
    4
    Views
    436

    it doesn't scroll the tekst loaded in to the...

    it doesn't scroll the tekst loaded in to the tekstfield..
  22. yes, that's just the easy way. but i'm trying to...

    yes, that's just the easy way.
    but i'm trying to do this the hard way to learn more about creating stuff with mx actionscript.
    i'm trying to make a whole gui with mx actionscript wich is resolution...
  23. Replies
    4
    Views
    436

    Why doesn't this script work??

    I have a script that make a tekstfield and put a scrollbar next to it.
    the text comes from a *.txt file.
    but it doesn't seem to work.



    _root.loadVariables("1.txt"); // txt loader...
  24. attaching the scrollbar component, what's wrong??

    check this code, there's is something wrong. but what??



    mydepth =100 // z depth
    _root.loadVariables("1.txt"); // txt loader
    _root.attachMovie ("FScrollBarSymbol", "scroller",5);...
  25. Replies
    2
    Views
    360

    sorry, thought that the last reply didn't work..

    sorry, thought that the last reply didn't work..
Results 1 to 25 of 131
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center