ActionScript 2.0 :: Fullscreen The Video Object Loads In The Top-left Corner Of The Stage?

May 8, 2008

I'm working in a xml videogallery and I'm using a video component... The problem is that when I go fullscreen the video object loads in the top-left corner of the stage (is a 800x600 movie) tough I publish my movie with 100% x 100% dimensions.

[Code]...

As you can see after the first fullscreen the stage remains in the Top Left corner. Is there any way to make the stage return to the center? I need to do it when I return from fullscreen to normal mode... or.. what can I do? I tried to put the gallery inside a MC and center it but still fails cos the video object loads in the registration point of the MC (like in the first example I've provided)...

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Registration Point - When You Load A Picture Into A Movie Clip, It Loads Into The Top-Left Hand Corner?

Jul 27, 2007

So when you load a picture into a movie clip, it loads into the Top-Left hand corner.I really want it to load into the Top-Right hand corner. Is there a way?I am loading it via AS - not placing it manually, as I have a variety of images which are of different dimensions....

View 4 Replies

ActionScript 2.0 :: Aligning To The UPPER LEFT Corner Of The Stage?

Aug 27, 2006

I'm sure that many of you already saw things like this ( eg: when winning at FWA S.O.T.D., you get a little "logo" and many sites have it aligned in the upper left corner), so this is what i want to do, let us say i make a MovieClip ( dimensions doesn't matter, but it's quite small ), and i want to align it to the upper left corner of the stage... The thing is that the movie/stage is set to auto-scale, so whenever i scale the browser window then that MC should "refresh" its position and stai at the upper left corner again.

View 3 Replies

IDE :: Stage Position / It's Stuck In Upper Left Corner

Mar 19, 2009

I cannot find any information anywhere on how to change my layout or even the ruler layout in Flash. The stage is stuck in the upper left-hand corner of the pasteboard. If I could get the zero point of the rulers to move (like to the right and down), then I could reposition the stage, but I can't. There is no edit ruler function. The zero points are right in the upper left-hand corner together.I can't see items which I need positioned to the left or above the stage at all. Does anyone know how to change the stage position on the pasteboard or ruler layout?

View 6 Replies

Professional :: Flash CS5 Symbol Stage Stuck In Top Left Corner

Apr 19, 2011

In my adobe Flash CS5 when i create a new symbol it opens in a new screen as normal. the stage that I can edit it on however is stuck in the top left when I zoom out and it's starting to drive me nuts. I can't work with it like that.

View 5 Replies

Actionscript :: Flash Stage Is In The Wrong Place 0,0 Is Not In The Top Left Hand Corner?

Jan 17, 2012

I inherited a flash project from someone and if I add a simple movie clip to the stage at position 0,0 it actually ends up in the middle of the screen!

What I can see is that when I open the stage in the library, in it's properties

X=350 and Y=262,05 all the subsequent movie clips which are added to the screen as by magic are added at position X=-350 and Y=-262.05

I would really like to return to a situation where 0,0 is top left corner. Does anyone have any idea what's going on here?

View 1 Replies

IDE :: Change Registration Point (left Center Corner Etc) Of Object

Oct 28, 2010

When you create shape on stage and right click and chose create object you can chose Registration point for the object you chose what corner will be used as center of coordinates for this object. Now onice you create object is there way to change this registration point e.g. i created it in center now i want to to be in upper left corner?

View 5 Replies

Professional :: Change Registration Point (left Center Corner Etc) Of Object?

Oct 28, 2010

When you create shape on stage and right click and chose create object you can chose Registration point for the object

you chose what corner will be used as center of coordinates for this object. Now onice you create object is there way to change this registration point e.g. i created it in center now i want to to be in upper left corner?

View 1 Replies

Flash 10 :: Change Registration Point (left Center Corner Etc) Of Object

Oct 29, 2010

When you create shape on stage and right click and chose create object you can chose Registration point for the object..you chose what corner will be used as center of coordinates for this object. Now onice you create object is there way to change this registration point e.g. i created it in center now i want to to be in upper left corner?

View 2 Replies

ActionScript 2.0 :: Flip Page Animation - Start Flip From "bottom-left" Corner Till "top-right" Corner

Aug 11, 2009

I am making something flash flip like: [URL] but i want to do it in my banner 1000 width and 299 height problem is that i have few banner images i think 5 to 8 and i want to start my flip from "bottom-left" corner till "top-right"

View 1 Replies

Keep Swf File In The Top Left Corner?

Dec 2, 2009

I want my flash document to stay flush with the left and top of the page, but i can't figure out how.

[URL]

I designed it so that the box with my name in it sits touching the left top corner.When I test it in flash thats what it looks like. But when I up load it it moves over there.

View 1 Replies

ActionScript 3.0 :: Video Playing Fullscreen Instead Of Stage

Nov 23, 2009

I'm developing a kiosk-type projector file to play fullscreen & I'm encountering a strange problem. There's a video on the stage (720 x 480) and the stage is 1280 x 768. When the projector switches to fullscreen mode, the video expands to fill the height of the screen instead of the stage filling the screen. It's acting like the fullscreen mode is telling the video to play fullscreen.

View 6 Replies

ActionScript 3.0 :: Fullscreen Video Background On Stage

Dec 1, 2009

This fullscreen code works properly if the stage is 400 x 400 px or smaller than .flv ( I tested it in both in html and swf ).
stage.addEventListener(Event.RESIZE, onF);
function onF (event:MouseEvent):void{
stage.displayState = StageDisplayState.FULL_SCREEN;
video.fullScreenTakeOver = true;
}
But the video is not going fullscreen if the stage is bigger than 400 x 400. I have to make a stage big in order to design the rest of my website.
Publish settings : exact fit, 100% width 100% height, flash only Allow Full Screen.

View 3 Replies

ActionScript 2.0 :: SWF Centered In Fullscreen With Corner Mc's?

Feb 16, 2010

Does anyone know the actionscript to keep the main SWF (which is 800x600) center of the screen in Fullscreen mode, while two other Mc's inside the SWF sit in the bottom left and right corners, like in this site...?

View 0 Replies

Force A SWF From Top Left Corner To The Correct Position?

Sep 27, 2009

how to force a SWF from Top left corner to the correct position.. When I tried to use a container it made the external swf not work at all, though it was in right position

WITH THIS CODE, THE SWF LOADED BUT JUST IN WRONG POSITION :
on (release) {gotoAndPlay(4);
loadMovie("gallery.swf",1);
}

then when I used a EmptyMovieClip it came in as the attachment.

Is there any other way to still use the LoadMovie() and adjust the x and y positions?

View 1 Replies

ActionScript 3.0 :: Getting The Top Left Corner Of A Grid Cell?

Jun 23, 2010

I'm making a map editor for a tile based game. The editor makes a grid:

private function draw
var tileSize:uint= 50;  for(var i:int=0;i<row;i++)  grid.graphics.lineStyle(1,0x000000,0.3); 

[code].....

View 3 Replies

ActionScript 1/2 :: Ship Just Sits In The Top Left Corner Doing Nothing?

Apr 27, 2011

I am following this tutorial and i have got to step 9.http:[url]......I have made a file called Ship.as with this code in.

class Ship extends MovieClip[code]....

When i test the SWF nothing happens. The ship just sits in the top left corner doing nothing.

View 3 Replies

ActionScript 2.0 :: Gallery Goes To Upper Left Corner

Apr 25, 2010

I'm using a gallery maker called "flash slideshow maker professional" , but when it loads, the hole stage goes to the upper left corner!

View 3 Replies

ActionScript 2.0 :: Set The Mouse In The Lower Left Corner?

Jan 29, 2011

like in title, i do labirynt but when i click start mouse is in middle, i want change this, mouse must be in lower left corner

View 1 Replies

Professional :: If Go Fullscreen When Viewing An Flv The Video Remains On The Stage

May 5, 2011

I've used a standard skin on an FLVplayback component which loads and plays perfectly. The problem arises when I enter fullscreen mode and then leave it again. Once I've done this, the video remains on the stage irrespective of what frame I'm on. I can even change scenes and the video remains in the middle. I haven't even added the video using actionscript so I don't really understand how it could possibly stay on more than the frame its inserted in!? At the moment I've used no ActionScript to control the video. I apologise if I'm missing something, this is the first time I've dealt with videos.

View 8 Replies

ActionScript 3.0 :: Image Grows From Left Corner Instead Of Middle

Sep 14, 2009

I put an image on my stage. Then I created a keyframe out about 25 frames. I then went to frame 25 and grabed the side of the image and drug it in. Shrinking the image by about 30%. This shrank my image from both sides. When I run it, the image shrinks from the left and the right symmetrically. Now after I did this, I clicked on the tween and said to copy as AS3. Then I went to a new layer and tied the new AS3 code to a new image dynamically. It works fine, except that it shrinks only the right hand side of the image. In other words, the images seems to be anchored on the left hand side. How can I make my dynamic image shrink from both sides in?

View 1 Replies

ActionScript 3.0 :: Image Grows From Left Corner Instead Of Middle?

Mar 30, 2010

I put an image on my stage. Then I created a keyframe out about 25 frames. I then went to frame 25 and grabed the side of the image and drug it in. Shrinking the image by about 30%. This shrank my image from both sides. When I run it, the image shrinks from the left and the right symmetrically. Now after I did this, I clicked on the tween and said to copy as AS3. Then I went to a new layer and tied the new AS3 code to a new image dynamically. It works fine, except that it shrinks only the right hand side of the image. In other words, the images seems to be anchored on the left hand side. How can I make my dynamic image shrink from both sides in?

View 8 Replies

ActionScript 2.0 :: Resize Image (Top Left Corner Fixed)?

Jul 6, 2005

This is the souce code for loading and resizing the images from an xml page. The rectangle is autimatically resizing as per the size of the image. But the problem is, in 800 x 600 resolution with small images the rectagle goes down 'coz it resizing happening in aspect ratio (width and height is proportionally changed). I want to change the height and width only downward direction. Top left corner should be fixed. How to alter this code for that.

Code:
MovieClip.prototype.resizeMe = function(w, h, id) {
var speed = 3;

[code].....

View 3 Replies

ActionScript 2.0 :: Masked Appears In Theupper-left Corner?

Dec 5, 2001

I made a movie where I'm dragging a mask...

(_x = _mouse
and _x = _xmouse*-1)
you know...

but the picture that is masked appears in theupper-left corner so only quarter of the picture is in the movie...I made it the exact same way and the exact same way as the tutorial (clouds) but ......

View 8 Replies

ActionScript 3.0 :: Shrinking To The Movicelips Upper Left Corner And Its Centerpoint

Sep 12, 2008

I have a button that shrinks an icon on my screen. The problem I am having is that its shrinking to the movicelips upper left corner and need to shrink to its centerpoint. Here is a portion of my code if that helps:

[Code]...

View 3 Replies

ActionScript 3.0 :: Sprite X / Y - Values Reference Top Left Corner Or Center

Jun 3, 2010

I've checked this behaviour: If I define a sprite (by programming) as:
var square:Sprite = new Sprite();
square.graphics.beginFill(16750899, 1);
square.graphics.drawRect(0, 0, width, height);
square.graphics.endFill();
return square;
When I check the position of the sprite ( square.x, square.y), they reference the TOP-LEFT CORNER.

If I create a symbol by Flash CS4 and export to Actionscript (I also associate one class which extends Sprite for doing "new()" in my code):
var square: MyClassExtendsSprite = new MyClassExtendsSprite();
When I check the position of the sprite (x, y), they reference the CENTRE of the sprite!

View 3 Replies

Flex :: Changing Registration Point From Upper Left Corner To Center?

Mar 31, 2011

I want to learn how you can change the registration point for the Canvas.I want to make a zoom of this component, but the point registration in the upper left corner! How do I move to the center?

View 3 Replies

Flex :: Changing Registration Point From Upper Left Corner To Center

Mar 31, 2011

I want to learn how you can change the registration point for the Canvas. I want to make a zoom of this component, but the point registration in the upper left corner! How do I move to the center?

View 3 Replies

ActionScript 3.0 :: Object Disappears Once The Registration Point Is Off Left Side Of The Stage?

Sep 22, 2009

I am moving movieclips around my stage in relation to the users mouse location.  All of my movieclips have the registration point placed in the default  top left corner.  As an object moves off the stage to the left it suddenly disappears when the registration point reaches the edge of the stage.  I would like to see the whole object move off the screen instead of just disappearing when the left corner reaches the edge.  I would move the registration point to the right side but I would like the movieclip to be able to move off all sides of the stage (top, bottom, left, right)

View 5 Replies

ActionScript 3.0 :: Object Travel At A Constant Speed Across The Stage Area From Left To Right?

Oct 28, 2009

and theres probably a simple solution but i dont know. I have an object travel at a constant speed across the stage area from left to right, How do i stop it at the Right side of the stage??

View 2 Replies







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