A Flash Developer Resource Site

Search:

Type: Posts; User: Pippomusic

Page 1 of 7 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    563

    So it works on your computer.... I tested it on...

    So it works on your computer....
    I tested it on 2 computers, and it does the same error... doesn't trigger... no way...

    Here I attach the test file, it is very simple... loads a jpg which does...
  2. Replies
    8
    Views
    563

    Firefox + MovieClipLoader = BUG

    Hey!
    this is really weird and it happens always...

    Firefox with Flash Player 7.0.19.0, does not invoke onLoadError using MovieClipLoader.

    It is really funny...
    to prevent this bug I had to...
  3. Found a solution....

    Ok...
    this is how it works for me....

    there are 3 clips:
    a container clip
    the jpeg clip
    and the mask clip

    both jpeg and mask are inside the container
  4. Weird behaviour of setMask() with loaded JPG: sandbox error!?!?!?

    Hi!

    I am trying to set a MC drawn with the drawing API as a mask for an externally loaded MC.

    I get really funny behaviours....

    Sometimes it works (If I call the setMask() from root)...
  5. MX 2004 PRO: How to Duplicate a loaded JPEG

    Hello!
    I know it is somehow not possible to duplicate a loaded jpeg file... but I really do need to do it...

    I wouldnt like to reload from cache the same JPEG file dozens of times for a slide...
  6. Replies
    9
    Views
    1,481

    Whenever I installed Microsoft Office on a...

    Whenever I installed Microsoft Office on a computer, it affected the OS very deeply. It created new folders around.

    I want deep control over my system and I completely disagree that a piece of...
  7. Replies
    9
    Views
    1,481

    I used Microsoft Office for long time, and after...

    I used Microsoft Office for long time, and after installing Office XP on my Windows XP, the amount of bugs and annoyances was simply TOO MUCH!

    It has not been a licensing problem which convinced...
  8. Replies
    3
    Views
    1,572

    thanks... so, does every movieclip benefit from...

    thanks...
    so, does every movieclip benefit from this?
    or should I link something in the library?

    I wish to find a way, as in AS1, to provide functionalities to all movieclips, not only the ones...
  9. Replies
    3
    Views
    1,572

    Build PROTOTYPE functions in AS2

    Hello :)

    In AS1, planning applications, I have been extending lots of built-in classes unsing prototype funcions.
    Especially MovieClip.

    How can I do the same in ActionScript 2.0?

    thanks...
  10. AS 1 & 2 - What would you use instead of PROTOTYPE?

    Hello :)

    i am switching all my code to AS2... I love it...
    but there is still something I am missing....

    I built so many functionalities inside prototype functions of built in objects....
    ...
  11. Replies
    14
    Views
    31,284

    Sticky: Starting OOP for ActionScript

    A great book to start dealing with OOP for Flash is

    Topic: OOP for FlashMX

    Title: Object Oriented Macromedia FLash MX
    Author: William Drol


    Synopsis/Comments
    The author takes you through...
  12. Replies
    11
    Views
    2,659

    my planning process...

    Hello :)
    so nice to see such a forum on flashkit...

    On the specs/client front, I can only suggest one thing: contracts.
    With a little "human" margin of elasticity, a contract can both pin down...
  13. MX2004 - AS 2.0 - Possible to read the headers from a remote file?

    Hello,
    i saw in ActionScript 2.0 it is possible to SET the headers in a LoadVars communication.

    I need to READ the headers from the feedback of a CGI script.

    Do you think it is possible?
    ...
  14. Replies
    0
    Views
    482

    UML Diagram Editor for ActionScript?

    I am starting to move first steps into UML and it is starting to become the only option not to get lost into code....

    Do you know some good diagram editor easily usable for ActionScript on PC?
    ...
  15. Replies
    46
    Views
    31,417

    Thanks Senocular.... ur posts are always very...

    Thanks Senocular....
    ur posts are always very resourceful...

    Pippo
  16. thanks... it is slowly getting clearer in my...

    thanks...
    it is slowly getting clearer in my mind :)
  17. That was really clear... Thanks a lot Senocular...

    That was really clear...
    Thanks a lot Senocular you are very good at explaining....

    I could probably trick with a single MovieClip just as a reference holder, thus i can use a mc._target + the id...
  18. Yes.... I get it now.... thenk you.... Maybe...

    Yes.... I get it now....
    thenk you....

    Maybe you can help me on something sinocular....

    I am stuck in this big, but maybe very silly problem...
    I need to retrieve the absolute path to an...
  19. It only works with movieclips :( I need to...

    It only works with movieclips :(

    I need to retrieve absolute path to a "this" inside a function object. Or an object instance....
  20. ok... function hello() { var int =...

    ok...

    function hello() {
    var int = setInterval(function(){
    return "hello";
    clearInterval(int);
    }, 1000);
    }

    var pippo = hello();
  21. RETURN doesn´t work within a function setInterval ?

    Hello...

    I found out a weird behaviour which i cannot explain....

    If I have a function, with a setInterval within, and a "return" statement within the setInterval... return does not work!!!
    ...
  22. HELP! need to retrieve absolute path to an object to send it to Host Application!

    Hello!

    I need to retrieve a string with the absolute path to an object.

    Lets say i have an instance

    myObj = new Object();

    then, i want to know the absolute path to myObj...
    how can I do...
  23. HELP!!! need to retrieve absolute path to an object...

    Hello all :)

    I need to retrieve a string with the absolute path to an object.

    Lets say i have an instance

    myObj = new Object();

    then, i want to know the absolute path to myObj...
    how can...
  24. MX: Retrieve the absolute path to an Object Variable...

    Hello,

    i cannot see a way to obtain a stirng with the absolute path to a variable...

    If i go like:

    myObj = new Object();
    myObj.myVar = "Hello";

    then, i would like to retrieve the full...
  25. Retrieve the absolute path to an Object variable... it may be a silly question...

    Hello,

    i cannot see a way to obtain a stirng with the absolute path to a variable...

    If i go like:

    myObj = new Object();
    myObj.myVar = "Hello";

    then, i would like to retrieve the full...
Results 1 to 25 of 172
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center