A Flash Developer Resource Site

Search:

Type: Posts; User: rich

Page 1 of 20 1 2 3 4

Search: Search took 0.13 seconds.

  1. Thread: Font Question,...

    by rich
    Replies
    4
    Views
    405

    That's right. Flash will use the font installed...

    That's right. Flash will use the font installed on the machine when dealing with FLA's. It is only the swf that embeds the font.

    Rich.
  2. Thread: Font Question,...

    by rich
    Replies
    4
    Views
    405

    When you use a font in Flash it will add the Font...

    When you use a font in Flash it will add the Font characters needed to the swf ensuring the movie will display correctly on all machines.

    However if you use variable text fields you must specify...
  3. Replies
    2
    Views
    310

    If you do wish to use scenes then you should use...

    If you do wish to use scenes then you should use labels then goto the label in another scene. No need to specify the scene just make sure the label names are unique.

    By the way I would suggest...
  4. Replies
    1
    Views
    433

    The movie clip is just a holder - anything it...

    The movie clip is just a holder - anything it contains will be overwritten by the loaded movie.

    The actions in the first paragraph refer to actions in your main movie. They could be on the main...
  5. Replies
    5
    Views
    536

    You're right loading a movie into level 0 is your...

    You're right loading a movie into level 0 is your problem. The movie that is loading totally replaces the one at level 0.

    Rather than load into a level a better way is to load into a movie clip....
  6. Replies
    9
    Views
    610

    And add the following to whiteshadowx's solution...

    And add the following to whiteshadowx's solution

    <META HTPP-EQUIV ="pragma" content="nocache">,
    <META HTPP-EQUIV ="expires" content="Thu, 1 January 1900 00:00:00 PST">

    Rich.
  7. Replies
    4
    Views
    677

    The receiver only has to download the email...

    The receiver only has to download the email message and the Projector attachments – as with any email. I was assuming that you wanted to send attachments to people that won't or can't download the...
  8. Replies
    3
    Views
    621

    PC fla's need to be converted to Mac format (but...

    PC fla's need to be converted to Mac format (but not the other way around). Have a look at any movie in the Flashkit movie section and there is a link to a conversion program.

    Let me know if you...
  9. Replies
    2
    Views
    685

    There's is no way to do this with the align...

    There's is no way to do this with the align panel.
    Probably the easiest way is to use the info panel and work out the difference in the y pos of buttons 2 and 3 and apply this to the position of...
  10. Replies
    6
    Views
    656

    When you export a movie in Flash it will change...

    When you export a movie in Flash it will change BMP files into jpegs (or a gif etc). So you will still use the lossy format (unless it's a gif and even then conversion to a gif may discard...
  11. Loading variables into a nested movie clip and...

    Loading variables into a nested movie clip and displaying them in a nested movie off or online works fine for me. What script are you all using?

    Rich.
  12. Replies
    2
    Views
    384

    You certainly need some method to detect Flash or...

    You certainly need some method to detect Flash or have a first page giving the viewer the option to proceed knowing that they have Flash (an inset movie being the most common entry method). The Flash...
  13. Replies
    4
    Views
    550

    Try appealing to his good nature or see what your...

    Try appealing to his good nature or see what your contract with him says about ownership. And sorry if I sounded harsh before.

    Rich.
  14. Replies
    4
    Views
    677

    You can create a Flash Projector movie and attach...

    You can create a Flash Projector movie and attach this to your email. The Projectors (Win and Mac) have the Flash player built in so no download is required (other than the email!)

    You can create...
  15. Replies
    4
    Views
    550

    If the person who gave you the swf won't give you...

    If the person who gave you the swf won't give you the fla then it is probably because they don't want their work copying. You should respect their wishes and copyright :)

    Rich.
  16. Replies
    5
    Views
    737

    FlashGurus script will work fine providing the...

    FlashGurus script will work fine providing the movies are called "let1", "let2" etc.

    Have a look at your duplcate script checking the names the movies are given when they are duplicated.

    Let me...
  17. Replies
    6
    Views
    656

    I always import images as Jpeg (or Gif etc) not...

    I always import images as Jpeg (or Gif etc) not as an uncompressed bitmap, then making sure Flash uses the images compression settings not its own.

    The basic reasons for this are:
    You get better...
  18. Replies
    2
    Views
    443

    Is the text filed in a movie clip? It sounds like...

    Is the text filed in a movie clip? It sounds like the variable you are loading does not have the same target path as the one you are displaying. Try a trace of the variable just before the variable...
  19. Replies
    1
    Views
    454

    Have a look at...

    Have a look at http://www.ashzfall.com/examples/flash/fscom/
    It has numerous ways of communicating with Flash movies.

    Let me know if you need more,

    Rich.
  20. Replies
    1
    Views
    552

    I've seen the problem before - on a PC and the...

    I've seen the problem before - on a PC and the monitor was at 32 bit colour. Updating the Flash player solved the problem (a newer version of 4). Sorry don't know exactly which version of the Flash...
  21. Replies
    2
    Views
    542

    Drag the filetab of one of the inspector windows...

    Drag the filetab of one of the inspector windows onto a filetab of one of the other inspector windows and they will group together.

    Let me know if you need more,

    Rich.
  22. Replies
    2
    Views
    457

    Jpg’s can not be imported at run time using...

    Jpg’s can not be imported at run time using Flash. What you could do however is create a separate swf for each jpg then load this swf instead of the jpg.

    The only direct way to use jpg’s in...
  23. Replies
    2
    Views
    504

    200,000 is Flash's self-imposed limit on the...

    200,000 is Flash's self-imposed limit on the number of actions permitted per frame. It can not be changed. The only solution is to change your code so it has fewer actions to execute.

    Let me know...
  24. Yes use the property "_target" in a Get Property...

    Yes use the property "_target" in a Get Property statement or directly by for example Set Variable "/:mctargetname" = _target

    Let me know if you need more,

    Rich.
  25. Replies
    6
    Views
    682

    You only need one stop action because it will...

    You only need one stop action because it will affect all layers.
    However, if you stop the main timeline any movie clip will continue playing (movie clip timelines are independent).

    Let me know if...
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