A Flash Developer Resource Site

Search:

Type: Posts; User: hccdr

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    480

    <PARAM NAME=movie VALUE="movie.swf?vars=Address">
  2. Replies
    7
    Views
    480

    try this...

    try this...
  3. oops :) i see .... Thx !!

    oops :)

    i see ....

    Thx !!
  4. Can't install it in Flash MX 2004 pro.... ...

    Can't install it in Flash MX 2004 pro....

    :confused:
  5. Thread: mouse cursor

    by hccdr
    Replies
    2
    Views
    407

    is it? mc.useHandCursor=true;

    is it?



    mc.useHandCursor=true;
  6. If I am a bit better in English, can write back...

    If I am a bit better in English, can write back to give to you early ...


    sorry ...:D
  7. var itext=_root._url;

    var itext=_root._url;
  8. function remove_text() { cut_text = new...

    function remove_text() {
    cut_text = new String();
    otext = new String();
    for (var i = 0; i<=itext.length; i++) {
    cut_text = itext.slice(i, i+1);
    if (cut_text<>'?') {
    otext=otext+ cut_text; ...
  9. //MovieClip._xscale and MovieClip._yscale ...

    //MovieClip._xscale and MovieClip._yscale
    for(var i=0;i<=100;i++){
    MovieClip._xscale= i;
    MovieClip._yscale= i;
    }
  10. getURL("http://www.xxxx.com.au?x01='blah'");

    getURL("http://www.xxxx.com.au?x01='blah'");
  11. Replies
    6
    Views
    715

    I see,thank you exhaustive explanation.. :D

    I see,thank you exhaustive explanation..

    :D
  12. Replies
    6
    Views
    715

    What does mean for this order? dispatchEvent()

    What does mean for this order?

    dispatchEvent()
  13. Replies
    2
    Views
    310

    try this...

    try this...
  14. Thread: Can't mask

    by hccdr
    Replies
    11
    Views
    517

    try this...

    try this...
  15. Replies
    3
    Views
    397

    1.as code on (release) {...

    1.as code


    on (release) {
    getURL("javascript:MM_openBrWindow('http://www.ibm.com','window_name','toolbar=no,status=no,scrollbars=no,width=500,height=300')");
    }


    2.insert htm code
  16. Replies
    1
    Views
    517

    Reinstallate flashMX faster :D

    Reinstallate flashMX faster :D
  17. Thread: Can't mask

    by hccdr
    Replies
    11
    Views
    517

    post the SWF file...

    post the SWF file...
  18. Thread: State variable

    by hccdr
    Replies
    5
    Views
    467

    on (release) { if(ButtonState == false){...

    on (release) {
    if(ButtonState == false){
    ButtonState = true;
    }else{ButtonState = false}
    trace(ButtonState);
    }
  19. Replies
    5
    Views
    428

    Strange, mine is useful

    Strange, mine is useful
  20. Replies
    5
    Views
    428

    change " to ' like this... try again.. ...

    change " to '

    like this... try again..



    <mainlist>
    <list no='1'>
    <title><b><a href='http://www.whatever.com/' target='_blank'>text here for the link </a></b></title>
    <font...
  21. Thread: State variable

    by hccdr
    Replies
    5
    Views
    467

    on (release) { if(ButtonState = false){...

    on (release) {
    if(ButtonState = false){
    ButtonState = true;
    }
    }
  22. Thread: State variable

    by hccdr
    Replies
    5
    Views
    467

    on (release) { if(ButtonState = false){...

    on (release) {
    if(ButtonState = false){
    ButtonState = true;
    }else{ButtonState = false}
    }
  23. Thread: text out of net

    by hccdr
    Replies
    4
    Views
    485

    try this... it use PHP to add the counter ......

    try this...

    it use PHP to add the counter ... ease
  24. Thread: type korean

    by hccdr
    Replies
    1
    Views
    449

    save .xml as Unicode...

    save .xml as Unicode...
  25. Replies
    9
    Views
    687

    http://www.flashkit.com/movies/Scripting/XML/Photo...

    http://www.flashkit.com/movies/Scripting/XML/Photoboo-Kelli-8772/index.php
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center