emma welles


full-page flash
November 21, 2006, 5:30 pm
Filed under: actionscript, flash, portfolio

i must do this. i want a beautiful texture to take up the whole page, and flow with the size of the user’s monitor.

i asked Mel if she knew how to do this, she pointed me to these references:
david stiller’s blog
mm livedocs

Stage.scaleMode = "noScale";
Stage.align = "TL";
var stageListener:Object = new Object ();
stageListener.onResize = positionContent;
Stage.addListener(stageListener);

function positionContent():Void {
	//set clip coordinates
}
positionContent();

4 Comments so far
Leave a comment

yeah , good ones , http://www.gotoandlearn.com has a vid tutorial on full flash browser using Bitmap data in flash .

Comment by Mohammed Zainal

yeah! i just saw this yesterday, i love that site so much.

p.s. congratulations. you are my first comment!

Comment by digitalemma

hey thanks …
so how long have you been working with flash ?

Comment by Mohammed Zainal

I have a small tutorial on full page flash…

http://garthwilson.com/portfolio/tutorials/full-page-flash-part-1/

I use some cool tweening (actionscript could do with some updating) to use the full page flash to good advantage.

Comment by GW




Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>