ActionScript 2.0 :: Y Positioning - Keep Browser At Top Of The Stage

Jul 29, 2008

I have a bottom bar on a site that has he following code: nav_menu.menu_bars._y = 0; But I want it to be at the top of the stage. Sorry for such a noob question, but how do it? I've tried nav_menu.menu_bars._y = -600; but when the browser is resized it obviously moves down the page. Is there a bit of code to keep it at top of the stage?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Positioning And Zooming In With Browser?

Jan 12, 2011

I developed a flash application. in which I load pictures with XML, on these pictures I apply a mask via a method ( because the mask has to be different for certain cases) Flash doesn't show any errors. Everything looks normal when the browser is on 100%, but when I zoom in with the browser. The position gets screwed. The images loaded via the Loader Class all scale like they are supposed to, but the mask stays the same size and it's position get's screwed

View 0 Replies

ActionScript 2.0 :: AS 2 Externally Loaded .swf Browser Positioning?

Apr 13, 2011

basically, I've loaded an .swf into an empty movie clip (myContainer_mc) which is itself located in another mc called loop_mc on the main stage and positioned it with this code:

Code:
var lp:Object = new Object();
lp.onResize = function() {
loop_mc._y = Stage.height-275;

[code]....

When I test the website in flash (ctrl+enter) everything looks perfect and works right, however when I view the website in a browser the movie is dragged all the way to the bottom of my page and mostly hidden beneath the footer.

View 3 Replies

ActionScript 3.0 :: Positioning Works In Tests But Not In Browser?

Oct 25, 2010

I wrote an app that uses the stage.stageWidth and stage.stageHeight to position various elements. It works beautifully when I run the swf in the standalone player, but when I upload it to a site and view it in the browser the positioning is all wrong!

View 2 Replies

ActionScript 2.0 :: Positioning And Function With Full Browser Flash?

Jul 18, 2006

I'm having an issue with getting external .swf's to load and position properly in my full browser flash site. I used a template I created for an XML slideshow which worked perfectly, but now the positioning and stage listener doesn't seem to work properly.

Here is the AS in frame one of the stage. Content is to be externally loaded into an MC called "container". The problem is, the container is not showing up initially until I resize the browser or .swf window, and when it does show up, the registration point is all wrong. I put the loadMovie script on a button since it was not loading at all with a simple loadMovie script on a keyframe. This seems to load the movie properly, but once it's loaded, not only is it positioned to the bottom right of the screen, it doesn't move at all when I resize the browser!

[AS]
/////////////// Full Browser Control
//no scale
stop();
Stage.scaleMode = "noScale";

[code]....

View 4 Replies

ActionScript 2.0 :: Open A New Browser Window With Center Positioning?

Jun 28, 2007

I'm trying to open a new browser window with center positioning and a size of w=725 and height=600 with a scrollbar. I'd like to be able to click the button from the flash site and open another site in this window. What is the best way to do this using AS2? I found this script on the adobe site but haven't been able to get it to work with the on (press):

var jscommand:String = "window.open('http://www.adobe.com','win','height=200,width=300,toolbar =no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);");

But also this doesn't address the position on the screen where the window opens. In the AS1 it seem to work ok with something like openWinCentre.

View 6 Replies

ActionScript 2.0 :: Positioning Mcs On The Stage?

Aug 24, 2011

I'm trying to make some mcs be displayed from alpha 0 to 100, one by one in the stage and in random positions. I've managed to make appear it randomly from alpha 0 to 100 with this code:

Code:
mcs = new Array("mc0", "mc1", "mc2", "mc3", "mc4", "mc5");
mc0._visible = mc1._visible = mc2._visible = mc3._visible =mc4._visible =mc5._visible = false;[code]....

The strange thing is that only some mcs are positioned randomly and others stay in the same position.

View 3 Replies

ActionScript 2.0 :: Positioning Mcs On Stage

Aug 24, 2011

I'm trying to make some mcs appear to alpha 0 to 100, one at one in the stage and in random positions. I've managed to make appear it randomly from alpha 0 to 100 with this code:[code]The strange thing is that only some mcs are positioned randomly and others stay in the same position, but not always the same.

View 1 Replies

Actionscript 3.0 :: Determining Which Mc Is On Stage And Positioning It?

May 19, 2011

I have a series of movieclips acting as buttons that load different flashvars video srcs onto the stage.When the swf loads --- the first button is added to the stage after a 20 sec Timer completes.As you click through each button, the one just CLICKED is removed and a new button is added in its place.All the buttons are set to dynamically be centered on the stage. However, the function that is positioning them is called BEFORE the first button is on stage, throwing the error (Error #2007: Parameter child must be non-null.)here is the code inside of the windowResize method which positions the buttons.

Code: Select allprivate function onWindowResize(e:Event):void
{
//position hidden buttons[code].....

Even though I've set up a boolean var and set it to true after the first button has been added to the stage -- the method still tries to find the first button and gives me a error saying that it must be non-null.Basically I want to make sure that it doesn't try and position the first button before it has been added to the stage. I'm not sure if encapsulating this method inside of another Timer is a good idea.

View 1 Replies

ActionScript 3.0 :: Positioning After Stage Resize?

Aug 25, 2011

coordinates in flash, particularly after resizing the flash player window.I have an mc on stage and draw an ellipse inside that mc. The movie is of size 800 x 600.

Code:
var ellipse:Shape = new Shape();
ellipse.graphics.beginFill(0x6CCDF4, 0.5);
ellipse.graphics.lineStyle(4,0x186B87);

[code]....

If I check the coordinates of that ellipse from it's transform property, I see that the top left is at 400, 300.

Code:
ellipse.transform.pixelBounds.topLeft.x
ellipse.transform.pixelBounds.topLeft.y

This seems fine to me as this position is in relation to the stage, yes? If I convert this to a position local to the container I get values ~0,0.

Code:
var stagePoint:Point = new Point(ellipse.transform.pixelBounds.topLeft.x, ellipse.transform.pixelBounds.topLeft.y);
var localPoint:Point = join.canvas.globalToLocal(stagePoint);

When the flash player window is resized, the coordinates change entirely. Instead of being at 400,300 the transform property indicates that it is at 640, 510. I assume this is because the viewport has changed, but the stageWidth and width properties of the stage do not change.

View 12 Replies

ActionScript 3.0 :: Positioning External Flv Files On Stage?

May 21, 2009

i am loading 3 flv files so that the first file plays once and the other two loop afterwards. Now i am interested is it possible to position the flv files on the stage to certain coordinates when they start to play (so for example that the first flv plays as default in the centre, the second flv file plays a little bit right and the third plays a little bit left). This is the code i'm using:

[Code]......

View 9 Replies

ActionScript 3.0 :: Positioning XML Slideshow Images On Stage

Oct 12, 2009

I have a xml slideshow that is working fine. The problem I am having is all of the images load in at x=0 and y=0. I would like to have the images load at a specific x coodinate and y coordinate on the stage. I have been looking at other code examples to see how to fit this in to mine but I keep breaking it.

Here is my code: 

[Code]....

View 5 Replies

ActionScript 2.0 :: Positioning Buttons Always At The Bottom Of Stage?

Apr 1, 2007

I have a group of 6 buttons which on my stage sit in the center and are 20 pixels from the bottom, I am trying to create a bit of a liquid layout, and the browser is going to be able to resized by the user. I want always for the buttons to stay at the bottom in the center of the browser 20 pixels from the bottom no matter wether it is resized too

View 7 Replies

Actionscript 3 :: Positioning Nested Movieclips Based On Stage?

Aug 12, 2010

I have multiple nested movieclip in its own different movieclip, and i would like to arrange them accordingly. My idea was to use the localToGlobal function. I can get the position of the MC on stage, but how do I use the function and place the MC based on stage?

cAPos = new Point(objectA.y);
newcAPos = objectA.localToGlobal(cAPos);
cBPos = new Point(objectB.y);
newcBPos = objectB.localToGlobal(cBPos);
objectB.y=objectA.y+objectA.height <-- based on stage

View 1 Replies

ActionScript 3.0 :: Giving Object Random Stage Positioning?

Jul 20, 2010

so i am giving these objects random x and y coordinates on the stage, but i need each object to be spaced apart from each other (lets say 20px) how can i achieve this. I have got the following code:

ActionScript Code:
for(var i:int=0;i<=bubbleNumber;i++){
var bubble:Bubble = new Bubble();

[code].....

View 2 Replies

ActionScript 2.0 :: Positioning Big Image To Absolute Middle Of Stage?

Aug 29, 2006

im trying to achieve a Full Browser Flash and i want my bgimage to remain in the centre of the stage whilst other objects move round it depending on mouse movements but how would i go about centering the bgimage through AS?

View 2 Replies

ActionScript 3.0 :: SWF Stage Size In Browser

Nov 22, 2010

I am writing an app that, when loaded byt the HTML, could be any size. For example, using SWFObject and the following line: swfobject.embedSWF("Untitled-1.swf", "SMHSWF", "500", "500", "10", "expressInstall.swf", null, params); The problem is I'm having some difficulty finding the size once the SWF is loaded. I've tried the following:

[Code]....

View 2 Replies

ActionScript 3.0 :: Resize Stage According To Browser Size?

Oct 18, 2009

I want it to take the whole screen but i dont want to scale it.The elements on the application will change the position according to the stage size,but i dont know how to change the stage size according to the browser size.

View 1 Replies

ActionScript 3.0 :: Resize Stage To Browser Size?

Apr 14, 2010

I'm wondering how to set my stage to resize relative to the size of the user's browser and keep the main movieclip centered.  But I don't want the stage to scale, I want the physical boundaries to get larger without scaling the content.
 
The reason for this:  I have something that we'll call "snow" falling in the background.  When the browser resizes, I don't want the stage to scale and the snow flakes get bigger or smaller, but have the stage show more area for the snow flakes to fall.  I already have the snow flakes falling outside the current stage boundaries, I'm just wondering how to make the stage boundaries extend dynamically to the size of the browsers.

View 3 Replies

ActionScript 3.0 :: Track The Stage Size Within The Browser

Feb 21, 2011

When I use the following code, I'm able to track the stage size within the browser. But what I don't understand is that when I use StageScaleMode.SHOW_ALL instead, the reported height and width of the stage is always fixed at 1920 x 1080 (my stage size in Flash authoring) no matter how small I bring the browser into.

[Code]...

View 10 Replies

ActionScript 3.0 :: Stage Resizing To Browser Resolution ?

May 15, 2010

i am making flash website in AS3 and i have i problem with resizing.I tryed a houndrit codes, classes, examples, tutorials bud nothing worked correctly.In main timeline a have two movieclips first is as a background and second as wholesite. I dont want to resize Background. I want to resize WholeSite movie clip only. It will resize to browser resolution. But width and height stay constrain - width go resizing with height. Here is my FLA: http:[url]....and here is test of that site: http:[url]....

View 3 Replies

Giving Stage Focus When First Opening In Browser Window

Jun 25, 2009

Is there any reliable way to give the stage focus when you first open it in a browser window WITHOUT first clicking on the stage? By reliable, I mean something that works across different browsers and on both PCs and Macs.I've seen numerous threads on this subject, and I've read the Adobe tech note, and it seems there is no reliable way.How in the world can Adobe ask people to use Flash and not provide a reliable way to give the stage focus on startup.

View 1 Replies

ActionScript 3.0 :: Stage Resize For Full Browser Site

Jul 16, 2009

I'm trying to create a full stage site. I do use this code:

stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
stage.addEventListener(Event.RESIZE, resizeListener);
function resizeListener (e:Event):void {
trace("stageWidth: " + stage.stageWidth + " stageHeight: " + stage.stageHeight);
bG.width = stage.stageWidth;
//mc which contains the bg image bG.height = stage.stageHeight;

But it doesn't work. No error, no warnings. So I don't know what is the problem. It works only in the flash player (Ctrl+Enter), maybe the HTML is wrong?

View 4 Replies

Professional :: Get Stuff Off The Stage To Show In A Web Browser On Flash CS4?

Apr 24, 2010

I have a picture that I want to be my background.  So I put it around the stage, but when I test my movie in a web browser, only my stage shows.  Is there a way I can get it to all show?  I don't really care if my background is cut off, as long as you can see it, because it's a tile sort of picture.

View 4 Replies

Flash - Invisible Stage Background (Cross Browser)?

Feb 1, 2011

Is there a cross-browser solution to making a flash players background invisible? I have a swf movie that I want to sit on a faintly stripped background. I could place the same background in the Flash movie and sit it with CSS - using hacks for i.e. to make the backgrounds match up, but wondered whether there was a simple way of turning the background off?

View 1 Replies

ActionScript 2.0 :: Limit Stage Resize With Full Browser?

Aug 21, 2009

I have a full browser site and when it is resized smaller the elements will overlap each other. I'd like to stop them from overlapping by stopping the flash from resizing after a certain screen size is reached. [URL]

Code:

var w : Number = Stage.width;
var h : Number = Stage.height;
w = w < 800 ? 800 : w;
h = h < 600 ? 600 : h;

I've tried this and it doesn't work for me...Here is the code that I am using to set the stage elements:

Code:
stop();
Stage.align = "TL";
Stage.scaleMode = "noScale";

[code]....

View 8 Replies

ActionScript 3.0 :: Does Flash Have Any Command Like Browser Window Instead Of Stage

Dec 15, 2009

I just always thought it would be nice that if people pushed a button and the pop up inside of flash centered from the browser window as the refrence point instead of stage or an object

View 1 Replies

Alight The Stage In The Center Of The Browser Window Once Published?

Mar 29, 2009

I am can not figure out how to alight the stage in the center of the browser window once published. It is always in the upper left. Everything seems to be set to the "center".

View 2 Replies

ActionScript 2.0 :: Centering In Browser Window Using Stage Class?

Dec 10, 2006

having some problems with having my mc's always center in t5he middle of the browser window even when it resizes??

Cheers all,
basically the code i'm using is this:
_root.abc.Stage.width/2;

[code].....

View 1 Replies

ActionScript 2.0 :: Determine Height Of Full Browser Stage?

May 6, 2009

I need to write a function that will position a movieclip depending on the height of the stage.I'm a little uncertain as how to proceed with this, as my knowledge on AS2 is still developing..Basically I want something like the following thought process:

if stage is < 500px height, then movieclip_y=(Stage.width/2)-100
if stage is > 500px height, then movieclip_y=(Stage.width/2)+100

I hope this makes sense. I guess I'm unsure as how to determine the height of the stage (I've created a stage that sizes itself to the browser dimensions).

View 2 Replies







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