Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Flash MX 2004 export quality

  1. #1
    Join Date
    Aug 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flash MX 2004 export quality

    I have problem exporting the .fla to .swf

    1. Yes, .jpeg export quality is set to 100%

    2. compres movie = no

    3. I tried adding _quality = "BEST" in first frame, but it dosen't help (maybe I'm doing it wrong tho, so if someone could explain how to do I would appriciate it).

    4. Quality is great when I edit .fla in Flash.

    Here is the swf if you want to see why I complain about quality. (Note: it is 3 mb big (need to clean up library ))

    http://hpd.bizhat.com/HPD.swf

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    3mb is huuuuuge for a flash file. You wouldn't want it any larger, especially not without a preloader.

    As for quality, it looks fine here. Check your browser's built in player settings.
    And don't export JPEG's at 100% - that creates huge files. Stick to 50% or thereabouts. If it creates usuable results, vector-trace the bitmaps.

    cr3
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Yup, doesn't look too bad here either. Certainly acceptable.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Dec 2004
    Posts
    157
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    great, thats awesome.

  5. #5
    Join Date
    Aug 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yea 3 mb is big, but 2 of 3 mb is the song, and my library is full of pics and stuff I don't need. That will offcourse change afterwords. The quality is acceptable just like Twey sad but not 100%, I mast have everything perfect =)

    Lmao I didn't even notice there is no preloader, it was there, but I must have messed up the code afterwords, tnx for warning. As for browser settings, everything is set up right.

    I ll clean up the fla and report back then.

    tnx guys

  6. #6
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    2 of 3 mb is the song

    That's way too large. You can easily compress that down to 250kb using the built in tools in Flash.

    cr3
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    What format are you using for the song?
    Try oggenc'ing it, or whatever the equivalent verb is for MP3.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Aug 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Song is in mp3, but I tried compresing it in flash, it sad it will be 16% of original (300kb or so) but when I exported, the size was same. I ll deal with that by compresing the song more before I import it to .fla.

    What I realy don't understand now is what happend to my preloader... first there is no preloader, than it apperas when the movie is half loaded, bar is on the half and it loads fine till the end than.

    Here is my preloader code, I can't find anything wrong tho... Maybe you will:

    Code:
    t = this.getBytesTotal();
    l = this.getBytesLoaded();
    p = l / t * 100;
    _root.PreloaderBar.gotoAndStop(Math.round(p / 1) + 1);
    _root.PreLoaderBar.PercentL = String(int(p)) add "%";
    Last edited by Goran; 08-06-2005 at 10:37 AM.

  9. #9
    Join Date
    Aug 2005
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, I got it to 1,07mb, the music is to compressed though, but nvm, I'm gona use something else anyway. I did little changes, the progress bar is still not working (still waiting for some ideas).

    I found out how to export full qualiy! What I had to do is that I had to go to library and find symbol I want to export in better quality, than setup the export settings manualy for every symbol (defoult is 50, 100 is full quality). Now exported pics look great

    So... I gues that is the only way to export non jpeg pics in best quality, or there is maybe something I did wrong in the beggining

    You can see updated version on same url http://hpd.bizhat.com/HPD.swf
    Last edited by Goran; 08-06-2005 at 03:47 PM.

  10. #10
    Join Date
    Dec 2004
    Posts
    157
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    can you link to the song and rename it as a bin?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •