A Flash Developer Resource Site

Search:

Type: Posts; User: Computer Dork

Page 1 of 20 1 2 3 4

Search: Search took 0.16 seconds.

  1. That had nothing to do with it, it was mouse...

    That had nothing to do with it, it was mouse events tripping over each other.

    Set up the cursor on/off with hitTestPoint instead of rollover fixed it.
  2. [RESOLVED] Mouse cursor mask doesn't like buttons...

    Having a problem with part of a project that I know is something small that I omitted someplace relating to mouseEnabled or mouseChildren, but I think I have tried everything and nothing seems to...
  3. If you search the net, you'll find plenty of blog...

    If you search the net, you'll find plenty of blog posts about creating components... but honestly Adobe is your best first bet, it's not something you can throw together in 20 minutes, so I'm sure...
  4. Replies
    2
    Views
    725

    var swf:MovieClip; var loader:Loader = new...

    var swf:MovieClip;
    var loader:Loader = new Loader();

    addChild(loader);
    //loader.load(new URLRequest("1.swf"));
    ...
  5. are your rollover/rollout functions tripping over...

    are your rollover/rollout functions tripping over each other? You should set up one function that controls zoom in/out, call it every time you roll over another button, and send it the target button...
  6. If I'm understanding this correctly... for...

    If I'm understanding this correctly...

    for simplicity sake:

    SelectableObject -> Unit -> Hero right?

    and you have an MC in the library that has an attached 'hero' class to it, correct?

    ...
  7. Replies
    2
    Views
    1,348

    You'll need to put a listener on the FLVPlayback...

    You'll need to put a listener on the FLVPlayback to hear if it's muted or not, and then manually set the volume to 0.
  8. Replies
    0
    Views
    530

    Free ******* Decomplier 5.4!!!

    just ran across this - figured a few of you might be able to use it. I know I will.


    http://www.giveawayoftheday.com/so$think-swf-decompiler-5-4/


    edit - for some reason, they blank out "s o...
  9. Replies
    3
    Views
    1,138

    Is the URL the thumbnail image? Then it should...

    Is the URL the thumbnail image? Then it should work..
  10. Replies
    2
    Views
    2,805

    Go to tweenmax.com - download tweenmax for as2. ...

    Go to tweenmax.com - download tweenmax for as2.

    Much simpler, many options, easy to use.
  11. MX Not sure exactly what you would need, but I'm...

    Not sure exactly what you would need, but I'm pretty sure if you search google for crossdomain.xml issues, you'll find your answer.
  12. Replies
    2
    Views
    711

    This is called deeplinking. You can achieve it...

    This is called deeplinking. You can achieve it by using SwfAddress or a framework like Gaia. This is not something you can easily implement once your site is already built, so good luck.
  13. Replies
    6
    Views
    1,576

    I dont see an address... only email link.

    I dont see an address... only email link.
  14. Replies
    6
    Views
    1,576

    wanna post a link so we can see?

    wanna post a link so we can see?
  15. [CS3] How to change the IDE stage color?

    I just noticed recently that the color outside of my stage in the authoring enviornment has changed to white... no idea how/why. This is a huge pain in the ass because it's impossible to see the...
  16. that isn't really a 'hack' per se... but if you...

    that isn't really a 'hack' per se... but if you are going that route, why not just throw it in a function?

    function playSlide($ref:String):void
    {
    root[$ref].play();
    }

    Then all you have...
  17. While I'm only 90% sure that this will solve all...

    While I'm only 90% sure that this will solve all of your headaches (and several thousand more in the future), it's worth a try and will surely help you in the future.

    Go download the TweenMax...
  18. Replies
    2
    Views
    4,072

    What errors are you getting?

    What errors are you getting?
  19. so you basically need to know the name of the...

    so you basically need to know the name of the root? I don't understand...
  20. Replies
    2
    Views
    724

    Maybe set up a buffer around the edge of the...

    Maybe set up a buffer around the edge of the stage - so that if the mouseX/Y touches this virtual border, your track function ignores the mouseX/Y, and saves the last known value of each?
  21. I run into this issue a bit too - one quick...

    I run into this issue a bit too - one quick way(hackish) to solve - if the class is attached to your library symbol via linkage, set up an init($name:String) method that you can easily send the name...
  22. Replies
    1
    Views
    433

    You are only running the function once... and you...

    You are only running the function once... and you are basically telling it to move 10 pixels to the right. What you'll probably want to do is set up an 'endpoint' where you don't want the mc to move...
  23. If you are working in as2, use attachMovie(); ...

    If you are working in as2, use attachMovie();

    if you are working in as3, and placeholder is an empty mc that will simply hold all of your loaded library items, use this:

    (assuming you have...
  24. Replies
    1
    Views
    502

    A quick fix would be to import your FLV to...

    A quick fix would be to import your FLV to stage... put it in the timeline in an MC that would loop continiously.
  25. Replies
    3
    Views
    3,437

    If you rollover the tv screens at http://bud.tv ....

    If you rollover the tv screens at http://bud.tv . I used the draw api to make it dynamic enough to accept XML and different color values and whatnot... there wasn't a tutorial that I know of, I wrote...
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