A Flash Developer Resource Site

Search:

Type: Posts; User: gcy80

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Thread: xml parser

    by gcy80
    Replies
    3
    Views
    1,112

    ya, but i currently using IE5.5, and i dun which...

    ya, but i currently using IE5.5,
    and i dun which to downgrade my IE version, just wish only to downgrade my xml parser version. any idea?
  2. Thread: xml parser

    by gcy80
    Replies
    3
    Views
    1,112

    anyone know where can i get microsoft xml parser...

    anyone know where can i get microsoft xml parser 3.0 or earlier?
    microsoft doesn't offer the older version anymore
  3. Replies
    2
    Views
    313

    oo..this only work when publish through...

    oo..this only work when publish through net....but i need to make a cd-rom application.
  4. Replies
    2
    Views
    313

    Hi, i'm trying to look for a compiler which can...

    Hi,
    i'm trying to look for a compiler which can compile all my flash files into one exe file in order to protect ppl from stealing it.
    any idea?
  5. Replies
    1
    Views
    471

    I wish to store a text into my variable, call...

    I wish to store a text into my variable, call myname
    the text value is like this:
    Hello! Welcome "Message"

    so how am i going to do this? as the " character is not allowed.

    thanx
  6. Replies
    1
    Views
    655

    may i know is there anyway to exit my flash swf...

    may i know is there anyway to exit my flash swf file? i mean using actionscript..like closingf the app?
  7. Replies
    1
    Views
    390

    May I know how do I change the text color of a...

    May I know how do I change the text color of a dynamic text?
  8. Replies
    4
    Views
    621

    r u using flash4 / 5? if flash 5... try use...

    r u using flash4 / 5?
    if flash 5...
    try use _root.slide.stop();

    if flash 4...
    try use
    tellTarget ("../slide")...

    i not quite sure with flash 4...
    sorry
  9. Replies
    8
    Views
    532

    ya i agree that xml is much slower than using...

    ya i agree that xml is much slower than using text files. but it is much more structured and expandable.
    I do not know the distinct performance speed between xml and text files. If it just a slight...
  10. is the doors movieclip reside in main time frame?...

    is the doors movieclip reside in main time frame?
    try telltarget ("../doors") ?
  11. Replies
    8
    Views
    532

    I do not know whether it is possible. But you can...

    I do not know whether it is possible. But you can try for yourself.
    Anyway, I do recommend to use XML instead of textfile.
  12. Replies
    1
    Views
    486

    May I know the difference of AttachMovie and...

    May I know the difference of AttachMovie and DuplicateMovieClip besides one create from library and another one duplicate from instance movie clip?

    Which one is better ?
  13. Replies
    97
    Views
    12,240

    I had done a sample. If you want, please give...

    I had done a sample.
    If you want, please give me your email address, so i can send to u.
  14. Replies
    1
    Views
    424

    I had found out the solution, anybody wish to...

    I had found out the solution,
    anybody wish to know can refer example given below:

    var name="eg";
    this[name] = "try"; //this.eg = "try"
    trace(eg);
  15. Thread: Help!! Numbers!!

    by gcy80
    Replies
    2
    Views
    464

    Is those numbers are type of string? if it is,...

    Is those numbers are type of string?
    if it is,
    it will treat 100 as a string
    so will sort it alphabatically. Just like your windows OS
  16. Replies
    1
    Views
    424

    Hi all, Is there any way for me to create a...

    Hi all,
    Is there any way for me to create a variable dynamically with the variable name given dynamically.
    For example,
    I need to create a variable where the variable name is retrieve from value...
  17. Replies
    97
    Views
    12,240

    anybody care to share me a location for me to...

    anybody care to share me a location for me to upload my sample??
    I don't have any website that can upload file.
    Thanx
  18. Replies
    4
    Views
    538

    can't understand wat u talking about. Use comma...

    can't understand wat u talking about.
    Use comma and fullstop plz...
  19. Replies
    97
    Views
    12,240

    can i have ur email address plz?

    can i have ur email address plz?
  20. Replies
    97
    Views
    12,240

    Hi, I had done an example of getting nodes from...

    Hi,
    I had done an example of getting nodes from xml file...
    this app will retrieve all nodes out and store in array. THe advantage is you can add as many nodes as you want, so maybe it may help to...
  21. Replies
    13
    Views
    983

    is those slot1 = ...., slot2 = ..... referring...

    is those slot1 = ...., slot2 = ..... referring the MovieClip instance name??
    if yes, issit in the main timeline?
    if it is, try using
    _root.slot1 = ....
    _root.slot2 = .....
  22. if it's a movieclip, just remove that movieclip...

    if it's a movieclip,
    just remove that movieclip by calling removemovieclip function.
    or just set
    dissapearMC._visible = false;
  23. Thread: XML Schema

    by gcy80
    Replies
    2
    Views
    723

    ooops...sorry for that.... okok...give an...

    ooops...sorry for that....
    okok...give an example

    < person:name> ...... < /person:name>

    question is the same as above.
  24. or can use: if (textfield ne 123) { }

    or can use:

    if (textfield ne 123)
    {
    }
  25. Thread: XML Schema

    by gcy80
    Replies
    2
    Views
    723

    Does Flash 5 support XML Schema??? or...

    Does Flash 5 support XML Schema???
    or NameSpaces?
    if do,
    if I have the nodes:
    <person:name>
    </person:name>

    What will be the nodeName? is is name? or person:name? or ...

    THanx
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center