A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Probably the strangest question ever XD

  1. #1
    Senior Member
    Join Date
    Sep 2008
    Posts
    100

    Probably the strangest question ever XD

    Ok I honestly am asking this. What is the best way to make a swf have a huge file size quickly say about 7 megs or more. I don't know what most would consider huge.

    I want to test how an animated preloader works because I am using gotoAndStop(loaderPecent) on the movie but it is automatically 100 percent with the small size it has. So what you think the best Idea to make it huge is.

    Most I've probably gotten with an swf is like 200-300 kb.

  2. #2
    M.D. mr_malee's Avatar
    Join Date
    Dec 2002
    Location
    Shelter
    Posts
    4,139
    go to google images, select high res only, download and slap in fla on frame 2.
    lather yourself up with soap - soap arcade

  3. #3
    ism BlinkOk's Avatar
    Join Date
    Aug 2001
    Location
    , location, location
    Posts
    5,002
    import an .avi moviclip there are heaps over at www.gametrailers.com
    Graphics Attract, Motion Engages, Gameplay Addicts
    XP Pro | P4 2.8Ghz | 2Gb | 80Gb,40Gb | 128Mb DDR ATI Radeon 9800 Pro

  4. #4
    Senior Member tonypa's Avatar
    Join Date
    Jul 2001
    Location
    Estonia
    Posts
    8,223
    Import a wav sound and turn off compression.

  5. #5
    Developer dVyper's Avatar
    Join Date
    Oct 2008
    Location
    UK
    Posts
    168
    If you're compiling the SWF in Flash you should be able to simulate different download speeds using 'View' -> 'Download Settings' and then 'Simulate Download' menu options in your SWF.

  6. #6
    Senior Member UnknownGuy's Avatar
    Join Date
    Jul 2003
    Location
    Canada
    Posts
    1,361
    Type actionscript as fast as you can. (No, don't do that )

  7. #7
    Member
    Join Date
    Mar 2009
    Posts
    60
    Convert the terminator series into a series of .exr files and display them in sequence! (exr files are really huge lossless image files)

    Or, add this:

    for (i = 0; i < 1; i++)
    {
    i = 0;
    }

    bwahahaha!!
    That's it, I'm fed up with having my barely-legal signatures criticized.

Tags for this Thread

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center