A Flash Developer Resource Site

Search:

Type: Posts; User: joshchernoff

Page 1 of 15 1 2 3 4

Search: Search took 0.03 seconds.

  1. St.Louis AS3 Usergroup is meeting tonight.

    http://as3apex.com/wp-content/images/as3meeting.jpg

    Calling all Flash enthusiasts!,
    Today (1-10-09) AS3 Apex is holding a meeting at the Kayaks coffee house at 6pm. I will be showing a little...
  2. Flash, AS3 developer / designer for hire

    Hello, my name is Josh Chernoff.

    I am looking for employment in Flash development or design. I'm a rich internet applications analyst and am specialized in AS3, Flash CS3, AMF remoting and OOP...
  3. Replies
    23
    Views
    5,482

    ooooohhhh wait you bring up a good point. I dont...

    ooooohhhh wait you bring up a good point. I dont like email too! I...... might have to rethink this Hole thing. lol
    NOT.

    I feel you. I bet every one in your family calls you when they break...
  4. Replies
    23
    Views
    5,482

    I realy hope you didnt take that the wrong way...

    I realy hope you didnt take that the wrong way man. I was looking at it like one pro to another.

    I know you dont need to help others. My suggestion was only to help you. After all I knew to change...
  5. Replies
    23
    Views
    5,482

    it's not so much a problem it just helps code...

    it's not so much a problem it just helps code faster. For example I use flash developer 3 and just like in flex I can get code hinting. So say I type "com" in the action script then I will get a...
  6. Replies
    23
    Views
    5,482

    A side from the nice job you have done with your...

    A side from the nice job you have done with your frame work have you played with any other frameworks like the one I mentioned before.

    edit: Hows your action script directory set up like? When you...
  7. Replies
    23
    Views
    5,482

    First I want to say nice work with your remoting...

    First I want to say nice work with your remoting framework, it shows quality and talent and I use your convertData function to make Dataproviders all the time. But your package naming conventions are...
  8. Replies
    5
    Views
    1,418

    crossdomain.xml file maybe needed or double check...

    crossdomain.xml file maybe needed or double check your sandbox and make sure network only is set not localdisk. Plus with flash player 9,0,115,0 there is some new things you may want to set in your...
  9. Can you help me port this Kuler screen Saver to mac?

    http://gfxcomplex.com/blog/?p=30

    it's windows only right now if you know how to or can please let me know.
  10. Replies
    2
    Views
    536

    any one?

    any one?
  11. Replies
    2
    Views
    536

    Browser check

    http://gfxcomplex.com/blog

    I just made this cool kuler meshup header in AS3 for my blog but I want to make sure every one else is see's it as I do.
  12. I didn't become a web designer to follow what...

    I didn't become a web designer to follow what every one else "thinks" I should be doing. The bottom line is if it works ("better, faster and safer") then use it. Developers should not be held...
  13. Flash Player 9 has a 83.4% in Mature Markets and...

    Flash Player 9 has a 83.4% in Mature Markets and 84.0% in US/Canada compared to flash 8 which has 95.9% in US/Canada. I seen no reason not to use flash 9 seeing as the margin is so close people will...
  14. Replies
    8
    Views
    899

    Why was this moved it pertains to AS3, FlashCS3...

    Why was this moved it pertains to AS3, FlashCS3 and Apollo?
  15. Replies
    4
    Views
    2,114

    check this out -->...

    check this out --> http://gfxcomplex.com/blog/?p=21
    This should help any one with CS3 [AS2] Remoting / NetConnection Debugger problems
  16. Replies
    8
    Views
    1,578

    perfect, thanks you.

    perfect, thanks you.
  17. Replies
    8
    Views
    1,578

    @ - cancerinform Thanks for your help but...

    @ - cancerinform


    Thanks for your help but it's not the same effect that I can get with with the AS2 version. I'm sure thats there is a similar way to do this that will get the resaults I'm...
  18. Replies
    8
    Views
    1,578

    I just realized that what was wrong with this...

    I just realized that what was wrong with this code.

    with the old code the code stays on always looking to see if you rollover the object which is defined by "this". but now the code will only...
  19. Replies
    8
    Views
    1,578

    this is the best I can come up with yet. ...

    this is the best I can come up with yet.



    mc.addEventListener (MouseEvent.MOUSE_MOVE, detectObject);
    function detectObject () {
    this.onEnterFrame = onEnt;
    }
    function onEnt(){
    if...
  20. Replies
    8
    Views
    1,578

    nesting code and AS3

    here is the code


    onClipEvent (enterFrame) {
    // Remember the scope of your clip it may not be in _root.
    // if the mouse IS over the clip
    if (this.hitTest(_root._xmouse,...
  21. Replies
    4
    Views
    2,114

    feel your pain, I used to use amfphp for about...

    feel your pain, I used to use amfphp for about every one of my projects. No I'm lost as to what I'm supposed to. Hello ADOBE any one home?
  22. how come event handlers don't work with...

    how come event handlers don't work with associative arrays?

    like
    _mc[stringVarNameOf_mc].onPress
  23. [F8] I need help with array / _mc scope

    why wont this work?


    main_mc["nested_mc_name"].onPress = function():Void {
    trace ("test")
    };

    I'm trying to make a dynamic function so I can pass a string var for the name of any nested...
  24. Replies
    0
    Views
    1,711

    ResultEvent vs. RelayResponder

    The question is why do one over the other? I know I must be reading over why to use one vs. the other I just hope maybe one of you can shine a better light on why to use one or the other.

    I use...
  25. Replies
    3
    Views
    4,396

    so I take it that I can NOT do such a effect in...

    so I take it that I can NOT do such a effect in swift3d??
Results 1 to 25 of 359
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center