ActionScript 2.0 :: NoScale For Moviesclips?

Feb 17, 2007

I came across this website http:[url]..... and is amazed by how the movieclips within the website do not autoscale to the browser whenever I resize the browser.the website is full screen but amazingly whenever the browser is resized, the movieclips within the website do not adjust according, instead they remain in their proportion.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Loading And Unloading Moviesclips In Different Levels?

Sep 1, 2004

I've got a mainmovie.exe, which creates 4 emptymovieclips as containersall of the containers load an external moviethe one at the top with a menu/buttonsI'd like the buttons when clicked to unload all the containers and reload the original lowest level movie from a particular frame. then it'll go through the process of creating empty clips, and load each external movie againBut since I'm playing the movies in an exe. I dont know how to unload all the containers and start the root/lowest level movie from a particular frame of a particular scene.The main movie is called mainmovie.exe, it creates containers 1 - to 4 as empty ,movie clips.DOes its thing, reaches a particular frame and loads movies into into container 1 - to 3, and topcontainer. Topcontainer is the most important. It has the buttons/menu. WHen I put an "on release action" to unload all the other containers and gotoAndPlay root ->frame 2, it doesnt work. It unloads everything, but wont load goto And Play.I'm left with a blank screen.So frame 2 of root mainmovie.exe

_root.createEmptyMovieClip("container3",3);
_root.createEmptyMovieClip ("topcontainer",4);
setProperty("container3",_x,901.5);

[code]........

View 2 Replies

Center Video At FullScreen With NoScale

Jul 23, 2009

I'm trying to center my FLVPlayback video programmatically in AS3 but I'm having a hard time with it.[code]This code isn't working, does anyone have any ideas how to get this to work?

View 4 Replies

ActionScript 2.0 :: Fullscreen Projector With NoScale On Stage

Mar 22, 2008

I working on a projector presentation in flash where I would like to run it in fullscreen. I use:
fscommand("fullscreen","true")
In the first frame, but it scales up my content so that it gets blurred. Is it possible to keep the stage width and height and still go fullscreen, so you just fill the space with stage color.

View 2 Replies

Flex :: Sprite Scaling Children Even Though Stage.scaleMode = "noScale" And Stage.align = "TL"?

Aug 6, 2010

I am creating an AIR nativeWindow. I am adding two children, an HTMLLoader and a Sprite. The child Sprite has two children, a TextField and a Sprite that will be used to draw. I have set stage.scaleMode = "noScale" and stage.align = "TL", which the HTMLLoader seems to respect. However, the child Sprite scales its children whenever I set a height.

public function BaseWindow(){
var winInit:NativeWindowInitOptions = new NativeWindowInitOptions();
winInit.type = NativeWindowType.NORMAL;[code]..........

How do I prevent the distractor Sprite from scaling its children?

View 1 Replies







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