A Flash Developer Resource Site

Search:

Type: Posts; User: Big 'Un

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    633

    High quality images in projector

    I'm making a stand alone projector that will run on disk (not web).
    What's the best way to keep my images looking sharp if the projector runs fullscreen?
    Is there a way to load larger images and...
  2. Replies
    2
    Views
    836

    CS4 - turn off autodocking panels?

    Is there any way to turn off the autodocking panels. I just want my panels to be free floating and not stick together. The way they dock and stick together is the worst.
  3. Thread: Fading MC

    by Big 'Un
    Replies
    2
    Views
    562

    There are so many ways to handle what you want to...

    There are so many ways to handle what you want to do. There isn't really just one right answer. However, to fade a clip and then play a timeline when it's done, you will need to start by deciding how...
  4. Replies
    55
    Views
    105,431

    I highly recommend "Learning ActionScript 3"......

    I highly recommend "Learning ActionScript 3"... as do many other people.
    It's a great book for getting into AS3 as a beginner and beyond.
  5. [CS3] hide context menu with AC Run Active Content

    Hello.
    Does anyone know how to hide the context (right click) menu when using AC_RunActiveContent.js to embed an swf in HTML?

    What params do I write in the source code to hide the menu the same...
  6. Replies
    4
    Views
    514

    cool! Thanks. I'll try it.

    cool!
    Thanks.
    I'll try it.
  7. Replies
    4
    Views
    514

    Yes, you're right..."whole number" isn't what I...

    Yes, you're right..."whole number" isn't what I meant.
    I guess what I mean is, how can I increment the alpha up or down using only +.1 or -.1. ?
  8. Replies
    4
    Views
    514

    change alpha using integers

    I have a simple script that fades a MC in or out.
    All I want to do is decrease the alpha gradually by .1.
    But it seems to be decreasing by many decimal places, rather than just -.1;

    Is there a...
  9. Replies
    1
    Views
    1,516

    best way to pull data from xml

    I'm creating a simple xml based image viewer. The xml lists the thumbnails and large images and the FLA reads it in and then loads the appropriate images.
    That works fine but I'm wondering if there...
  10. Replies
    9
    Views
    11,179

    any idea how to make the image a link after it's...

    any idea how to make the image a link after it's inserted?
    I've tried wrapping the <a> tags around the <img> tag but it doesn't work.
    It creates a thin little invisible link outside the image. But...
  11. Replies
    2
    Views
    3,818

    Wow. Just like that? I'll try it thanks. I love...

    Wow. Just like that? I'll try it thanks.
    I love the way AS3 handles xml.
  12. Replies
    1
    Views
    689

    Here you go, partner: function...

    Here you go, partner:



    function gotoFrame(evt:MouseEvent){
    gotoAndStop(2);
    }


    your_btn.addEventListener(MouseEvent.CLICK, gotoFrame);
  13. Replies
    3
    Views
    7,374

    in my example, you may want to add a way to...

    in my example, you may want to add a way to remove the ENTER_FRAME event listener when it's no longer needed.
    Otherwise it's a waste of memory.
  14. Replies
    3
    Views
    7,374

    var pressing:Boolean = false; function...

    var pressing:Boolean = false;



    function onPressing(evt:Event){
    if (pressing==true){
    //continous action is repeated here...

    }
  15. Replies
    2
    Views
    3,818

    XMLList element count

    I'm using a 'for each...in' loop to get the values from certain elements in my xml document.
    That's working no problem.
    Just wondering... is there a simpler/smarter/faster way to determine the...
  16. Replies
    3
    Views
    1,185

    Really? No answers? I'm surprised nobody else is...

    Really? No answers?
    I'm surprised nobody else is struggling with this issue.
  17. Hi. Yes. Thanks so much for your replies. I tried...

    Hi. Yes. Thanks so much for your replies. I tried getChildByName and that worked.
    I also did a similar experiment and registered events using getChildAt which worked well since their level numbers...
  18. Replies
    3
    Views
    1,185

    Yes. Tried that. Still no luck. I've seen this...

    Yes. Tried that. Still no luck.
    I've seen this problem discussed elsewhere but with no solution so far.
  19. Replies
    3
    Views
    1,185

    htmlText img as link - hit area?

    Hi. I've seen a couple posts here and there regarding this issue mainly in the Flex environment...
    I'm using the Flash IDE, so forgive me if this has already been answered...

    I am using the img...
  20. Yes, I understand that referring to them in a...

    Yes, I understand that referring to them in a branching 'if' statement could work. But that becomes very impractical for larger numbers of objects.
    The part that I don't understand is this:
    if you...
  21. I'm really glad to see this topic being discussed...

    I'm really glad to see this topic being discussed because there's something that's been puzzling me for a while here...

    Supposing you do create five buttons dynamically by using a 'for' loop and...
  22. Replies
    55
    Views
    105,431

    Learning ActionScript 3.0: A Beginner's Guide ...

    Learning ActionScript 3.0: A Beginner's Guide
    by Rich Shupe , Zevan Rosser

    Really great if you're just starting out with AS3...
  23. addEventListener to dynamically created instances

    I have a simple mc with a class linkage of Box.
    A 'for' loop places multiple instances of Box on the stage which seems like a pretty common practice.
    The part I don't understand is how do I...
  24. Replies
    4
    Views
    611

    Thank you. Yes. That's exactly what I've been...

    Thank you.
    Yes. That's exactly what I've been trying just now.
    The odd thing is that if you switch very quickly from one image choice to another, the preloader gets screwed up and doesn't seem to...
  25. Replies
    4
    Views
    611

    I'm only using one Loader. The problem is that,...

    I'm only using one Loader.
    The problem is that, when one image is in progress loading and a user clicks for a different URLRequest to change images before the first one is finished, the progress...
Results 1 to 25 of 231
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center