A Flash Developer Resource Site

Search:

Type: Posts; User: iamchaichai

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    271

    File Referenece Problem

    Hi,
    I have got a question of using FileReference to upload a file.


    I would like to ask how could I receive the variables send by the server when I am using the...
  2. Replies
    9
    Views
    1,031

    Thanks, so much idea you have.. ^O^..I will try...

    Thanks, so much idea you have.. ^O^..I will try to enhance this function later .
    But, how could I test the framerate of the movie ?
  3. Replies
    9
    Views
    1,031

    I have finished my puzzle, here is the url,...

    I have finished my puzzle, here is the url, please have a looked. ^O^ And give me some comment, thanks... ^O^

    http://iamchaichai.bravehost.com/test1.html
    http://iamchaichai.bravehost.com/test.html
  4. Replies
    9
    Views
    1,031

    Thank you, I know how to do now, thank you for...

    Thank you, I know how to do now,
    thank you for your help.
  5. Replies
    9
    Views
    1,031

    Help, how to write a Puzzle game?

    Hi, I would like to write a puzzle game like puzzle

    But I don't know how could they create a random cutting edge of each piece of puzzle?
    Anyone could teach me?
    Thanks... :) :) :)
  6. Replies
    1
    Views
    465

    How to parse a string?

    Hi, how to use regular expression in flash ??

    for example :

    var str = "xxx.yyy.zzz";
    var pattern = "/([a-zA-Z]+)\.([a-zA-Z]+)\.([a-zA-Z]+)/";
    var match = new Array();
    reg_match(pattern,...
  7. Replies
    3
    Views
    504

    Thanks. I know I can use the server side to read...

    Thanks.
    I know I can use the server side to read the other domain data and return back to flash, but this method will increase the server loading, so is there any better way?
  8. Replies
    3
    Views
    504

    Flash security Problem XML.load

    Hi, I have a question about the XML.load method,

    I want to load the xml file from other domain



    var XMLData:XML = new XML();
    XMLData.ignoreWhite = true;...
  9. thank you very much. ^O^

    thank you very much. ^O^
  10. Thank you tonypa, I have just read the example of...

    Thank you tonypa, I have just read the example of this article, it seems that it also use the similar method as me to save all the color of each pixels to a string, and then send out to a server, but...
  11. May be ask in this way, Is there anyway I can...

    May be ask in this way,
    Is there anyway I can send the BitmapData object to the server side ??
  12. How can I save the bitmapdata to a jpg file?

    Hi, I would like to ask how can I save the bitmapdata to a jpg file?
    I use the bitmapdata.draw to draw a movieclip(_root.red_rectangle) to a bitmapdata, then I would like to save myBitmapData to a...
  13. Replies
    3
    Views
    593

    Thanks Tonypa , Then, I want to ask is there...

    Thanks Tonypa ,
    Then, I want to ask is there any way I can use main.swf to load the other movieClip which contain a blockedMC movieClip. And in the main.swf can detect which area was blocked??

    ...
  14. Replies
    3
    Views
    593

    Security Problem??

    Hi, I have got a problem :yikes:
    I have a main.swf, which will be loadclip method to load the other swf in it,
    and I want to change the alpha value of the movieClip(blockedMC) in the other swf as...
  15. Replies
    9
    Views
    615

    I just add a chat function of this simple game.....

    I just add a chat function of this simple game.. ^^
  16. Replies
    9
    Views
    615

    :p Thanks..

    :p Thanks..
  17. Replies
    9
    Views
    615

    I use unity as the socket server part, so even I...

    I use unity as the socket server part, so even I post the fla file for you, u still need to find a unity as socket.
  18. Replies
    9
    Views
    615

    Yes it is.

    Yes it is.
  19. Replies
    9
    Views
    615

    my stupid game

    http://multitank.no-ip.org/multitank.html
    Please have a looked ^__^ :)
  20. Thank you for your help, really make me feel very...

    Thank you for your help, really make me feel very much are thanked. :thumbsup: :zzz: :zzz:
  21. Inside xmlOnload function can not call other function directly

    I have a question, why the test function can not be called ?
    Thanks.


    class testClass {
    public function testClass() {
    var XMLData:XML = new XML();
    ...
  22. Help : How to load another swf file and use the library item of it

    I have two flash files

    one is main.swf , another is library.swf
    in the library.swf file , there is a movieClip which have choice the export for use and have already fill the exported URL field...
  23. Replies
    2
    Views
    399

    Sorry the above format may very difficult to see,...

    Sorry the above format may very difficult to see, so I re-post it again, thanks..

    Hi, I have got a problem about array.

    I want to create a 3-dimensions array when load from the xml file.

    xml...
  24. Replies
    2
    Views
    399

    Array Help!!!!

    Hi, I have got a problem about array.

    I want to create a 3-dimensions array when load from the xml file.

    xml file:
    // -------------------------------xmlFile.xml-----------------------//
    <?xml...
  25. Replies
    3
    Views
    367

    may be flv, avi, etc....

    may be flv, avi, etc....
Results 1 to 25 of 51
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center