ActionScript 2.0 :: Fading Fullscreen Background Images?
Apr 11, 2011
I'm currently working on this site, which was made on a linear timeline and just rewinds and fast fowards to the frame with each page on [URL]
This was done with limited Actionscript, but now I need to redo it almost entirely in AS
I figure I need to keep everything on one frame (separate vertical frames, but no animation horizontally) and create movieclips for each page's content and tell it to fade in the content of whatever page is clicked on the nav, and fade out the rest. I will also need to do the same, but with the background images in fullscreen. I also have a problem with the bottom nav. It adjusts to window height on resize, but I can't get it to adjust automatically.
So how do I
1. Tell the movieclips to fade in and out when a button is clicked
2. Get the background images to fit full screen, and also fade in/out for each page
3. Get a movieclip to adjust to screen size without using onResize
View 0 Replies
Similar Posts:
Oct 7, 2009
I want to create a background that is made up of circles of different opacity levels. I would like the circles to continue to fade in and out while you are viewing animation. I was wondering what the best way to go about this is, using actionscript 3.
View 0 Replies
Jul 28, 2007
I have a quick question about fading a bg color using actionscript. I am creating a splash page at 800x600 in flash, which is being opened into a new window that fills the browser of the users screen. I already have the actionscript to open into a full browser window.
However, when the user clicks on a button in the 800x600 splash, the bg color in the full browser window will need to change from blue to white. What would be the best way to do this, is there a piece of actionscript that can be attached to a button to do this? Or does a large flash document size need to be created with the 800x600 centered in the middle?
View 1 Replies
Apr 14, 2010
I have been sent this website. When you click on an option from the menu, the menu and the background fade out to bring in a new background. The problem I am having is that I am trying to stop the menu fading out and just have the background change.The flash file for the part of the website I am working on can be found here:
http:[url].................
View 1 Replies
Jul 28, 2010
I've read through several tutorials but I must be doing something wrong on this. I'm using Adobe Flash Pro CS4. I am trying to create a short clip that fades text in over a bacground video. When I create a motion tween on the text track, I'm generating an error and the background video is no longer visible in the preview. Instead, I see the text over the stage background color. It is as if the background video track has switched to wireframe. Here are the steps I've followed:
1. Created Flash File (ActionScript 3.0).
2. Imported Video into the State background layer - it appears as a black image in the it previews fine at that point
3. Created new layer for text and placed text - it previews fine at this point, text is overlaying video
4. I right click on the text block and choose convert to symbol.
5. Next with the play head on the first frame and the Text layer selected I choose Create Motion Tween. This is when AFP throws this error:TypeError: Error #1009: Cannot access a property or method of a null object reference. at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::hookUpCustomComp onents() at [code]...
View 1 Replies
Jan 17, 2009
Here I've a sound track included in timeline from first frame (not in actionscript).
And after intro, I've a video button where I added a video with sound which starts to play by clicking
Now the problem is both background music & video sound mixing & creates a noise kinda combination.
I need a solution like fading out the background music if i click the video button & fading in when clicking some other button or navigating to other pages?[code]...
View 0 Replies
Sep 20, 2010
I have a flash file with a background music sound object, and I have a video player at a particular section on the timeline. When the playback head goes to the section with the video player, I would like the background music to fade, but of course, I need the volume to be up for the video. The code I have works find to fade the audio, but the problem is that the video's sound also turns off.
This is the code at the beginning of the timeline:
_global.volumeVar = 40; //Stores the current volume.
bgSound = new Sound(this); //This block works finebgSound.attachSound("music");bgSound.start(0,99);
bgSound.setVolume(0);
[Code] .....
Further down the time line, in the video player section, there this code, which works to fade the sound, but seems to turn off the video, too:
nInterval = setInterval(fadeOutSound, _global.volumeVar);
View 5 Replies
Oct 4, 2010
I have assembled a preloader using the method from this site, everything seem to work except for one problem My site supposed to start from a black background and the image fading in. However once I placed the preloader the image dose not fade in but appears right away to the full strength after the preloader gone to 100% Looks like it jumps to a few frames after the first frame of the main swf file. Please take a look at [URL] If you reload again you will see how the image fade in.
View 1 Replies
Sep 8, 2007
how to have say... 5 images fading from one to another, looping using action script. I found a tut which does it using tweening, that's simple enough but apparently action script will reduce the file size and make it smoother.
View 14 Replies
Jul 19, 2004
I�ve made this photo galery but i�d like to add some extra things but don�t know how to do it.
#1 - a preloader for the image loading,
#2 - make the image to show gradually like fading in in the box.
View 1 Replies
May 26, 2009
I'm no professional flash designer but I've got a partially built site at url... and I've used a piece of generic javascript to make the background scaleable, but it doesn't seem to be the most appropriate thing to be doing as it doesn't detect any scaling of the browser while the preloader is running,(eg. if you resize the browser while its loading it wont have resized the background once its loaded), could anyone direct me to a script or tutorial in AS3 that would resize even if adjusted while the preloader is running? I've found a couple in AS2 but i'm not quite smart enough to make it in AS3 myself yet.
View 9 Replies
Jul 8, 2010
i am using the code from noponies on a personal project i am finding some issues that i cant solve with my limited knowledge the main code is
Code:
//init
import flash.display.BitmapData;
[code]....
View 5 Replies
Apr 15, 2009
I'm trying to do an animation in which 4 images will fade from one to the other. The problem is that they need to fade on a button command as opposed to a timed base. Meaning... there will be four buttons on top of the images, pretty much like onbut instead of the images going away and then having the new one come in, they have to fade from one to the other. Since the user can go from one to the next randomly, the image that's displaying has to fade out and the image whose number the user clicked has to fade in on top.
View 1 Replies
Aug 16, 2010
I'm using the Loader class in AS3.0 to load external images. I need to load a random image each time and I'm using a timer to load a new image after 5 seconds or so. When I load the first image,
[Code]...
The problem is that my fading routine does not work. One image loads, and the next one appears straight away when it is finished loading.
My code feels like a bit of a hack...is there a nicer way that actually works...?
View 2 Replies
Nov 19, 2010
I am trying to take ten images, load them into an array, and then show them one at a time,fading out each one in turn. I keep getting this error.
ReferenceError: Error #1056: Cannot create property alpha on String.
at fl.transitions::Tween/setPosition()
at fl.transitions::Tween/set position()
at fl.transitions::Tween()
[Code]....
View 2 Replies
Sep 15, 2006
I already created my photo gallery with : down thumbnails and up a display with the big picture appearing when I pass my mouse over the thumbnails. Till now the pictures are just appearing in the display with no effect . How can I make them appear fading in the main display. May'be see my fla for better idea.
View 3 Replies
Mar 20, 2007
my Flash file loads 1 of 6 random images onto the stage when it loads using the following code, how can I make the random images fade onto the stage? Starting at alpha 0 and ending at 100?
[code]
var myClip = this.createEmptyMovieClip("mcl", this.getNextHighestDepth());
var myLoader = new MovieClipLoader();
var myListener = new Object();
[Code]....
View 1 Replies
Aug 8, 2008
I'm working on a little slideshow that loads images on an interval. The images load on the stage fine. But there are no transitions. I want it so it fades. But at the moment they just go on the stage.[code]...
View 14 Replies
Jan 29, 2010
I wonder how you can put a fullsize background image to a website using Flash, similar to how www.zugspitze.de does.I can copy the HTML code but what does the flash document looks like?
View 1 Replies
May 21, 2010
I need to create a fullscreen background when I press a button, so I created this code, it works only if I'm not in fullscreen mode... why??
ActionScript Code:
import flash.display.Sprite;
stage.addEventListener(Event.RESIZE,resizing);
[Code].....
I can't understand why if I push de button to go full screen and then I press the button to create the "ombra" sprite, it doesent work, it doesnt create the sprite, but If I press esc to go out the full screen, it magically apper.
If I press the createOmbra button before going full screen everithing works fine.
View 2 Replies
Oct 21, 2009
I just wana use a full screen background one that fills up the screen and not the browser controls that's not what I want. I mean like this: [URL].
View 6 Replies
Mar 2, 2009
I've always struggled with this for some reason, but say I have 5 images loading from XML. How would I make it so they would cross fade each other on an endless loop? I can make it so it gets to the end by loading them on top of each other and then fading each one out, but once I get to the end I'm lost.
View 1 Replies
Jun 9, 2010
I'm still new to flash and I'm working on image transition. I have 3 movie clips on the main stage, frame 1. The 3 clips are called 'mc1', 'mc2' and 'mc3'. I've managed to load images in to the 3 movie clips by calling a php script (Select.php) to pass the image paths back to my flash movie in an array. This is all the actionscript I have on frame 1:
Code:
myVars = new LoadVars()
// Load the vars from the external Php file
myVars.load("Select.php")
myVars.onLoad = function(success) {
// Split the variables
[Code] .....
This seems to work ok. Now I want to fade the images in rather than have them just pop up. I think I'll need to put in some kind of pause to wait until the images are loaded before I try any fading but I don't know how to do that. What I need to do to fade my images in once they have loaded rather than just have them pop up?
View 5 Replies
Mar 29, 2009
got the fading working on an xml driven gallery i made, but after clicking the images a few times the fade effect gets faster and faster and eventually stops working.
link to test file:
[URL]
code: (all in one frame)
Code:
var showVar = new Number();
var fadeDone = new Boolean();
showVar = 0;
[Code]....
View 2 Replies
Mar 5, 2010
I'm still an amateur at flash (more precisely, actionscript), how to do a simple gallery with static thumbnails which, when clicked, dynamically load an image into an empty movie clip, fading in and out (using actionscript)? By that I mean, click on a thumbnail, main image fades in, click on another thumbnail, loaded image fades out, image of clicked thumbnail fades in. Is it possible? I have successfully achieved thumbnails that load an image externally using both XML and using the ordinary loadMovie function, opting in the end for the loadMovie function and modifying AnaS' [URL] code (some of his comments are still in there). The reasons being that I'm not particularly concerned if I can't use XML for this, but I do want the images to load externally to save space.
I figure that the thumbnails are small enough in file size for me to afford to put them in, but just in case anyone think that XML is better for the job, I'm also including my XML file. On top of AnaS' code, I have added an if-else statement (lines 13-21) but, as I have said before, I'm an amateur, so I can get my head around the 'if' part of the statement, but haven't figured out the 'else' section (namely, the fade out). From what I have seen (I've been looking for the solution for a long time), most people just settle for fading the image either in or out, but rarely both. If there IS a gallery with both fades, it is usually done professionally and the code is either unavailable or goes over my head.
How to click on a thumbnail and load and unload the image using in and out fades. I have seen something which is almost what I need (both fade in and fade out are present) in the form of Kirupa's XML gallery, but I wanted to make mine just the bare essentials and really simple (i.e., no carousel/sliding effects). I just noticed that there is no tutorial for something like this. Kirupa has two very, very good tutorials (the XML portfolio, which is very simple, and the XML gallery with the slide, which is quite advanced) but not an 'in-between' one, such as the one I'm trying to create. [URL]. I have an empty movie clip ('loader') and three thumbnails ('thumb1', 'thumb2' and 'thumb3') on the stage.
My code:
this.onEnterFrame=function() {
if (loader._alpha <100) {
loader._alpha += 5;
} /*else {
if (loader._alpha > 0) {
loader._alpha -= 5;
[Code] .....
View 2 Replies
Jul 19, 2004
I've made this photo gallery but I'd like to add some extra things but don't know how to do it.
#1 - a preloader for the image loading,
#2 - make the image to show gradually like fading in in the box.
View 1 Replies
Sep 26, 2011
I'm creating a site and am trying to achieve a full screen video background like this: [URL]. The idea is that it adapts to any screen resolution/size (is this called ScaleMode?) Which is the easiest way to get this effect - is there some sort of code or application to make it easier? Also, which video size should I pick so it shows correctly in all resolutions?
View 1 Replies
Feb 4, 2010
I want to load an image into the background of my Flex app. However, I am wondering about a few things, and have a few contraints.I want it to be much like the way it's done with CSS. See this example of fullscreen background images with CSS.It is very important that there is no white-space (background colour) showing behind the image, and that the image is not stretched. This would mean some of the image would be cut off. This is absolutly fine. Actually, the first five points in the bulleted list on the linked page above are all exactly what I am after.I am relitivly new to the Flex framework, but have a strong AS3 background. So I can do this easily with actionscript using a mask, stage.width/height, the stages RESIZE event, and a little bit of Math. But I am wondering what would be the "Flex" way of doing this?I don't want to narrow the answers, but would I create my own component, that extends canvas, that I put behind all my other content? Or to I set some property of the application?
View 5 Replies
May 31, 2011
Is there a way to get transparent background when in fullscreen mode in flash? I tried the following:
<!DOCTYPE HTML>
<html><head>
<style type="text/css">
body{background:#666;}
</style>
[Code] .....
View 1 Replies
Feb 6, 2012
I'm creating a fullscreen projector that has an FLV file on the stage. I successfully got the FLV to appear non full screen by using the answers for the following question:
Non-fullscreen FLVPlayback
However, the background still goes black just before the FLV comes to the stage.
It runs fine when the projector is not set to fullscreen - background is there along with my close button.
View 1 Replies