A Flash Developer Resource Site

Search:

Type: Posts; User: henbjo

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,308

    You should store the current position somewhere...

    You should store the current position somewhere before calling the stop() method, as it will reset the position to 0. Then you can call playSong with that value when you want to resume playing.
    ...
  2. Replies
    7
    Views
    763

    Thanks for all the replies! :) Phix: If you...

    Thanks for all the replies! :)


    Phix: If you look at my code you will see that this is actually what I'm doing - I'm not loading them all at the same time, just creating a bunch of loader...
  3. Replies
    7
    Views
    763

    Thanks for the reply, Ralgoth. Yes, I thought...

    Thanks for the reply, Ralgoth.

    Yes, I thought about that, but after loading I am manipulating the sizes of all of the individual images with certain random parameters as well as parameters from...
  4. Replies
    5
    Views
    575

    It would probably help if you gave a little bit...

    It would probably help if you gave a little bit more detailed description of what you want to do.

    Is it the whole grid that you want the user to be able to rotate, or individual sections of the...
  5. Replies
    7
    Views
    763

    [CS4] Fast loading of lots of small JPGs?

    Hello. I'm having a hell of a time optimizing my loading sequence for a gallery site I'm working on.

    This is the way it works:

    1. I load and parse an XML containing the URLs to the thumbs and...
  6. Scrollable slideshow with thousands of pictures. Possible without lag?

    Hello.

    I'm working on an expo, and I want to make an installment with a screen displaying a slideshow of some 5000 (fairly lo-res) pictures from a photo booth, and one of these scroll wheels...
  7. Trouble with cyrillic chars when using system fonts (CS3 / Mac OS X)

    Hello.

    I have a problem that I'm having a hard time figuring out.

    I have a Flash project, 100% code all in AS3 (using the Flash CS3 IDE), except for the fact that I'm using the library-method...
  8. I'm well aware of this, but it's no solution,...

    I'm well aware of this, but it's no solution, because the flash is being designed for other users than me, and when they're uploading images. The thumbs are not going to be used at any time other...
  9. Resizing bitmap and retrieving resized BitmapData

    Hello.

    I want to load a jpeg into my swf, resize it with smoothing, and then retrieving the resized bitmap data, ie the actual constellation of pixels that I can see resized to a thumbnail on my...
  10. Replies
    10
    Views
    1,338

    Check out the tutorials in the PHP-MySQL-section...

    Check out the tutorials in the PHP-MySQL-section here
  11. Hi Musicman, and thanks for your reply. I...

    Hi Musicman, and thanks for your reply.

    I tried this, but it doesn't make any difference. I guess I'll have to rewrite my scripts and send all the data at once. The reason that I'm not doing that...
  12. [AS2/PHP] Possible cache problems with superglobals ($_POST, $_GET, $_REQUEST)

    Hello.

    I'm not very experienced with PHP, so I'm glad for any help I can get.

    I have a flash survey that has a number of pages to be evaluated.

    The answers to each page will generate 5 vars:...
  13. Solved it with using eventObject.currentTarget...

    Solved it with using eventObject.currentTarget instead of eventObject.target.

    I still have a problem with useHandCursor not working correctly though, does anyone possess the power to help me here?
  14. [RESOLVED] addEventListener adds listener to all children of class instance

    Hello!

    I'm just getting started with writing ActionScript 3.0 apps, with classes and what have you.

    I have a class called MenuItem which extends MovieClip.

    When I use the addEventListener...
  15. Replies
    0
    Views
    366

    Trigonometry and polar coord's

    Hello.

    I have two coordinate pairs, and I want to move an object from the first one to the other, but in an arched line, not a straight one. Thing is I've forgotten all my school trig and vector...
  16. Replies
    1
    Views
    419

    Component's label is invisible

    Hello.

    I'm experiencing a bit of an odd problem. When I drag any of the standard Flash 8 components onto the stage, it'll look all right, but when I publish my movie the component's label will...
  17. Replies
    1
    Views
    1,559

    The lengths of the catheti? Multiply the...

    The lengths of the catheti? Multiply the hypotenuse with the sinus and the cosinus of the second angle. Math.sin and Math.cos in AS. Note that you need the angle in radians, not degrees.
  18. Replies
    4
    Views
    1,909

    Yeah, I remember that combined equation for...

    Yeah, I remember that combined equation for acceleration now. 60 fps is probably easier, yes. ;) But it your capacitor is standing horizontally, you won't have any acceleration in x-direction, will...
  19. Replies
    4
    Views
    1,909

    Well, physics is quite easy to replicate in a...

    Well, physics is quite easy to replicate in a programming environment, because you have very precise formulas for it. To start with you can define your variables for all the variables you need in...
  20. Replies
    1
    Views
    1,318

    Scale sprite without quality loss

    Hi.

    I'm trying to make a menu that has a rounded rectangle as background. I'm using a sprite and the Graphics.drawRoundedRect method to draw this. The width of the rounded rectangle (it's actually...
  21. Replies
    1
    Views
    2,762

    You need to change tha alpha of the content...

    You need to change tha alpha of the content property of the loader instance, not the loader instance itself. Likie this:



    myLdr.load(new URLRequest("somejpg.jpg"));

    function...
  22. Replies
    2
    Views
    753

    You're probably getting an error saying something...

    You're probably getting an error saying something about converting a string into a ColorTransform object. In your last code you're assigning a string to a property of type ColorTransform, that's why...
  23. I don't quite understand what you mean by basing...

    I don't quite understand what you mean by basing them off you're custom class, so can you please post your code so that I can help you? Either they are instances of your class, or they are instances...
  24. You need to add an event listener. You code...

    You need to add an event listener. You code itself isn't wrong, but you need something to apply it every time the state of the text box changes.

    So, here goes:


    ...
  25. Please post your code. That error message gets...

    Please post your code. That error message gets displayed whenever you're trying to use the same linkage id (Class name) for two separate classes in the library.
Results 1 to 25 of 70
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center