ActionScript 2.0 :: Scalable Background Image - Centered Content

Jan 15, 2009

I recently found a great tutorial for making a scalable background image on: [URL] which has worked a treat. But my content is now positioned top left. How can I centre it without effecting the background? The full code I'm using on the first frame is below. I can centre all the content by changing Stage.align to "T", but then the background image has a nasty white space on the left hand side when the user resizes the browser.

I'm a flash newbie, can do some basics:
//set stage for FBF
Stage.align = "TL";
Stage.scaleMode = "noScale";
//define dynamic aspect ratios
picHeight = new Object ();
picHeight = pic._height / pic._width;
[Code] .....

View 6 Replies


Similar Posts:


ActionScript 2.0 :: CS3 Scalable Background Animation With Fixed Size Content

May 21, 2009

I'm trying to create a simple splash page for a site that has a scalable background animation, with a fixed size content animation that will stay centred for different sized browser windows or if the window is resized.[code]In general am I on the right track to achieve something similar to the example I posted? Is there a better method to use?

View 1 Replies

Image As Background / Resizing / Scalable Background

Jul 24, 2009

I am relatively new to Flash CS3 and i have been learning Action-script 3 over the past week. I have come quite a long way and i have made a site in flash but i just have a question.I have been using an image as my background and i am happy with the way flash automatically scales all the objects in my file but the background image does not scale. Is there a way to do this? I have found out things online which show me how to add auto-resizing to the background but this knocks off the flash auto scaling/resizing for everything else.

View 4 Replies

ActionScript 3.0 :: Full Screen Background With Content Always Centered?

Jun 14, 2009

[URL]

I have gone through it all and it works great for the tutorial but I tried replacing the background with an image and when the browser is resized to full screen it distorts the image and stretches it out of proportion. Does anyone know how I can have the background image resized to the full screen and stay in proportion?

I basically want to create the exact functionality as [URL]

View 1 Replies

ActionScript 3.0 :: Flash Content Under Background Image

Dec 18, 2011

I downloaded a file for full screen re-sizable background flash. I'm new to Flash. I started to make site from there, but when I draw anything, & compile it. my drawing goes behind this background.

View 1 Replies

ActionScript 2.0 :: SWF Views Are Never Centered And Image Is Cut Off?

Apr 7, 2011

Why when I view my flash files in the flash player or by using Control+Enter or F12, are they never centered so that I can see the whole page at once? Toggling, by first zooming in and then fighting to push and pull it the right way, is not only a pain and frustrating, but it also decreases the quality of the image. I know what it looks like when it's clear, but if I need to send it to someone else who doesn't have the program and only the flash player, they are not going to be able to view the image at it's best. Does the problem have to do with how the image is centered on the stage when I save, the file size, what?

View 2 Replies

ActionScript 2.0 :: Scaling A Centered Image To Longest Dimension

Apr 11, 2008

URL...Basically I would like the loaded jpg to center and scale to it's longest side within the stage. So a portrait shot will stretch 100% from top to bottom but might have bars on either side. A landscape shot might letterbox if it is short enough. However, if the landscape shot is too tall, the top and bottom would bleed off the screen.

View 14 Replies

Javascript :: Video With Transparent Background On Page Above Image Background?

May 2, 2010

I want to embed some video into my HTML page. As background I want to use big picture. And above it I want to insert loop video with (i.e.) walking man.So, can I embed video (without flash and any player controls) in page?Can I decode video with transparent background? Is there any codecs which support transparent background (alpha-channel)?

View 1 Replies

ActionScript 3.0 :: Print The Content Of A Sprite Without The Background?

Oct 28, 2009

How can I only print the content of a sprite (here a simple text) without the background color of the document?

View 4 Replies

Flash :: Content Causing Background Re-draw In IE & FF3?

Jan 3, 2011

Whenever I include flash content on a page it causes IE & FF3+ to redraw the background.This does not happen in Google Chrome, Safari, or FF2.
 
On every page of my site there is a small flash animation that is in a hidden div.  That flash content become visible and plays on a mouse-over event.  That all works fine.  However, in the above mentioned browsers, that flash content causes the site's background to be redrawn on every page-load, causing a flicker.  Is there any way to prevent this?  A google search revealed other people having the same issue, but no resolution.

[Code]...

View 1 Replies

ActionScript 2.0 :: Swf Object/alternative Content Background?

Jan 23, 2009

I am using the SWFObject and alternative content for a flash navigation. Unfortunately, if the viewer does have Flash installed, a white box appears before the nav appears. I am using a gif as a tiling background image for the nav, therefore the swf has a transparent background. Everything is good except for the second that the white box shows up.here's a bit of CSS and XHTML, but I have looked at this as well as the flash document, but I have been able to resolve the issue, and I'm out of ideas.

View 2 Replies

Actionscript 3.0 :: Center Content And Continues Background

Apr 27, 2009

I have a project in which the client would like the contents to be centered on his browser but the background to fill the whole window... this would be simple enough if the background was a solid color... the problem I am facing is that the background has a design to it (see attached). I found a good tutorial on: [URL] ...that is the basics of what I am trying to achieve, but not quite there. The RED bars on my attachment would be the center of the content...

View 4 Replies

ActionScript 2.0 :: Allowing Background Scaling - Content Not

Jul 15, 2004

I want to use a gradient as background for my flash movie, but I want this background to cover the whole browser's window just like Adopt Design does it (check out Adopt Design). The content of the flash movie should NOT be resizable with the browser's window though. So, I used this code:

[Code]...
in the HTML file I did set the margins to 0pix and the SWF's height and width to 100%. But when I type in the address in the browser to open the page the first time, I see the flash movie in the center with white background around it anyway, and when I resize the browser's window (even if just 1pix) everything is perfect. What's happening? check the problem in a JPG: the site (notice what changes when you resize the window, after opening)[URL]

View 4 Replies

Actionscript 3 :: Avoid Image To Get Stretched When Used As Background Image, In Flex

Dec 12, 2009

I am developing a website in flex. And in that, i am trying to set the background image of my application. like this: parentApplication.setStyle("backgroundImage", data.image_src);

From a different location.

My issue is that, the images that i have are small and hence they are being stretched when used as background images. I want to avoid that from happening. How can i do it?

View 1 Replies

ActionScript 2.0 :: Image Pan - Making The Background Image Move Around As If It The Scene Is A POV

Mar 7, 2011

was wondering if anyone could assist me with some actionscript. I am working on a project similar to this (thehideout.org.uk/refuge/) and making the background image move around as if it the scene is a POV.

View 1 Replies

ActionScript 3.0 :: Does Loaded Content Get Choppy While Loading In Background

Apr 27, 2010

I have some preloader (timeline-based) content and some FLV's that I want the user to see while other content is loading in the background. The preloaded content and the FLV's are very choppy while the content is loading and run fine afterward. I initially thought this might be a RAM issue, but my other apps are running fine at the same time (YouTube, etc.) so I think it's an issue within my code or Flash Player. How do the really nice preloaders (animation on timeline OR FLV's) run so smoothly while background content is loaded? For example, are they independent SWF's? internalized classes exported for Actionscript? some other option I'm not privy to? Mine, for example, are internal classes in the main library that I have exported for AS.

View 6 Replies

ActionScript 2.0 :: Fullscreen Flash Background With Centreing Content?

Mar 12, 2010

I have spent days trying to figure out how to what on paper sounds really simple in flash.All i want is to be able to have a full flash page with a background that stretches fluently across. and for the windows or content inside that page to stay in proportion to that.the background loads fullscreen whatever resolution or dimensions its in and the content shrinks itself to fit.How can i get this ?i have been using action scriptStage.scaleMode = "noBorder";Stage.align = "TL";

View 5 Replies

ActionScript 3.0 :: Full Background And Centering Content (with Ratio)?

Feb 23, 2010

I would like to have a project where the background fits the whole window (can squeeze) and the content is automatically resized and centered; keeping its ratio.Auto-Resizing and Centering your Content But here's my problem :

My main project is 1400*900px.
My MC to handle is 1000*680px.

I load an external SWF in that MC (with addChild).This external SWF is 1000*680px too (same size than parent).I have a lot of clips in my external SWF and some of them are "out" the project zone.So when I load it in my MC; the MC is no more 1000*680 but more.I thought that what was outside didn't matter; but it seems that flash do not ignore what is out.So, when I use the code to resize/recenter the MC; it broke as it do not center as it should.I did try to use masks but it do the same.

View 1 Replies

ActionScript 3.0 :: Button / Content And Background MovieClip Keeps Looping

Mar 26, 2010

I am trying to create a website. The main timeline has graphics, movie clip buttons and a movie clip which is the background of the content. Within the background I have another movie clip which has the text and fades in. What I am trying to do here is make the movie clip button trigger the content movie clip that its within the background movie clip. I tried everything but keeps going in loops.

View 1 Replies

ActionScript 3.0 :: Background Image Scroller To The Left Third Or The Right Third Of The Image?

Aug 4, 2009

Iv got a background image 3 times the length of my stage.. what im trying to do is create a scroller so when you press a right button or a left button, it scrolls to the left third or the right third of the image.

[Code]...

View 0 Replies

ActionScript 3.0 :: Add Border/background Image To Display Image?

Jan 12, 2010

I am using this following code to display images using xml.Everything is working fine for me but i have to add background image or border to the displayed image using function BitmapFileMaterial.

using BitmapData or Bitmap Class but same functionality.

[Code]....

View 0 Replies

ActionScript 3.0 :: Background Image Will Change To This Button Specified Image?

Jul 10, 2011

I am making a new flash website and i stack on the as3 part.My site have a menu like all the site do.Now on the site load there is a background picture.When you press one of the menu buttons, the background image will change to this button specified image.But all that in an animation of fade in and out.My problem that i have everything but i cant know which image was before it changes to the buttons specified one. It maybe require as3 which i dont know.I cant upload here my work. its personal.But i ask you the professionals, please make a short fla file which will have the code and animations i need.(if you cant understand me)Please, make a fla file, which contains random 3 images.At the start it will have main background and a menu on it(just text-for fast and short work)The menu is 3 text ine(main,about,contact)now, make that when you press about(for example) it will change the main image(background) to the image of the about page.

View 2 Replies

ActionScript 2.0 :: Flash8 : Dim Background Content After Loading An External Swf Into Main Swf?

Dec 15, 2009

dim background content after loading an external swf into main swf. I was told that a dark movie clip placed over the whole site but under the external swf with alpha set to 50% would work. I need the background content to dim when the external swf is loaded and then go back to normal when exiting that page link. How can this be done thru xml or actionscript?My website is an xml flash template that loads the text and pictures for the site Thru xml file. Anyone have sample code? I am newbie to actionscript.

View 7 Replies

ActionScript 3.0 :: Make Background Blur And Content Appear When Click A Link?

Jun 11, 2010

I'm back to try and come to grips with AS3. I have been forced to focus on CSS and jquery. I am trying to make the background blur when you click on a link to play video or another movieclip.

View 4 Replies

Actionscript 3 :: Scroll Bar To Appear When The Content Is Too Tall, And Have The Same Skin For The Background As The DataGrid?

May 16, 2011

I'm trying to create a layout not too different from the feed reader sample.The problem I'm having is that I'm finding the documentation unclear. There are so many different types of layouts that I don't know which one to use when.In the example, on the right side there are a few horizontal panels:

[feedToolbar(HboxPane)]
[feedItemsGrid(Datagrid)]
[filterToolbar(HBox)]

this does not include the details panel and the resize handle.I would like to swap the DataGrid with my custom content which is basically a sprite. The problem I have is that I cannot just include a sprite, because it does some funky resizing. I would like the scroll bar to appear when the content is too tall, and have have the same skin for the background as the DataGrid.

View 1 Replies

Html :: Position Content In Browser To Match Repeated Background?

Nov 16, 2011

I have a background that repeats and positions like this:

body
{
background-image: url(images/background.jpg);

[code].....

View 2 Replies

Image :: Create A Image And Content Slider In Flex?

Feb 16, 2012

I would like to create a image and content slider in Flex. There are many jquery plugings available [URL].. but i can't find an alternative for Flex.

View 1 Replies

Professional :: How To Make .swf Non Scalable

Aug 1, 2010

I have been trying to search for an answer on how to make a whole .swf file unscalable but I have only found information on how to scale flash files. I did find a post that mentioned the code "Stage.scaleMode = "noScale";" but when I add that to the first frame in my timeline, nothing happens.

View 2 Replies

ActionScript 2.0 :: Make A Scalable Swf?

Feb 9, 2009

Does anyone know how I can make a scalable swf? Or one which resizes to the page it is in?

View 1 Replies

ActionScript 3.0 :: Keep An Object No Scalable?

Mar 28, 2011

Is it possible to keep an object no scalable while its parent is scalable?? I have text inside a scalable mc and the text is scaling together with the mc when the stage is scaled.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved