A Flash Developer Resource Site

Search:

Type: Posts; User: danosullivan

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    488

    thank you

    thank you
  2. Replies
    2
    Views
    488

    I'm not sure

    I'm a MAC user and my friend ask me to built some flash banners for is website, I know he 's using a PC. Is this a probleme with file transfer?
    Thank you
  3. Replies
    0
    Views
    366

    Mac,Pc Flash

    Here's my dumb question. I just switch to Mac and I want to start working with flash again I just want to know if there's any problem transfering flash file from MAC to PC.
    Thank you
    Very rusty guy
  4. look like you have a preloader do you need one?...

    look like you have a preloader do you need one?
    if not take all these script out and just put a stop action on frame 315 simple.
  5. Replies
    0
    Views
    305

    ever happened to you?

    every time I do something in the library or try to drag something out, my computer freeze. I try other fla file and everything seem to be ok except for one. anyone knows what is wrong?
  6. Replies
    1
    Views
    387

    clean picture

    what is the best way to get a super clean picture in my flash movie
  7. Replies
    2
    Views
    404

    you can always set the size at 100% in your html...

    you can always set the size at 100% in your html editor like that it always fill the browser area
  8. Replies
    6
    Views
    507

    are you loading a new swf file or you are...

    are you loading a new swf file or you are attaching a movieClip from the library?
  9. Replies
    2
    Views
    458

    you need to put a gotoAndPlay(frame1)in the next...

    you need to put a gotoAndPlay(frame1)in the next frame to loop it back for your time to change.
  10. Replies
    6
    Views
    507

    this preloader target your _root timeline not...

    this preloader target your _root timeline not your movieClip need the right path example: total=_root.techno.getBytesTotal();
  11. Thread: Loader

    by danosullivan
    Replies
    1
    Views
    449

    load you movie on a targetmc on the main movie....

    load you movie on a targetmc on the main movie. and use the same target for all your button.
    example: loadMovie("home.swf","target");
    next button would be: loadMovie("profile.swf","target");
    and...
  12. Replies
    4
    Views
    433

    window/properties or ctrl f3 (pc)the properties...

    window/properties or ctrl f3 (pc)the properties box should apear expand the box if not with the little triangle in the bottom right corner of the box then
    select your sound on the timeline and...
  13. Replies
    6
    Views
    507

    make sure the path in your preloader is right...

    make sure the path in your preloader is right with the name of the new movieClip example _root.thecno.
    is it helping?
  14. Replies
    4
    Views
    433

    do you mean loop? if this is the case you go in...

    do you mean loop?
    if this is the case you go in the sound properties and under loop you enter the number of time you want your sound to loop.
  15. Freaky Psychic Website "The Flash Mind Reader"

    Does anyone know how he created this site?

    http://mr-31238.mr.valuehost.co.uk/assets/Flash/psychic.swf

    Thanks.
  16. Replies
    2
    Views
    414

    thank you

    thank you
  17. Replies
    2
    Views
    414

    Dynamic text

    Here is a stupid question that probably has a really simple answer:
    In actionsript I have some text(dynamic data) for a text field. Why can't I use a carriage return when I am typing a "text" ...
  18. I use this code (for a vertical slider works...

    I use this code (for a vertical slider works great) you might want to try it.

    function getVol() {
    return ((112-verSlider_mc._y)/91)*100;
    }
    function pressActions() {...
  19. Replies
    0
    Views
    379

    Elasticity

    Is there a tutorial on how to make bouncy or elasticity drop down menu ?
  20. Thread: O.o.p.

    by danosullivan
    Replies
    7
    Views
    755

    thanks everyone. very helpfull

    thanks everyone. very helpfull
  21. Thread: O.o.p.

    by danosullivan
    Replies
    7
    Views
    755

    O.o.p.

    need a book on oop "beginner" any suggestion?
  22. Replies
    8
    Views
    503

    could we use the _soundbuftime action or it's...

    could we use the _soundbuftime action or it's only good for sound on a timeline?
  23. Thread: preLoader

    by danosullivan
    Replies
    4
    Views
    458

    thanks for the help.

    thanks for the help.
  24. Thread: preLoader

    by danosullivan
    Replies
    4
    Views
    458

    what I realy want to do is preLoad external swf...

    what I realy want to do is preLoad external swf that open in pop up window without having to put the preloader on each swf. what kind of script would that need? example...
  25. Thread: preLoader

    by danosullivan
    Replies
    4
    Views
    458

    preLoader

    can I use the action ifFrameLoaded ()if the frame to be loaded are on another swf. (not a different scene) what should I do?
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center