A Flash Developer Resource Site

Search:

Type: Posts; User: Kirill M.

Page 1 of 20 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    5,675

    Basic Service and Component Kit

    Yet another Flash framework. It is a fairly comprehensive collection of functionalities needed for making Flash applications. Extensibility is highly emphasized, because this isn't an out-of-the-box...
  2. Replies
    3
    Views
    3,466

    Very smooth. Great job!

    Very smooth. Great job!
  3. Replies
    9
    Views
    5,441

    It looks very interesting, although I must say...

    It looks very interesting, although I must say parsing all that text to figure out what the menu options are and what to do is really an unusable interface. I see where you're going, but you should...
  4. Thread: BM3 Studios

    by Kirill M.
    Replies
    5
    Views
    2,235

    It's a good looking site. Looks very...

    It's a good looking site. Looks very professional. Although I find that it's a lot of information given all at the same time and I find it difficult to focus and know what it is I'm looking at. I'm...
  5. Thread: BM3 Studios

    by Kirill M.
    Replies
    5
    Views
    2,235

    TypeError: Error #1010: A term is undefined and...

    TypeError: Error #1010: A term is undefined and has no properties.
    at PlayPause2_fla::MainTimeline/frame1()
  6. Replies
    5
    Views
    1,824

    Nice, although the loud music kinda doesn't work...

    Nice, although the loud music kinda doesn't work for me. I'm not really expecting sites to be jukeboxes so it just doesn't fit in for me. At very least background music should be "background" music...
  7. Replies
    3
    Views
    1,730

    I like your portfolio. It has a nice flow and...

    I like your portfolio. It has a nice flow and looks technically sound, although one of your lab pieces was missing some polish and I left you feedback on it. Also I'd recommend you post demos of your...
  8. Replies
    6
    Views
    1,915

    I disagree with J-Luv. Currently grey works grey...

    I disagree with J-Luv. Currently grey works grey to distinguish your colored photos from the rest of the site and make them stand out, which is what your intention was. You might find that using...
  9. Replies
    2
    Views
    2,014

    Just did a test with a drop shadow filter and the...

    Just did a test with a drop shadow filter and the code you gave. It seems to work ok. Are you sure nothing else is happening that could make this happen. Granted I've seen some very odd bugs related...
  10. Thread: Site test

    by Kirill M.
    Replies
    7
    Views
    2,048

    I got the same error in Chrome, Firefox 3.5, and...

    I got the same error in Chrome, Firefox 3.5, and IE 8
    Windows XP
  11. Thread: Site test

    by Kirill M.
    Replies
    7
    Views
    2,048

    Got this when I clicked on home right after the...

    Got this when I clicked on home right after the site opened:

    Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.

    It's not intuitive what page each letter is...
  12. Replies
    4
    Views
    1,528

    Few things I noticed. When I looked at the...

    Few things I noticed. When I looked at the microprocessor tutorial the man started talking and when I left the section he continued talking. In the sections that allow you to zoom in and out of...
  13. Replies
    3
    Views
    1,556

    I agree with the above, unless Eugene Lykhovoy...

    I agree with the above, unless Eugene Lykhovoy specifically wanted that splash page. I like the portfolio in general, although it felt odd to me that the button with the current page had its text...
  14. I don't think you'll be able to get by without...

    I don't think you'll be able to get by without using Event.ENTER_FRAME or Timer. Running infinite loops whether recursively or with an iterative statement wouldn't be a good idea because flash runs...
  15. Replies
    5
    Views
    5,075

    An easy way to have non-repeating random values...

    An easy way to have non-repeating random values given a list values and previous index P is


    var P : int = -1;

    ...

    P = ( P + 1 + Math.floor( Math.random() * ( values.length - 1 ) ) ) %...
  16. Replies
    4
    Views
    1,128

    I wanted to write this but don't have the time. I...

    I wanted to write this but don't have the time. I have seen these things thought when researching frameworks on google.
  17. Replies
    20
    Views
    5,810

    Flash MX! Holy crap! Seems to run fine and...

    Flash MX! Holy crap!

    Seems to run fine and I'm on a PC.
  18. Replies
    3
    Views
    550

    My guess is, and this only a guess, since you...

    My guess is, and this only a guess, since you haven't posted the error message or the code involved, is that you are not using an event listener for when the data is read in from twitter and using...
  19. Yes, there probably does need to be more to...

    Yes, there probably does need to be more to separate them. As it it is they do run on to one another if the resolution is too great.
  20. I actually like his his site. The scrolling part...

    I actually like his his site. The scrolling part is key to his whole navigation and I think it's an interesting way to navigate that allows several modes which use functionality built into the...
  21. Replies
    2
    Views
    1,327

    We all know there's no green grass in Alaska!...

    We all know there's no green grass in Alaska! It's all snow all year 'round. :-P
  22. Replies
    6
    Views
    1,637

    It's mostly the gradients on the panels of the...

    It's mostly the gradients on the panels of the projector. The drawing is actually pretty detailed. But those gradients don't do it justice. I would tie it into the rest of the site's motif by making...
  23. Replies
    8
    Views
    2,329

    Sorry to be blunt, but you're making a strong...

    Sorry to be blunt, but you're making a strong claim about being very experienced in programming, so I have to ask you. What exactly is your experience and what sort of programming have you done?...
  24. The reason you can't stop it or get total frames...

    The reason you can't stop it or get total frames is because at the time you issued a loadMovie call the swf hasn't yet loaded by the next line. Such things in flash are asynchronous and they happen...
  25. Replies
    7
    Views
    6,727

    Sorry hamsterdance.com is superior to all.

    Sorry hamsterdance.com is superior to all.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center