A Flash Developer Resource Site

Search:

Type: Posts; User: velez

Page 1 of 20 1 2 3 4

Search: Search took 0.67 seconds.

  1. The answer to this is that it depends on how you...

    The answer to this is that it depends on how you create the movie.

    The objects that load (before movie plays) is up to you (the artist). The placement of your objects is important. If you place...
  2. Swish is a "design tool". Just like any tool,...

    Swish is a "design tool". Just like any tool, you use it to create...

    The advantages of flash content is that it adds interactivity. If used correctly, it can enhance a user's visit. If used...
  3. Replies
    10
    Views
    1,097

    here's a fix ... I just created a "container"...

    here's a fix ... I just created a "container" sprite and added all your sprites within this sprite ... check the attached file

    If the sprites are to big I recommend using LOAD MOVIE.
  4. Replies
    6
    Views
    620

    have you checked your frame rate? if you mean...

    have you checked your frame rate?

    if you mean the movie staggers from frame to frame than you need to remove some effects. (This is different from system to system.)

    Some effects are more...
  5. Replies
    45
    Views
    1,953

    an easy way for you to find the right path is to...

    an easy way for you to find the right path is to build the loaded movie within the main movie (within the sprite where it is currently loading). When everything is working properly transfer it's...
  6. Replies
    45
    Views
    1,953

    use absolute address whenever possible ... for...

    use absolute address whenever possible ...

    for example:
    MAIN movie ... will consist of 4 main sprites
    - sprite A (parent sprite)
    - sprite B (parent sprite)
    - - sprite Ba (child sprite of...
  7. Replies
    4
    Views
    977

    jay is correct. My guess is you have something...

    jay is correct.
    My guess is you have something wrong with your actions or in this case no actions.

    Build your whole movie as a preloader ...
    eg.
    if frame {last frame of movie} is loaded...
  8. Replies
    10
    Views
    1,555

    Software developers who have created CD-ROM...

    Software developers who have created CD-ROM content that depends on Shockwave and Flash technology can distribute the Players themselves rather than requiring their customers to download the Players...
  9. Replies
    6
    Views
    654

    Replace your index.htm or home.htm with the...

    Replace your index.htm or home.htm with the content of your movie1.htm.

    In other words, the content (flash code) within the movie1.htm should be inserted into index.htm or home.htm
    -------------...
  10. Replies
    11
    Views
    725

    Some clarification is needed ... Are you...

    Some clarification is needed ...

    Are you LOADing an swf into your movie?
    or
    Do you want to open a different swf within the same browser?
    ----------------------
    This happens when you open an...
  11. Replies
    8
    Views
    529

    Load all movies into a container (sprite) ......

    Load all movies into a container (sprite) ... thus, you will be able to UnLoad by removing the container (sprite)
  12. Replies
    3
    Views
    750

    One alternative ...

    Currently you have all your objects within 1 scene or 1 sprite. You need to change this ...

    Insert the scrolling text into a sprite (call it scroll) ...

    Modify your button, call the sprite...
  13. Replies
    3
    Views
    540

    Sorry, it doesn't work. The intro needs to...

    Sorry, it doesn't work.

    The intro needs to 'grab'. It doesn't do this.

    Use adjectives in BOLD large letters.
    Find a better sound or use no sound at all.
    Make it exciting/entertaining.
    ...
  14. Replies
    13
    Views
    949

    Good site ics ... Here is a list of resources...

    Good site ics ...

    Here is a list of resources that will help you in translating/writing to the English language (It's great for everyone.) ...
    http://www.dictionary.com
    http://www.m-w.com/...
  15. Replies
    7
    Views
    752

    or If the movie is small enough (it looks like...

    or

    If the movie is small enough (it looks like it is) you can make the whole movie a preloader.

    In other words, there is nothing stopping you from using the same commands on your movie that you...
  16. Thread: 100% stuck

    by velez
    Replies
    2
    Views
    558

    I'm not sure what you have but to remove the...

    I'm not sure what you have but to remove the margins around your 100% movie ...

    Insert this code into your HEAD section:

    <style type = 'text/css'>
    <!--
    margin:0px;
    -->
    </style>
  17. Thread: loops

    by velez
    Replies
    5
    Views
    956

    You need to use sprites and tell target. (This...

    You need to use sprites and tell target.

    (This is a quickie for you.)
    OK, we want our movie to loop 4 times.

    At the end of the movie, tell target the sprite
    (to PLAY)
    .
    In the sprite, you...
  18. Replies
    2
    Views
    622

    Remove frame 21 and Insert a frame at 0...

    Remove frame 21
    and
    Insert a frame at 0 (everything will move to the right by 1 frame). This will give the flash player a chance to "understand" what is going on.
  19. Thread: mailto: in .exe

    by velez
    Replies
    21
    Views
    1,928

    Executable works on my end ... you have to look...

    Executable works on my end ... you have to look for a common denominator ...

    tested in flash player 4, flash player 5.0.30, flash player 6.0.21, and 6.0.50 ... in executable form. All worked.
  20. Thread: mailto: in .exe

    by velez
    Replies
    21
    Views
    1,928

    It works on this end. I have the latest player,...

    It works on this end.
    I have the latest player, IE, and XP.

    Try using the Goto URL"mailto:im@yourcompany.com?subject=Mail me&body=Please work&cc=ur@anothercompany.com"
  21. Replies
    12
    Views
    1,299

    Again, great job on the competition! Thanks...

    Again, great job on the competition!

    Thanks for sharing. I'm sure the whole community appreciates it.
  22. Replies
    4
    Views
    778

    window.open('http://www.total-impact.com','joevele...

    window.open('http://www.total-impact.com','joevelez','width=300,height=300,resizable=yes,scrollbars=no,top='+((screen.availHeight/2)-(300/2))+',left='+((screen.availWidth/2)-(300/2))+'');void(0);

    ...
  23. Replies
    3
    Views
    591

    SWISH Load_External_Movie tutorial...

    SWISH Load_External_Movie tutorial
  24. Thread: Preloading

    by velez
    Replies
    4
    Views
    899

    A loaded movie can hog resources while main movie...

    A loaded movie can hog resources while main movie is playing. I suggest you insert a STOP (at first frame of loaded movie) to prohibit loaded movie from playing in the background.
  25. Replies
    7
    Views
    1,313

    There is something definately wrong with the...

    There is something definately wrong with the preloader. Absolute/Relative urls have nothing to do with your problem. Once a movie is cached you need not see the preloader again.

    Some of your...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center