one more question… is there a way to add a function where the background slideshow can pause when you click a button and then start again when another button is clicked? thanks.
Posted 6 months ago
This allow you to embed images on background. Loading images on a ‘background’ layer, so your flash animation will not be affected. You have three ways to embed an image on background: 1.Align image in the top-left corner of the screen 2.Align image to the center of the screen (1&2 keep aspect ratio of the image) 3.Get the resolution of the scene and distort the image
Loading background images from an external xml file. Easy to add or remove images. For every image you can choose align mode.
Can be used like image gallery as well
Right click menu to get full screen
IMPORTANT ! – to load different images depend of your site location
First of all, when you try to load another images, you have to delete the existing images from “my_background” movieClip. Use this function:
function delete_clips(){
for(clips in my_background){
my_background[clips].removeMovieClip();
}
}
button.onRelease=function(){
delete_clips();
xml.load("another_file.xml");
}
Posted 10 months ago
one more question… is there a way to add a function where the background slideshow can pause when you click a button and then start again when another button is clicked? thanks.
Posted 6 months ago
the background get pixelated because the image resolution is not high enough.
To pause:
clearInterval(changeBackground);
To start:
changeBackground = setInterval(change_background, change_bk_speed);
Posted 6 months ago
Hi Vale I have emailed you a simulation of my project and have explained in much too much detail for posting here but I am still having trouble with images loading.
Deadline desperate, frustrated and would very much appreciate any help. thanks
Posted 6 months ago
hi, thank you for this file. i wanted to tweak it a little and i was wondering if you could help me. what i wanted to do was have one image load, pause it and then once i press a button, that image would fade out. any help on this is very much appreciated. thank you in advance.
Posted 5 months ago
Hello, I think this is a great file but I am having trouble getting my website to load on top of it and center itself like the obj_mc. I have tried everything I know and even tried to get it to load it as a swf but with no luck. What is the easiest way to achieve this? My website is a simply 800×600. Anyone have any luck doing this and any help they can share? Thank you!
Posted 5 months ago
everything seems to be working fine but i got a movieclip on da edge of the page which is a container that loads external swfs..how do i make sure they always stay in the same spot?
Posted 5 months ago
Hi,
My images is pixelate…
Have anyway to get better resolution?
I using images with 1164×691 px.
Thanks
dmgv[at]uol.com.br
Posted 5 months ago
hi can this be mod. to be random as well? if so, would it be simple to write in? thanks s
Posted 4 months ago
I bought this nice code, but want something more simple. I only want to use one image, without fading in. Can you please provide me with the code for this ? (through email)
Posted 2 months ago
Hi, thank you for this file, I would like to stop the first image background, and after on a button i want to go and stop to the second… the 3rd button i want to change the 3rde image…
Can u help me ?
Posted 2 months ago
I was looking for this file for a while. It works great! Thank you! One question though… Is it possible to align images at the bottom left corner of the screen? It would be great. If the answer is yes, could you please send me the code to use?
Thanks in advance,
Posted 2 days ago
can this background work as a background for the Elite package???
and are you planning an update for those who needs it for just 1 image?
Posted about 3 hours ago