Re: Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-23 Thread Omar Fouad
in addition to Stage.scaleMode = noScale; U'll be needing to allign some objects on the stage by using the Stage.height and Stage.width getters methods... On 3/18/07, Nicola Alexander Schlup - LuniLogic [EMAIL PROTECTED] wrote: Thanks a lot Andy, that was exactly what I needed :-).

Re: Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-18 Thread Nicola Alexander Schlup - LuniLogic
Thanks a lot Andy, that was exactly what I needed :-). ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-16 Thread Andy Herrman
You can tell Flash to not scale the contents of the movie when it is resized, so you should be able to just set the object tag values to the size you want. Try putting the following in the first frame: Stage.scaleMode = noScale; That will tell it not to scale things. Then, when the window

Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-15 Thread Glen Pike
First free tutorial. http://www.communitymx.com/content/article.cfm?page=6cid=FD491 http://www.communitymx.com/content/article.cfm?page=6cid=FD491 Nicola Alexander Schlup - LuniLogic wrote: Hi, I want to extend a gallery slideshow script

Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-15 Thread Glen Pike
First free tutorial. http://www.communitymx.com/content/article.cfm?page=6cid=FD491 http://www.communitymx.com/content/article.cfm?page=6cid=FD491 Nicola Alexander Schlup - LuniLogic wrote: Hi, I want to extend a gallery slideshow script

Re: [Flashcoders] Resizing sw, dependently on screen resolution

2007-03-15 Thread Glen Pike
First free tutorial. http://www.communitymx.com/content/article.cfm?page=6cid=FD491 http://www.communitymx.com/content/article.cfm?page=6cid=FD491 Nicola Alexander Schlup - LuniLogic wrote: Hi, I want to extend a gallery slideshow script