A Flash Developer Resource Site

Search:

Type: Posts; User: maxpower78

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    959

    This should work, isn't it? Or is there any...

    This should work, isn't it? Or is there any mistake in the code?
  2. Replies
    2
    Views
    959

    Regular expression

    Hello, I am trying to validate a password that must be at least 2 letters, 2 numbers and at least 8 characters. I created this regular expression:



    function...
  3. Replies
    1
    Views
    936

    Repulsion between various mc's

    Hello, I'm trying to do that, four mc's that I have on stage that have a startDrag effect, have repulsion between them to avoid that they overlap each other. I'm trying this:

    ...
  4. Replies
    2
    Views
    1,448

    Thank you very much dawsonk!

    Thank you very much dawsonk!
  5. Replies
    2
    Views
    1,448

    Problem reading XML file

    Hi, I´m trying to parse an XML file and I have a problem to read the childs of a node.
    My XML file have this structure:


    <?xml version="1.0" encoding="utf-8"?>
    <code>
    <images...
  6. Replies
    1
    Views
    731

    Problem with slideshow gallery

    Hi, I'm trying to create a slideshow in a gallery. I managed to make it work but only if you first click on the slideshow button and then you click on one of the thumbnails. I haven't been able to do...
  7. I finally got it. thank you!

    I finally got it. thank you!
  8. I mean the non-same-coordinates.

    I mean the non-same-coordinates.
  9. When I compile the movie, Flash slows down and I...

    When I compile the movie, Flash slows down and I get a flash player window saying that the script is running slowly and if I want to stop it.....:confused:

    I think that is better to attach the...
  10. Thank you so much Nig 13. I will try with it.

    Thank you so much Nig 13. I will try with it.
  11. Attach mcs randomly without overlaping each other

    Hello, I have a few mc's in the library ("mc1, mc2, mc3, mc4...) how can I attach them from the library to the stage randomly, but without getting it out of the stage and without overlapping to each...
  12. Replies
    4
    Views
    1,865

    Finally I got it. Thanks all for your help.

    Finally I got it.

    Thanks all for your help.
  13. Replies
    4
    Views
    1,865

    Ok the example that enpstudios lives here...

    Ok the example that enpstudios lives here doesn´t exactly what I want. because I don´t want to load an image from a PC to the server. What I want is to load a drawing that a user do in the flash to...
  14. Replies
    4
    Views
    1,865

    Thanks enpstudios, I'll have a look.

    Thanks enpstudios, I'll have a look.
  15. Replies
    4
    Views
    1,865

    upload images to a server from flash

    Hi all, I'm developing a drawing application in flash and I want that when a user has finished his drawing, he can upload the file to a server.
    I found a code on the web that does what I need, but...
  16. Replies
    0
    Views
    1,266

    TimelineLite doubt

    Hi, I want to use the TimelineLite class when I press a button. I have this code in the main timeline:

    Code:


    TweenLite.delayedCall(0, myFunction, ["param1", 2]);
    function...
  17. Replies
    1
    Views
    1,268

    calling functions from nested movie clips

    Hi!

    I have a function:

    function changeCursor(Event:MouseEvent):void
    {
    trace("AS3 is imposible to understand");
    }

    And I have a mc on the stage that have a code inside to attach a scroll...
Results 1 to 17 of 18




Click Here to Expand Forum to Full Width

HTML5 Development Center