A Flash Developer Resource Site

Search:

Type: Posts; User: blu3

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,613

    Thank you sneakyimp for you offer, appreciate it...

    Thank you sneakyimp for you offer, appreciate it but i decided to go with Java. One of the reasons is that most of this multiplayer engines are made in Java which seems to perform better since PHP...
  2. Replies
    3
    Views
    1,079

    I see, that's what i thought also. It should be...

    I see, that's what i thought also. It should be better to have as much as possible of logic on the server side. So in the case of movement, client just sends the "move" instruction to server to move...
  3. Replies
    3
    Views
    1,079

    Multiplayer interactivity - theory questions

    Hi guys,

    I am thinking on creating simple multiplayer game with custom backend for the fun of the learning and afterwards when i gain some experience and knowledge i have an idea for online...
  4. Replies
    2
    Views
    5,606

    Thank you very much for your help josh,...

    Thank you very much for your help josh, appreciate time and effort you put into this reply. I'll do some more thinking on this and try to create algorithm that will give me decent result and let you...
  5. Replies
    2
    Views
    5,606

    How to check if shape is circle?

    Hi,

    Let's say i have a simple app where on mouse move user draws a shape. What i am trying to accomplish is to detect if drawn shape is circle so was wondering what would be the best or easier way...
  6. Replies
    2
    Views
    2,613

    Java or PHP server as backend for Flash MMO?

    Hi,

    I decided to dive into world of MMO games and for start just for the fun of learning and doing it to create an simple example game.

    However, i am having doubts on which server side...
  7. Replies
    6
    Views
    954

    You have a good eye for video :) Thanks for such...

    You have a good eye for video :) Thanks for such a detailed explanation, it totally makes sense.

    Cheers
  8. Replies
    6
    Views
    954

    Full screen video in fact not fullscreen

    Hi,

    I am playing a video and created a button which displays video area in fullscreen but video doesn't cover whole screen area, there are blanks left and right of the video. I searched a bit and...
  9. Replies
    2
    Views
    443

    Awesome, that's just was i was thinking about and...

    Awesome, that's just was i was thinking about and was actually doing it but wasn't sure if that's the right way :) Thanks for your time and answer AttackRabbit.

    Cheers
  10. Replies
    2
    Views
    443

    Object removal question

    Hi,

    I have question regarding removing instantiated objects. Let's say i have a main class in which i instantiate a custom video player (or whatever) class:


    ...
    var videoPlayer = new...
  11. Replies
    3
    Views
    636

    I complicated things a "bit" :( the thing is i...

    I complicated things a "bit" :( the thing is i have a Main class in which i add another let's say ClassA in which i add another let's say ClassB. All theese classes extend Sprite class. Now, i am in...
  12. Replies
    3
    Views
    636

    localToGlobal and nested movieclips question

    Hi,

    Let's say i have a 3 movieclips which are nested one in other like this:

    A-> B-> C

    And i would like to find out C movie clip (which is in B mc and B mc is in A mc) coordinates relative...
  13. Replies
    1
    Views
    396

    Like it usually happens, i figured it out soon...

    Like it usually happens, i figured it out soon after positng problem :) In case someone else have the same problem, you should mask not the combo box instance but it's dropdown property so last line...
  14. Replies
    1
    Views
    396

    Masking ComboBox component

    Hi,

    I have a problem masking ComboBox component. I am using following code:


    import fl.controls.ComboBox;

    var cb:ComboBox = new ComboBox();
    cb.addItem({data:1, label:"One"});...
  15. Replies
    2
    Views
    706

    Awesome, thank you very much cancer :) Cheers

    Awesome, thank you very much cancer :)

    Cheers
  16. Replies
    2
    Views
    706

    Mouse event propagation question

    Hi guys,

    Let's say i have a following situation:

    I have a "large" movie clip and "small" movie inside a "large" movie clip but on it's let's say upper right corner:


    ...
  17. You can change the author's name by simply...

    You can change the author's name by simply assigning new value:


    bookInput.Book.author[0] = "New Author";

    But that only changes your bookInput XML object in Flash, if you want to save changes...
  18. Replies
    2
    Views
    883

    Thanks neznein9 for link. The problem was i was...

    Thanks neznein9 for link. The problem was i was loading my pictures from dir relative to my class i used for loading and displaying pictures. Instead, path to image should be relative to swf or html...
  19. Replies
    2
    Views
    883

    Error loading local image

    I am try to load a local image, but are constantly getting :


    Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.

    although i am 100% sure the path is correct, infact there...
  20. Thank you for your response kortex, really...

    Thank you for your response kortex, really appreciated. I guess i'll go with php for a start and then later try to find a time for Java. I am sure PHP can deal with most server side challanges we all...
  21. Thank you for your response hunty :) When it...

    Thank you for your response hunty :) When it comes to AJAX, i don't think Java has anything to do with because AJAX is shorthand for Asynchronous Javascript And Xml but anyway, learning Java is...
  22. Replies
    4
    Views
    742

    Thanks neznein9 for suggestion, will try that :)...

    Thanks neznein9 for suggestion, will try that :)

    best regards
  23. Replies
    4
    Views
    742

    No, that's not what I mean. Let's say you have...

    No, that's not what I mean. Let's say you have letter 'A' in blue color and then letter color changes from left to right from blue to for example red. So color simply changes from left to right. Any...
  24. Replies
    4
    Views
    742

    Text color change effect

    Hi,

    I was wondering how is done the effect of the text color change where you have for example a letter 'A' which is for example blue and its color changes from left to right to let's say red...
  25. Thank you MyFriend for your response :) I guess...

    Thank you MyFriend for your response :) I guess i'll stick with PHP and try to learn it to a certain degree, especially its integration with Flash.

    If anyone else has some thoughts on this to...
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center