A Flash Developer Resource Site

Search:

Type: Posts; User: sofiebel

Page 1 of 20 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    683

    No, static means that the font is automatically...

    No, static means that the font is automatically embedded in the movie, so that everyone who hasn't got the font installed on their computer can see it. Dynamic means it is not embedded and the font...
  2. Replies
    2
    Views
    566

    *When you move it, try moving it by a pixel a...

    *When you move it, try moving it by a pixel a time. Set the initial position on an integer value(x=100, y=100 and not x=100.3, y=99.8).
    *Try importing another format then you used now (i guess jpg,...
  3. Replies
    1
    Views
    445

    http://www.macromedia.com/support/flash/ts/documen...

    http://www.macromedia.com/support/flash/ts/documents/wmode.htm
  4. Replies
    1
    Views
    528

    http://www.macromedia.com/support/flash/ts/documen...

    http://www.macromedia.com/support/flash/ts/documents/movie_size01.htm
    http://www.macromedia.com/support/flash/ts/documents/bigflash.htm...
  5. Replies
    2
    Views
    439

    http://www.macromedia.com/support/flash/ts/documen...

    http://www.macromedia.com/support/flash/ts/documents/flashfonts.htm
    http://www.macromedia.com/support/flash/ts/documents/bitmap_fonts.htm...
  6. Replies
    2
    Views
    804

    http://www.flashkit.com/board/showthread.php?threa...

    http://www.flashkit.com/board/showthread.php?threadid=295270&highlight=crappy+images

    http://www.flashkit.com/board/showthread.php?threadid=309239&highlight=crappy+images
    ...
  7. Embedding is only possible when you use dynamic...

    Embedding is only possible when you use dynamic text. You used static and therefor the font is automatically embedded in the player.
    In you first post you mention that your menu uses dynamic text,...
  8. If you are in flash5 it's the [...] button.

    If you are in flash5 it's the [...] button.
  9. Replies
    6
    Views
    1,326

    Thanks for the replies! I found out that I...

    Thanks for the replies!

    I found out that I will need the flash communication server to properly stream and buffer the video. Otherwise synching of loaded bitmaps will not be correct, video sound...
  10. Replies
    3
    Views
    457

    MovieClip._currentframe Description ...

    MovieClip._currentframe

    Description

    Property (read-only); returns the number of the frame in which the playhead is located in the Timeline specified by MovieClip.

    Example

    The following...
  11. Replies
    10
    Views
    1,262

    Have you tried double clicking the picture in the...

    Have you tried double clicking the picture in the library and set the compression to Lossless(PNG/GIF) ?
  12. Replies
    10
    Views
    1,262

    http://www.macromedia.com/support/flash/ts/documen...

    http://www.macromedia.com/support/flash/ts/documents/alias_bitm.htm
  13. what code did you use ?

    what code did you use ?
  14. Replies
    2
    Views
    387

    Try: on(release){ ...

    Try:

    on(release){
    _root.main.AAStart.gotoAndPlay(39);
    }

    Make sure you have a movieclip on your main timeline called "main" and in that movieclip, you should have anotherone called "AAStart"....
  15. Replies
    3
    Views
    396

    Use the first code, but use framelabels in stead...

    Use the first code, but use framelabels in stead of frame numbers.
  16. Replies
    6
    Views
    1,326

    help with video streaming application

    I know my way around flash, but not as far as video is concerned. I'm used to director when it comes to video.
    I need to make a web server application that streams video and simultaniously shows...
  17. Replies
    2
    Views
    286

    http://www.flashkit.com/board/showthread.php?threa...

    http://www.flashkit.com/board/showthread.php?threadid=465776
  18. http://www.macromedia.com/support/flash/ts/documen...

    http://www.macromedia.com/support/flash/ts/documents/flash_email.htm
    http://web.tampabay.rr.com/flashed/examples/email.htm
  19. Replies
    3
    Views
    378

    Once you're in a movieclip inside a scene you...

    Once you're in a movieclip inside a scene you have to use _root to target the main timeline. Also the flashplayer will not recognise the scenes anymore, it will sort of create one big timeline. So...
  20. Replies
    3
    Views
    366

    Sorry, I meant during authoring.

    Sorry, I meant during authoring.
  21. Replies
    3
    Views
    366

    color selection

    Does anyone know of a way to make a (one click) color selection on a vector drawing in flash? Sort of like the color selection method in photoshop?
  22. Replies
    4
    Views
    459

    on (press) { getURL("mailto:mymail@mail.com");...

    on (press) {
    getURL("mailto:mymail@mail.com");
    }
  23. Allowscale is by default set to true. So if you...

    Allowscale is by default set to true. So if you don't use it, the movie will scale along to full screen.
  24. Replies
    2
    Views
    426

    Use framelabels: on (release) { ...

    Use framelabels:

    on (release) {
    _root.gotoAndPlay("framelabel");
    }
  25. Thread: mail to:

    by sofiebel
    Replies
    2
    Views
    381

    http://www.flashkit.com/board/showthread.php?threa...

    http://www.flashkit.com/board/showthread.php?threadid=463229&highlight=mailto
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