A Flash Developer Resource Site

Search:

Type: Posts; User: ram_son

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    24
    Views
    5,884

    Flash8 I got it done Nig 13.. I found out about the "/"...

    I got it done Nig 13.. I found out about the "/" path with Shared Objects and that helped solve the problem. Thanks for all the help. BTW I was wondering if there is a way to remove the files I...
  2. Replies
    24
    Views
    5,884

    Flash8 Sorry I did not check if they uploaded.Here they...

    Sorry I did not check if they uploaded.Here they are.
  3. Replies
    24
    Views
    5,884

    Flash8 I uploading 2 fla's. I added a "Go to saved"...

    I uploading 2 fla's. I added a "Go to saved" button on ramson2.fla which is intended to start ramson2mc2. Here is where I need to display only the items that have been saved previously.
  4. Replies
    24
    Views
    5,884

    Flash8 Thanks Nig 13 this works great. What I meant by:...

    Thanks Nig 13 this works great. What I meant by:

    is to actually "load" only the items marked "Yes" and display them in text fields.Let's say I add another button that will start a movie (a form)...
  5. Replies
    24
    Views
    5,884

    Flash8 Yes, that's it for step #1. Then I want to be...

    Yes, that's it for step #1. Then I want to be able to use only the items marked "Yes" to be displayed in a list and/or manipulated. It would be great if you write it out for me.
  6. Replies
    24
    Views
    5,884

    Flash8 I haven't totally solved the first problem since...

    I haven't totally solved the first problem since I still need to save a file locally ( which is also needed for the second part). The XML file that I uploaded has four attributes for each node. The...
  7. Replies
    24
    Views
    5,884

    Flash8 After reading your post, I did quite a bit of...

    After reading your post, I did quite a bit of reading on the subject and found out about wrappers like Zinc and Shared Objects. However, can you still help me with the statements needed to create and...
  8. Replies
    24
    Views
    5,884

    Flash8 Thanks Nig 13 for the response. How about this: ...

    Thanks Nig 13 for the response. How about this:

    for item # 1: Using a button instead of double clicking the text which will insert an attribute like "checked = true" and the application will...
  9. Replies
    24
    Views
    5,884

    Flash8 I shortened the original xml file.

    I shortened the original xml file.
  10. Replies
    24
    Views
    5,884

    Flash8 It uploaded this time. Please take a look at it...

    It uploaded this time. Please take a look at it and see if you can help.
    thanks
  11. Replies
    24
    Views
    5,884

    Flash8 the file didn't upload

    the file didn't upload
  12. Replies
    24
    Views
    5,884

    Flash8 Here is the fla. I hope it is useful. Would you...

    Here is the fla. I hope it is useful. Would you need a sample XML ?
  13. Replies
    24
    Views
    5,884

    Flash8 The file exceed the 300k.I'll try to trim some of...

    The file exceed the 300k.I'll try to trim some of the elements and bring it down to size.
  14. Replies
    24
    Views
    5,884

    Flash8 [RESOLVED] marking some nodes as checked

    Hi everyone,

    I'm looking for help on this problem as my flash 8 / AS 2 knowledge is fairly limited and I have been googling for a solution for quite some time with no luck.

    I have struggled...
  15. sorry for my ignorance in actionscript...seems...

    sorry for my ignorance in actionscript...seems like I don't know my if's from my loops!! I just want you to know that I have tried many things for the past two days with no luck. I tried code for...
  16. Correction: that's matchesArray.length instead of...

    Correction: that's matchesArray.length instead of wordArray.length...
    Still doesn't work though.
  17. I tried to do like this: for (i= 0;...

    I tried to do like this:


    for (i= 0; i>wordArray.length; i++) {
    _root.mainField.text = iDescription[i];
    }

    triggered by a button, but it didn't work. What's wrong with this?
  18. Hey gparis, thank a bunch, ...

    Hey gparis, thank a bunch,

    _root.mainField.text = iDescription[0];

    did the trick and I get the trick and I get the first result!
    How do I go through the rest of the resuls?
  19. Thanks for the suggestion gparis. As I am almost...

    Thanks for the suggestion gparis. As I am almost illiterate in actionscript, I need help with coding. I tried before using something like this:


    var i = mlength ;
    for(var i=0;i!=mlength;i++){...
  20. How to display multiple search results one at a time

    I am trying to adapt this search code to display the results one at a time.Right now it displays all the terms it finds all at once and separated by commas. How would I adapt the code so it displays...
  21. search with wild cards and case insensitive

    I am looking for a way to setup a search that accepts wild cards and is
    case insensitive.I am hoping to be able to have it "Find" the first instance and then do a "FindNext" to show the following...
  22. Replies
    32
    Views
    10,983

    Sorry, didn't see your last post...I must have...

    Sorry, didn't see your last post...I must have been posting at the same time. Anyways you did it again!!! Great work.. I really hope you get as much enjoyment out of helping newbies like me who feel...
  23. Replies
    32
    Views
    10,983

    I added this in frame 1 action code:

    I added this in frame 1 action code:
  24. Replies
    32
    Views
    10,983

    I cannot get the feedback and score texts working...

    I cannot get the feedback and score texts working right yet. What I did so far is create an AnswerButton button symbol and put four of the instances over the answers text labels. Under the "on...
  25. Replies
    32
    Views
    10,983

    I was thinking of having the percentage score ...

    I was thinking of having the percentage score shown all the time and updated continuously with every question.

    What do you think of the solution for selecting certain sections of the xml file ?...
Results 1 to 25 of 44
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center