A Flash Developer Resource Site

Search:

Type: Posts; User: arnoldchan

Search: Search took 0.02 seconds.

  1. I also faced this problem, and my IE 7 has this...

    I also faced this problem, and my IE 7 has this problem as well, the browser do not issue onresize event, Is there any one know the solution?
  2. Northcode's Center utility enlarges projector ??

    Hi all,

    I am creating an auto centerring projector. I tried to use the Northcode's Center utility, it centered my projector. However, it opened the projector at an enlarged resolution and original...
  3. try this please

    hi Ange52,

    if you do an "Enterframe" action to go to a particular frame, it will be a infinite loop, so you can't see the animation, try replace the following code with the original on the layer...
  4. Replies
    3
    Views
    322

    perhaps the best practice is seeing other's examples

    perhaps the best practice is seeing other's examples

    also you can try to read
    Michael Williams: ActionScript Coding Best Practices avaliable from the following URL (bottom right area)
    ...
  5. Thread: Check this

    by arnoldchan
    Replies
    4
    Views
    432

    that was Yugop's stuff

    i just know that was done by the Japanese Flash Star Yugo Nakamura (http://www.yugop.com).

    I remember 2 years ago, when i was in Fresh Conference in H.K. Yugo demostrate this killing flash, all...
  6. isn't your flash working???

    is the problem that you are facing only the "hitArea" shifted?? can you post your file or send your file to me? my email is arnold@jadesign.com.hk
  7. Replies
    3
    Views
    322

    the code that you have entered has syntax error

    hi Paulo

    try changing your code to the following:

    on (release) {
    a = _currentframe -18;
    if (_root._currentframe ==10) {
    gotoAndPlay(2);
    } else {
    gotoAndPlay(a);
  8. Thread: Timer

    by arnoldchan
    Replies
    5
    Views
    439

    try the setInterval() yet ??

    you can use the setInterval() function, which is new in Flash MX.
    kindly check out the tutorial by senocular, titled "Sticky: MX setInterval Explained ( 1 2 )"...
  9. Replies
    2
    Views
    306

    LPFlashEx does help

    LPFlashEx can help what you going to do, and it avaliable in shareware version and standard version, check that out. ^______^

    http://www.lpflashex.com
  10. thx, it works

    Billy,

    Thanks a lot, after i reduce the movie height by 20, and re-positioned the movie, it works fine, ^__________^

    regards,
    Arnold
  11. fscommand("showmenu", "false") leave spaces when publish as projector

    Hello,

    i found that there are white space in the upper and lower part of the my flash movie when i added the following code.

    code
    '
    fscommand("showmenu", "false")

    '
  12. Replies
    2
    Views
    941

    thanks a lot

    thanks a lot
  13. Replies
    2
    Views
    941

    how to simulate northern lights

    i've seen a northern lights movie in Flashkit by Ross Monge posted on 2001-01-23 . However the link is no longer exists. Is there any one can post the Monge's flash here ?? or tell me how to program...
  14. Double-byte character support, eg. Chinese, Korean

    It should be a wish list from all Flasher in Asia.
  15. Replies
    0
    Views
    485

    Support double-byte character, eg. Chinese, a...

    Support double-byte character, eg. Chinese, a wishlist from Hong Kong, SAR China
  16. I found that assets which imported from "Shared...

    I found that assets which imported from "Shared Library " didn't refresh in flash authoring environment (that is the .fla file), even the assets being imported have been changed.

    Is there any way...
  17. The last 2 chars are wanted chars

    Thanks Josh! But, what I want is the last two characters of a String, and provided that you dont know the length of that String, so I can't use the normal substring character.

    Arnold
  18. I find that all of the String method("slice",...

    I find that all of the String method("slice", "substr", "substring") don't work when I need to trim a String starting form right to left. I put the "start" parameter of those methods as -1, which...
Results 1 to 18 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center