Search  
Search Options

FULLSCREEN RANDOM BACKGROUND IMAGES WITH SMOOTHING

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersFullscreen Random Background Images With Smoothing
Full_screen_preview

FULLSCREEN RANDOM BACKGROUND IMAGES

The ultimate background image file includes proportional image scaling and smoothing. It is also truly random using a cookie to ensure no image is loaded twice in a row!

FEATURES INCLUDE :

  • Preloader
  • Image smoothing! allows you to use smaller images
  • Cookie to ensure the same image is not loaded twice in a row
  • Image are resized proportionally
  • Images resized on browser resize
  • always centered content area
  • Clean code, help file and lots of comments.

Like this file? You might also like these files:

VIEW MY FULL PORTFOLIO | GET NOTIFIED OF NEW FILES


Posted about 1 year ago

Hi Chuck,

I bought this item and it works like a charm, thanks ! but i have a question you might be able to help me with.

i have a perfectly nice working swapdepth with ease window movie (windows swap depths and are dragable)

but if i have your movie load this swapdepth movie on another level, my levels don’t swap anymore, they are dragable and everything, but they don’t swap. i am not a big actionscripter and cannot find any solution to this, can you point me in the right direction ?

thanks

Posted 3 months ago

Hi Chuck,

Very nice work. But how i can use another preload? Mine load objects in the scene, but not file outside like yours, there’s a way to mix your file with mine?. Thank’s for all.

Marko

Posted 2 months ago

Hi Jordax,

that is very easy, just need to modify one value.

chuck

Posted 2 months ago

Hi MisterPear,

no offense, but that does not sound like it has anything to do with my file :-)

chuck

Posted 2 months ago

Hi honolulu1986,

sure, any preloader can be used, it would be best to stick with my current system and just modify the graphics to your needs.

chuck

Posted 2 months ago

Dear Chuck the Norris of Flash,

File works like a charm. One question though. My client would like the background to change and be specific to the page that it’s behind. For example is there a button function that when home is pressed it goes to 1.jpg?

Thanks, Snake

Posted 2 months ago

Hi p_zitty,

ok so you have a button on your stage named bgBtn, this could would change the background to 1.jpg:

bgBtn.swapDepths(99999)
bgBtn.onRelease = function () {
    preloader.loadClip("1.jpg", imgContainer);
}

chuck

Posted 2 months ago

Hi chuck,

Sorry, but maybe i was not clearly. Your preload, load only the background, so the external image but not the movie clip. Example, i put an image into moviClip info. when i test the movi the preload doesn’t start immetiadly, but only when the image that i put in is charged. I need to put into your file a preload that load the external image and the movieClip wher i put the website… Can you help me whit this?

Thank’s for all (sorry for my english)

Care, Marco

Posted 2 months ago

Hi,

how do I load external swfs into the fla? Or animate ontop of the background? If I create a graphic on another layer for the swf the background swamps it as soon as it loads. I have tried this.loadMovie(“ .swf”;); again same thing happens.

Thanks.

Posted 2 months ago

Hi, Before I buy this file could you tell me if it’s possible for the picture that it resize by the center of browser and not by top left corner ?

Sorry for my bad english too.

Thanks !

Posted 2 months ago

Is it possible to load two images together? like one above another?

ImageA with image_a, ImageB with image_b, and so on…

Posted about 1 month ago

Can i have an answer please?? I have posted my question 26 days ago….

Posted about 1 month ago

Hi, Is it possible to load a swf instead of an image as a background? I need an animated bg to a static content. If the answer is yes I will buy it now.

Thanks

Posted about 1 month ago

Hi Fy,

this file is probably what you are after:

http://flashden.net/item/fullscreen-random-background-videos-/4678

chuck

Posted about 1 month ago

Is this xml driven, or just AS?

Posted about 1 month ago

Hi, I’m just deciding wether this file or the swf loader is more suited to my project.

Can you please tell me if I set up this file to reload random images with a timer like with the code you posted earlier, will there be a black screen between loading or could it load the new picture while the old picture is on the screen.

Thanks.

Posted about 1 month ago

Hi Chuck,

I know how to get it to change from one pic to another like p_zitty wanted. However, I’d like it to change to a random pic when a button is pressed. I’ve tried everything I can think of, but every pic just stays the same and doesn’t change.

Thoughts?

- mkench

Posted 29 days ago

What a nice file this is, beautiful, very pleased with my purchase. And what’s more, he was able to help assist in a couple of follow up questions which he was not obligated to do. Class act all the way, buy this file, you’ll be just as pleased.

Posted 29 days ago

Great work, very easy! Thank you.

Posted 27 days ago

Hi, I have downloaded your full screen random background images file and the depth and blur xml menu. Could you please tell me how I overlay the menu on the fullscreen background images file? Thanks

Posted 13 days ago

please answer my question – i a happy to pay you for your assistance…

Posted 3 days ago

Hi gabrielsantana,

its not xml driven, not much point really!

chuck

Posted 3 days ago

Hi peejay,

its not really meant for that, you are better off looking at one of the slideshow files.

chuck

Posted 3 days ago

mkench,

bgBtn.swapDepths(99999)
bgBtn.onRelease = function () {
    var randNo:Number = Math.floor(Math.random()*numImages+1);
    preloader.loadClip(randNo+".jpg", imgContainer);
}

chuck

Posted 3 days ago

glassmagnolia,

not sure how you are loading it it, but basically its just a depth issue. Say you are loading into a MC name menu just do this.

menu.swapDepths(100)

chuck

Posted 3 days ago