A Flash Developer Resource Site

Search:

Type: Posts; User: SOLOMONF

Page 1 of 6 1 2 3 4

Search: Search took 0.08 seconds.

  1. The trick is to make the motion guide and guided...

    The trick is to make the motion guide and guided obkjects into a symbol which then gets masked.

    make your motion guide shape - make what you want to attach to the guide - select both - make them...
  2. here here

    here here
  3. Replies
    7
    Views
    790

    as far as case sensitivity goes, in Flash 5...

    as far as case sensitivity goes, in Flash 5 "date" would have been just fine. Reserved words were case sensitive.

    In Flash MX, however, reserve words are no longer case sensitive.

    "date" in...
  4. Replies
    7
    Views
    790

    maybe it has to do with the fact that you are...

    maybe it has to do with the fact that you are checking for "mYear" and not "myYear" in the function
  5. Replies
    6
    Views
    583

    This will not work right out of the box, you have...

    This will not work right out of the box, you have to modify it in places so that it works with your movies current structure.

    I don't know how your movie is built so I just gave you a generalized...
  6. Replies
    6
    Views
    583

    GAH!!!! -- My brain is in my foot -- change ...

    GAH!!!! -- My brain is in my foot --

    change

    lapsed = (t2 - t1)*1000;


    to

    lapsed = (t2 - t1)/1000;
  7. Replies
    6
    Views
    583

    onClipEvent(load){ imageNumber = 1; ...

    onClipEvent(load){
    imageNumber = 1;
    refreshTime = 10;
    upperNum = 20;
    picPath = "images/picture";
    pictExt = ".jpg";
    }
    onClipEvent(enterFrame){
    if(t1 == null){
    t1 = getTimer();
  8. how long exactly is externity?

    how long exactly is externity?
  9. The streaming issue refers to Flash MX not...

    The streaming issue refers to Flash MX not breaking the stream when a new streamed data request is sent or when a stream container is destroyed.

    When a remote user loads a movie clip, then if...
  10. I agree with limiting focus to the actual...

    I agree with limiting focus to the actual problems -- not getting pissed at the company itself.

    Software is developed by a collection of minds and when it becomes large and complex it gets...
  11. I have noticed the shared library problem too -...

    I have noticed the shared library problem too - as well as constant crashing -- the damn thing crashes when I change panel layouts -- open the library or open reference pane --

    The streaming...
  12. Replies
    1
    Views
    542

    good question They don't have much of the...

    good question

    They don't have much of the video features documented ( Why the hell don't they document this stuff ) maybe there is a set sound method for the video object. have you tried...
  13. Replies
    2
    Views
    558

    on(press){ if(targetClip.min){...

    on(press){
    if(targetClip.min){
    targetClip.gotoAndStop('max')
    targetClip.min = false;
    }else{
    targetClip.gotoAndStop('min')
    targetClip.min = true;
    }
    }
  14. DONT USE NUMBERS IN GOTO COMMANDS!!!!!!! I...

    DONT USE NUMBERS IN GOTO COMMANDS!!!!!!!

    I tell my students this a thousand times -- You should always use frame labels when you know which frame you are telling the timeline to go to.

    Goto...
  15. Replies
    12
    Views
    1,253

    they have acknowledged it and are currently...

    they have acknowledged it and are currently working on a fix -- see the streaming issue http://board.flashkit.com/board/showthread.php?threadid=287626&pagenumber=lastpage
  16. Everybody knows this whole thing is Mikes fault,...

    Everybody knows this whole thing is Mikes fault, anyway. We know that you type in junk code into the Flash Player - we are on to you. You should have fixed the FLIPPING thing long ago, but I guess...
  17. Replies
    9
    Views
    1,028

    wow -- it won't let me type less than 'less...

    wow -- it won't let me type less than

    'less than 'songIndexArray.length){
  18. Replies
    9
    Views
    1,028

    this forum seems to crap out on some characters ...

    this forum seems to crap out on some characters

    in the last if of the playsong function the compared value should be
    <songIndexArray.length){
  19. Replies
    9
    Views
    1,028

    to play a song from the playlist ...

    to play a song from the playlist



    //creating Sound load and play functions
    function playSong(index){
    //getting song information from the musicDataArray...
  20. Replies
    9
    Views
    1,028

    I still get a dead link bud -- let me give...

    I still get a dead link bud --

    let me give you an example of an XML parser function -- simple and easy.



    //xmlobject and data container creation
    function loadPlaylist(playList) {...
  21. Replies
    9
    Views
    1,028

    I'd help you out, but the link you gave is a dea...

    I'd help you out, but the link you gave is a dea link. Email me the xml or post a good link.
  22. Replies
    14
    Views
    739

    I am using win2k and os10 at work, win 98 at...

    I am using win2k and os10 at work, win 98 at home. I have been having problems like crazy - that and when I change panel layouts, the application crashes. I am using multiple monitors on my windows...
  23. Replies
    14
    Views
    739

    I disagree, I have found gobs of bugs - that...

    I disagree, I have found gobs of bugs - that really diminish the value of the application - If you get it, keep Flash 5 installed - and if you open a Flash 5 file with Flash MX save it with another...
  24. Replies
    12
    Views
    737

    fanetti_scott@prc.com

    fanetti_scott@prc.com
  25. Replies
    12
    Views
    737

    what is the error message? is it saying clip...

    what is the error message? is it saying clip events are usable for movie clips only -- or something like that?
Results 1 to 25 of 141
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center