Document/Stage Size ::- Sizing To Contents Not Making Sense?
May 31, 2009
I have a Flash CS4 document and I am attempting to resize the stage to accomodate its current contents.When I do so, the stage becomes *much larger* than the apparent contents, and I am trying to figure out why. I have literally examined every frame of the animation, and selected every individual object to see if the selection bounds indicate a rogue "large object"...but none indicate this...what sort of things about the contents might cause this that I am missing?
View 7 Replies
Similar Posts:
Aug 7, 2008
Im looking to make the flash file dynamic so that when someone changes the window size the flash file expands with it and some of the items contained move also.
View 3 Replies
Jun 28, 2010
Can a finished flash file be resized.
Stage is at 1684 x 1322 animated map operated by buttons in a static key located outside of map border, all on stage. Map also pans/zooms.
Two scenarios:-
1) resize stage and all contents down to a different size.
2) resize the animated map down but more so than the static key (sits outside the map) which should remain readable.
View 1 Replies
Feb 1, 2012
I loaded a swf from external. using loader class. But if i check with the width and height of the loader is differes from loader.contentLoaderInfo.width.
loader.width // 1250;
loader.height // 750;
loader.contentLoaderInfo.width // 750;
loader.contentLoaderInfo.height //420;
From this statement i came to know the loader gets the width of all hidden objects, which are already outside of the stage area. But now I need to increase the size of the stage contents only..
View 0 Replies
Nov 10, 2003
i want to know how did the creator of otradesign accomplish the effect in his site like the menu and the main contents change size and the menu position according to the size of main contents.
View 5 Replies
Aug 18, 2009
If Im going to create a full screen flash website what size should my stage document be?
View 1 Replies
Dec 6, 2010
I have a presentation work and the size that i have to work is larger than 2880 pixels which is the maximum value flash cs5 allows. So, is there any way that i can make the stage size larger? (approximately 3900 pixels)
View 2 Replies
May 29, 2009
I have a preloader(as3) that is working great, I use FlashVars to pass it what movie it is loading, then it loads that movie, and shows it on the stage after loaded. I would like to make this a bit more dynamic. Right now I can use the same preloader for any movie so long as the movie and the preloader is the same size. I would like to pass the size of the movie im loading to the preloader with flashvars just like im passing it the file path for the movie itself. Here is how im passing the movie:
var swfLocation = this.loaderInfo.parameters.flashPath;
var myRequest:URLRequest = new URLRequest(swfLocation);
now i just access the variable wherever i want to say load the movie
I tried:
var swfHeight = this.loaderInfo.parameters.flashHeight;
var swfWidth = this.loaderInfo.parameters.flashWidth;
stage.stageHeight = swfHeight;
stage.stageWidth = swfWidth;
then in my flashvars i have a value of flashPath=<?=path?>&flashHeight=<?=height?>&flashW idth=<?=width?> (passing these to the embed and object using php btw)
View 2 Replies
Oct 24, 2009
I have made a UI control which contains a bunch of TextFields representing the members of an Array. I draw these un a list like in a combo box's drop down. Currently I hard code the height of the TextFields, iterate through the Array and position the TextFields by adding the hard coded height each time. Simple enough.
But now I would like to put the control in another place where I must use smaller text. So I would like to make the thing general so I can resuse it whenever I want, simply by applying a new TextFormat. My problem is that I want to still be able to position the TextFields accurately regardless of the font size used in the TextFormat. I have tried just creating the TextField, applying the TextFormat, setting the text, and then trying to read the TextField's height, but alas this does not work.
what the best way is to find each TextField's height so that I can build my list?
View 3 Replies
Mar 30, 2010
I've set the publish settings to 100% width and 100% height and have then added the 'noScale' function into the first frame of my timeline. Here is an idea of what I'm trying to create:
I have three movieclips that are touching the left side of the Stage and want them to touch the left side of the browser but centre vertically. I can do this by adding the 'Stage.align = LC' command, but not sure if this is the right way to go about it.
The movieclip that is on top contains a logo and I want it to have a fixed size. I called the instance name 'logo_mc'.
The movieclip below 'logo_mc' is called 'container_mc' and is a strip of photographs that I need to run from the left to the right side of the browser no matter what the browser size. I need this movieclip to scale proportionally up and down as they viewer resizes their browser so the first photo is touching the left side of the browser and the last picture is touching the right side (without distorting).
The final movieclip is called 'buttons_mc' and is right below the 'container_mc' clip. This movieclip needs to remain a fixed size.
Obviously when the 'container_mc' clip resizes I need the other movieclips to move up and down to stay the same distance above and below the 'container_clip'.
Example of what I am trying to create: [URL]
View 1 Replies
Oct 22, 2008
I want to put together a flash gallery of photography for my photography business. I am very good at Photoshop design, html, css, javascript but I am a novice with flash. I can use it and use some actionscripting but my knowledge is limited.
I see galleries like this one: [URL]
The images expand and contract perfectly as the browser is resized. I am used to having to size pics for the lowest res screens (I design for 1024 width resos's usually).
What size should I make pictures to work like this... Does flash scale them down / up / either... are there quality issues with letting flash manage the sizing.
View 0 Replies
Jun 4, 2010
I just did two 100% Flash sites. I always size my sites 1024 by 768 or a bit smaller. I have never had a problem with it not fitting in the browser. I exported with Flash HTML at 100%, no scale.I tested these sites on Safari and IE on different monitor sizes. They looked great.
Both of my clients are using Firefox said it cuts the bottom off by about and inch or so. I did some research and this seems Firefox does this. I read this article below and wanted to know the following:[URL]
1 - Is this the best way to fix it? Or have I developed these sites too big for FF.
2 - Is there something else I could do (i.e. export the HTML a different way?).
3 - Should I size differently in the future?I would like to prevent me having to resize the stage and change all the objects.
View 3 Replies
Dec 29, 2009
I'm trying to get an object to increase in size the lower it goes down the stage, and decrease in size the high it moves up the stage.
It only needs to increase or decrease by a small amount. Basically, it's for a game character. To ad realism to his movements, it would be nice to have this feature.
This is where i'm up to so far:
Code:
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;
[code]....
I think I need something like:
if (object moves up)
decrease
else if (object moves down)
increase
View 6 Replies
Sep 23, 2009
i have a working clip of for aligning to bottom right corner of of stage, and i want it to be loaded in from another swf... swf loads fine etc, just when it loads it the MC in question does not move at all?
Code:
Stage.align = "TL";
Stage.scaleMode = "noScale";
var presenter:MovieClip;
[Code].....
View 1 Replies
Jun 13, 2011
I'm working on a fullscreen site for a client. I have a rectangle movie clip that needs to match the stage width and then animate across the stage. Here's the link to the current non fullscreen page,[URL] I need the gray bar to go all of the way across the screen. Here is the code I'm using to fullscreen the site:
Code: Select allfunction stageResize(e:Event):void {
var sw:int=int(stage.stageWidth);
var sh:int=int(stage.stageHeight);
[code]...
use code to set the registration point to the top left and position it to the left of the stage, then set the width to match the stage, and then animate it across the stage, but I'm not sure if that's right or how to do it if it is.
View 1 Replies
Sep 14, 2009
My teacher gave me the task of making an interactive touch screen flash for an open day at my school, i can easily do most of the things to make this work but two things evade me.
He wants the writing in a word document linked so he can easily change what the document says without re exporting the flash.
He also wants me to be able to make the pictures from a document appear in a slideshow without adding each individual picture in a random order as a screen saver effect.
View 1 Replies
Mar 30, 2009
I have an MovieClip that loads a slideshow (imagerotator to be exact). I'm using AS2 loadMovie to achieve this. The images in the slideshow appear way oversized, extending the width of the entire stage. How to I constrain the size of the slideshow/MovieClip contents?All the images are going to be the same pixel dimensions so it doesn't have to be anything fancy.
View 2 Replies
Apr 17, 2011
I want to make the stage and contents to resize in ratio to the window size, Like the file I have provided, When you make the window bigger or smaller the contents change with it. How did they do that? [URL]
View 1 Replies
Mar 16, 2010
I'm trying to create a Flex application that can automatically shrink based on the size of the components that it contains, so that a user can shrink it to a minimal view to see more of the HTML page it's embedded in.
I know how to change the size of the whole application using ExternalInterface, but I'm having trouble automatically figuring out how much the size changed when something is hidden or shown.
For example:
Let's say I have the following flex layout:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:VBox width="100%" paddingTop="0" paddingBottom="0"
[Code]....
How can I hide one of the text fields and cause the VBox to shrink? I'm currently setting it to visible = false, but that doesn't seem to affect the parent VBox.
Once the VBox shrinks, how can I detect that the Application no longer needs so much space, and then go about figuring out how much less space it needs?
I've tried using ResizeEvent, but I haven't been able to get them to work, but I could be doing something wrong.
View 1 Replies
Mar 30, 2010
I'm working on a slideshow where I'm calling in photos from an xml file. How do I tell AS to resize the stage according to photo dimensions? Would I need to list the dimensions in the xml file? If so, how would I pull that into the fla file with AS?
View 6 Replies
Feb 24, 2009
I'm having trouble creating a popup window WITHIN my document... after googling, I've only come up with HTML pop-ups outside of the document.This is the only example I could find quickly... if you wait for the flash header to load and then click on the red brain, that's exactly what I'm looking for:To be honest, I don't even know where to begin, other than with a movie clip. However, I don't know how to tie the movie clip into the document without changing the background or anything
View 1 Replies
Dec 14, 2009
I'm creating a Flash presentation for a client. The finished product is to be played on a projector from his laptop. His laptop has a screen resolution setting of 1440x900.Would it make sense to make my Flash document the same dimensions?
View 3 Replies
Feb 15, 2009
Is there a way to set the size of the fla or swf document via actionscript? The stage size and the document size seem to be two different things. What I what to do is get the users monitor size then adjust my document size to match than and arrange my layout to fill the aspect ratio of their screen. Then use the stage.scaleMode = StageScaleMode.SHOW_ALL; to fill the window.
View 0 Replies
Dec 14, 2009
I'm creating a Flash presentation for a client. The finished product is to be played on a projector from his laptop. His laptop has a screen resolution setting of 1440x900.
Would it make sense to make my Flash document the same dimensions?
View 3 Replies
Dec 31, 2003
About to pull out my hair...I've loaded an external text document into the dynamic text field fine, but am unable to make any html tags within that document work once it's up on the web. I'm trying to add links within the document.
loadText = new loadVars();
loadText.load("firm_overview.txt");
// creating the loadVarsText function
loadText.onLoad = function() {
scroller.text = this.overview;
};
Should i add something to this to enable the html tags to work??
View 3 Replies
Nov 11, 2004
I need help on making my document go to a particular place when a button is pressed.I want that when I press button 4 which can be seen when you press button 3 (see attached file) it goes to MC 03.
View 3 Replies
Nov 19, 2011
Would it be possible to take a screenshot of the stage and its contents?
furthermore would it be possible to make the bitmap distort so it transitions downward something like this? [url]...
View 1 Replies
Mar 26, 2004
How would I blur the contents of the stage during loading?
View 6 Replies
Aug 3, 2009
Does anyone know a way to dinamically modify a flash document's size at runtime?I have a drop down of which the item can have any number of pixels in height so it might be taller than the flash document. In this case i would need to resize the flash document and also resize the it in html so it won't be cut off.
View 4 Replies
Sep 1, 2009
How can I change the size of the document dynamically? The document has a fixed size and when I use the Movieclip(root).width/height I change the size of the movieclip but not of the document. How can I access the width/height of the document?
View 3 Replies