A Flash Developer Resource Site

Search:

Type: Posts; User: FatCat

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    685

    Amen brother, amen

    Amen brother, amen
  2. Replies
    3
    Views
    643

    !? ...I mean, I guess they'll have to make...

    !?

    ...I mean, I guess they'll have to make that move themselves.
  3. Hi Corr: When exporting your file as JPEG be...

    Hi Corr:

    When exporting your file as JPEG be sure to pump up the resolution, and be sure to check the dimensions, so it's not being rescaled.

    Also be sure to select 24 bits for full color

    If...
  4. Replies
    1
    Views
    326

    Here on FlashKit theres a whole section on music...

    Here on FlashKit theres a whole section on music loops, maybe you'll find something useful. ^_^
  5. Replies
    3
    Views
    453

    Yo people! All you have to do is put a simple...

    Yo people!

    All you have to do is put a simple line in the first keyframe of your new page:


    unloadMovieNum(3)

    I'm assuming that once you get back to first page, the code you already have...
  6. Replies
    8
    Views
    641

    Congrats! ^_^

    Congrats! ^_^
  7. Replies
    8
    Views
    641

    Modify > Document > Frame rate or Ctrl+F3 >...

    Modify > Document > Frame rate

    or Ctrl+F3 > Frame rate
  8. Thread: Corrupt file?

    by FatCat
    Replies
    4
    Views
    549

    Hi Bill: I've never had a corrupt file in MX,...

    Hi Bill:

    I've never had a corrupt file in MX, but corrupt fonts in Mac is everyday stuff. Since Mac treats fonts as OS resources, they get rewritten every so often and different versions of the...
  9. Replies
    5
    Views
    543

    Hi Sawn: Well... it should play, so maybe it's...

    Hi Sawn:

    Well... it should play, so maybe it's a problem with the flv file itself.

    You can try making a swf instead of the flv, other than that... all I can think of, are the settings used to...
  10. Replies
    5
    Views
    543

    In the frame you want the movie to play put...

    In the frame you want the movie to play put something like this:

    stop();
    this.createEmptyMovieClip(my_movie_mc,1)
    this.loadMovie("your_file.flv",my_movie_mc);

    The movie will load at the top...
  11. Replies
    3
    Views
    643

    Hi sluap: I don't think it can be done with...

    Hi sluap:

    I don't think it can be done with AS, since this is something controlled by the OS.

    Maybe there's some other way to get around this, why you want to minimize the projector? are you...
  12. Hi Cheska: Though work!, in order to use the...

    Hi Cheska:

    Though work!, in order to use the video on the DVD you'll need an application or "ripper" to get them into your HD, and then another one to edit the video into a useful format.

    You...
  13. Thread: Corrupt file?

    by FatCat
    Replies
    4
    Views
    549

    Calm down Bill: Can you describe the message...

    Calm down Bill:

    Can you describe the message you get?

    It may be a corrupted font and not a corrupted file, and may be just a font dscrepancy...

    ...let's hope ^_^
  14. Replies
    5
    Views
    543

    Hi Shawn: In order to load movies dynamically,...

    Hi Shawn:

    In order to load movies dynamically, you need to convert them to flv files or embbed them into another swf first.

    Flash can only load flv, swf and jpg at runtime

    Hope this helps
  15. Replies
    5
    Views
    685

    Raven: Flash will only render what you see in...

    Raven:

    Flash will only render what you see in on the main timeline, any mc wiith timelines of their own will render the first frame only......

    ...I learned it the hard way many years ago, and...
  16. Replies
    8
    Views
    609

    Hi Danima: _level0.nextFrame();...

    Hi Danima:



    _level0.nextFrame();
    unloadMovie(_self);

    For some reason I don't think your movies are being unloaded, this button you refer to... it looks like is on the loaded movie since you...
  17. Replies
    5
    Views
    562

    U are served ^_^

    U are served ^_^
  18. Replies
    8
    Views
    609

    Hi Danima: Of course I don't have much info...

    Hi Danima:

    Of course I don't have much info about your project, but sounds like you are running out of resources (RAM).

    I'm curious about the method you used to insert the 6 movies into your...
  19. Thread: save as

    by FatCat
    Replies
    3
    Views
    480

    You mean like a screen grabber??

    You mean like a screen grabber??
  20. Replies
    6
    Views
    664

    Hi ibprod: You may want to try putting this in...

    Hi ibprod:

    You may want to try putting this in the first fram of your swf:


    fscommand ("fullscreen",true);

    This will force the swf to scale to fill the HTML page.

    --Hope this helps! ^_^
  21. Replies
    7
    Views
    582

    Estudioworks is absolutely right, and even...

    Estudioworks is absolutely right, and even commercial films run at 24 fps!!!

    Remember that HTML is like a layered cake and memory and performance is lost on every layer: System > browser > HTML...
  22. Replies
    2
    Views
    367

    actually... fscommand is also used to pass...

    actually... fscommand is also used to pass commands and variables to the HTML host page, Web Browser, Director and Javascript, it can call up VBasic and ActiveX aware applications, open almost any...
  23. Replies
    2
    Views
    748

    In the path of the target you need to include the...

    In the path of the target you need to include the name of the MC that contains the label you want to go to:


    _root.movie-in-frame-1_mc.gotoAndPlay("backslide");

    Of course this means that you...
  24. Replies
    2
    Views
    418

    If you are using Flash 6 or above, don't use a...

    If you are using Flash 6 or above, don't use a variable name, use an instance name.

    Name the textfield in the propieties panel and you can target it from anywhere in the script, no matter if is...
  25. Replies
    3
    Views
    1,002

    Hi snarklops, hope you are well: If I were you...

    Hi snarklops, hope you are well:

    If I were you I'd go for case 1 (in code: less is more)

    Case 2 seems to me more troubling than elegant because you'll have to juggle the code for the buttons...
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center