A Flash Developer Resource Site

Search:

Type: Posts; User: MatejKo

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    410

    Well, I've said the font style or type has...

    Well, I've said the font style or type has nothing to do with it - Flash screws it up on a larger scale...



    True. Not the solution I'm after though...

    Oh, and another thing... I'm just...
  2. Replies
    3
    Views
    410

    [Help] Multilanguage problem (arabic)

    Hi!

    I have a problem with displaying static arabic textfields.

    I am making an intro for a company that does translations of all sorts. The problem is that I have to display an arabic text and...
  3. Replies
    9
    Views
    700

    You must be aware that creating a server is not...

    You must be aware that creating a server is not an easy task! You should have some experience with either programming with sockets or creating Web Services... I'm quite a beginner myself, but I can...
  4. Replies
    9
    Views
    700

    I'll try to repeat what I've told you this far...

    I'll try to repeat what I've told you this far (read slowly):

    There is no DDE support in Flash (ActionScript). (If you want to simulate such data transfers, consider using the clipboard - Flash...
  5. Replies
    9
    Views
    700

    Correct me if I do not understand you correctly,...

    Correct me if I do not understand you correctly, but here is how I see it:

    I'm sorry pal, it seems like you'll have to write a server for that. Flash doesn't support the IRC protocol, nor does it...
  6. Replies
    9
    Views
    700

    Well, it is possible - everything is possible......

    Well, it is possible - everything is possible...

    You'll have to use the Flash ActiveX control in a windows application so that you can implement DDE for Flash. Hence, you will have to write a...
  7. Replies
    2
    Views
    338

    needsScrolling = yourTextField.maxscroll > 1; ...

    needsScrolling = yourTextField.maxscroll > 1;

    See ya
  8. Replies
    3
    Views
    321

    Yes, the number one refers to the layer no. 1. ...

    Yes, the number one refers to the layer no. 1.

    If you load SWFs using the loadMovieNum function, then the new SWF will always be displayed on top of the contents (that have been placed onto the...
  9. Replies
    6
    Views
    736

    Hmmm, can you clue me in (I don't really know...

    Hmmm, can you clue me in (I don't really know what you are doing to load the external swf into your ScrollPane)?

    I don't know about your problem, but are you using the ScrollPane.contentPath...
  10. Replies
    3
    Views
    321

    Use this function:loadMovieNum("yourSwfURL.swf",...

    Use this function:loadMovieNum("yourSwfURL.swf", 1);

    See ya
  11. Replies
    9
    Views
    840

    Zervell, I suggest you read the threads people...

    Zervell, I suggest you read the threads people have posted here.

    Here is the usage of the hitTest function://Usage - copied from the Flash MX 2004 help
    my_mc.hitTest(x, y, shapeFlag)...
  12. Replies
    8
    Views
    1,416

    This is the only way to do it: function Wait(ms)...

    This is the only way to do it:
    function Wait(ms)
    {
    entryDate=new Date();
    do{
    checkDate=new Date();
    timeElapsed=checkDate.getTime() - entryDate.getTime();
    } while(timeElapsed < ms);
    }
  13. Replies
    7
    Views
    762

    Well, I know this will sound rude... but when I...

    Well, I know this will sound rude... but when I was looking at your physics page - the kinematics section -, I got a little confused. Under graphing motion you have some graphs and you name them...
  14. Thread: date parsing

    by MatejKo
    Replies
    1
    Views
    437

    I suppose you are using Date.toString()? Well,...

    I suppose you are using Date.toString()?

    Well, I suggest you use these: myDate.getDate(), myDate.getMonth() and myDate.getYear().

    Otherwise use this:
    Date.prototype.fromString=function(str){
    ...
  15. Replies
    7
    Views
    762

    Hey, Toolbox, is this your page...

    Hey, Toolbox, is this your page?
  16. Replies
    5
    Views
    364

    It stops shooting, because each time when you...

    It stops shooting, because each time when you press the SPACE key the movie clip jumps to specific frame (named "fire"). Hence, the animation doesn't have time to finish before you hit the SPACE key...
  17. Replies
    3
    Views
    611

    What you are trying to do will not be as easy as...

    What you are trying to do will not be as easy as what you have done this far...

    Physics is one of the possible ways to solve this thing. But I wouldn't recommend this unless you have some...
  18. Replies
    6
    Views
    1,064

    If you wan't to know which methods can result in...

    If you wan't to know which methods can result in throwing an exception, you should take a look at the documentation of the method you are using. I must admit I have never seen an in-built method...
  19. Replies
    7
    Views
    962

    Yeah, sure! Can you explain the method you used...

    Yeah, sure! Can you explain the method you used for this game?, that would be great! The mobile phones do not have as much memory and as much processing power as computers - you surely had problems...
  20. Try thisthis._y = Math.round(this._y + (moveTo -...

    Try thisthis._y = Math.round(this._y + (moveTo - this._y) /2) instead.
  21. Replies
    2
    Views
    357

    Well, first of all: What Flash Authoring Tool are...

    Well, first of all: What Flash Authoring Tool are you using (MX or MX 2004...)?

    Well, since I'm using only MX 2004, I can tell you only for MX 2004... But I think that the old MX generates all the...
  22. Replies
    61
    Views
    4,938

    Man! Nice game! The intro is very funny! The...

    Man! Nice game!

    The intro is very funny! The Great Hero couldn't catch the villain who was carrying a person :) That's kinda funny. And the search for the lost ring - like rings fall off the...
  23. Replies
    23
    Views
    2,298

    Poll: Hey, SaphuA, where exactly were you - in a camp...

    Hey, SaphuA, where exactly were you - in a camp or so (what camp was it - the name)? Maybe, we have seen each other unknowingly. You must know that where I was, there were a lot of people from the...
  24. Replies
    8
    Views
    500

    No probs man. But I think you've pretty much...

    No probs man. But I think you've pretty much created a very similar thing with that MovieClip.prototype function of yours.

    bg
  25. Replies
    2
    Views
    317

    I have corrected your problem. I have commented...

    I have corrected your problem. I have commented with "// Here was the mistake" to point out your mistake.

    bg
Results 1 to 25 of 193
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center