A Flash Developer Resource Site

Search:

Type: Posts; User: Daggs81

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    1,254

    Hi, I was wondering if I could ask you a...

    Hi,
    I was wondering if I could ask you a question about your image scroller, i really like the way you coded it. it seems very simple and not so heavy on the actionscript. I am haveing a problem...
  2. Replies
    13
    Views
    1,338

    <?xml_version="1.0"?>
    <products>
    <product id="000001">
    <pName>ICE BUCKET</pName>
    <pPrice>24.99</pPrice>
    <pSummary>Nam liber tempor cum soluta nobias eleifend...
  3. Replies
    13
    Views
    1,338

    this is the actionscript i got, and it works, so...

    this is the actionscript i got, and it works, so im not sure what your doing wrong if it doesnt work for you.


    var curr_item;
    var curr_node;
    var products_total;
    var my_product;

    products_xml...
  4. Replies
    13
    Views
    1,338

    Try this, i think it is what I have, cant be sure...

    Try this, i think it is what I have, cant be sure util im at work tomorrow. later



    <?xml_version="1.0"?>
    <products>
    ____<product id="000001">
    ________<pName>ICE BUCKET</pName> ...
  5. Replies
    13
    Views
    1,338

    i dont see why it didnt work for you, make sure...

    i dont see why it didnt work for you, make sure you saved the xml file with the right name. I have figured out how to make this work for me. Ill have to post it up tomorrow when i get to work.
  6. Replies
    13
    Views
    1,338

    RESOLVED------ var curr_item; var...

    RESOLVED------


    var curr_item;
    var curr_node;
    var products_total;
    var my_product;

    products_xml = new XML();
    products_xml.ignoreWhite = true;
  7. Replies
    6
    Views
    445

    i know you posted this a few months back but i...

    i know you posted this a few months back but i just got a look at it. i think it is absolutly amazing, i would really like to get a look at the code to see how you did it. PM me if you get a chance....
  8. Replies
    13
    Views
    1,338

    Ok, here is the action script i have now, what i...

    Ok, here is the action script i have now, what i need to do now is to figure out how to come up with "i" (the current node number that the id number is from) You will see this in the last three lines...
  9. Replies
    13
    Views
    1,338

    i still need some help on this, i cant seem to...

    i still need some help on this, i cant seem to figure it out. can some one please post an example of this. thanks.
  10. Replies
    13
    Views
    1,338

    Thanks Tupps, seems like you are the only one...

    Thanks Tupps,
    seems like you are the only one who ever is willing to help me. glad you are part of this board. I do understand what you are telling me to do, but by any chance do you have an example...
  11. Replies
    13
    Views
    1,338

    any help??? please

    any help??? please
  12. Replies
    13
    Views
    1,338

    display certain node from xml tree

    I am trying to display a certain node from my xml tree on a page. I am sending a variable from one flash movie to another page that will display the product using a unique ID number. So my link would...
  13. Replies
    4
    Views
    563

    can i do that between two seperate pages? like...

    can i do that between two seperate pages? like between web.com/psge1.htm and web.com/page2.htm can someone let me know please. thanks.
  14. Replies
    77
    Views
    5,876

    no prob, ill make a vid when i get home from work!

    no prob, ill make a vid when i get home from work!
  15. Replies
    4
    Views
    563

    Thanks, i thought that it would be something...

    Thanks,
    i thought that it would be something like that, I just wanted to make sure there wasnt another way to do it.

    Thanks
  16. Replies
    77
    Views
    5,876

    i can play classical gas really well on my ovation

    i can play classical gas really well on my ovation
  17. Replies
    4
    Views
    563

    Link to certain part of movie?

    Does anyone know if you can have a link to a flash movie that will start at a specified section of the movie rather than the begining of the movie. I have a main movie that loads about 20 other...
  18. Replies
    7
    Views
    879

    yeah, i guess it is kind of confussing (sp?) ...

    yeah, i guess it is kind of confussing (sp?)


    Actions[this.action](this.variables);


    this.action and this.variables are both in the xml file
  19. Replies
    5
    Views
    765

    Ok, maybe instead of loading seperate menus from...

    Ok, maybe instead of loading seperate menus from one xml file, how would i be able to load 3 xml files into one scene in a flash movie. I can load one, but when i try to load another it will still...
  20. Replies
    5
    Views
    765

    bump...... please help!

    bump......

    please help!
  21. Replies
    7
    Views
    879

    Hi, hope this helps, heres a snippet of some...

    Hi,
    hope this helps, heres a snippet of some code that i am using to get the yrl from the xml strand to go to the on release of the button.


    curr_item.onRelease = function(){...
  22. Replies
    5
    Views
    765

    Hey man, thanks for your reply. I know how to...

    Hey man, thanks for your reply.

    I know how to make the menu in xml and how to display it in flash, what i would like to figure out is how to display the three or how ever many sub menus there are...
  23. Replies
    5
    Views
    765

    Can anyone help me? I really need to figure this...

    Can anyone help me? I really need to figure this one out as soon as possible. Thanks in advance.
  24. Replies
    5
    Views
    765

    Load 3 different menus from 1 xml file?

    I am trying to create 3 seperate menus using the sub nodes of one xml file. Here is the xml:



    <menu>
    <menu name="COOK">
    <sub name="bakeware" action="gotoURL" variables=""/>
    <sub...
  25. Replies
    0
    Views
    317

    XML -> comboBox v1 help

    Hi, I was wondering if anyone knows how to pull info from an xml file into the comboBox component (v1) This is the combo box from flash mx using actionscipt 1, not the combo box from mx 2004 which...
Results 1 to 25 of 42
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center