actionscript 3 - AS3 EXACT_FIT Creative Work Around? -


i want background image fit screen of device. have tried basic code below

bg.height = stage.stageheight; bg.width = stage.stagewidth; 

this works however, have choose exact_fit fill screen on different devices. issue other content gets stretched. wondering if there creative way stretch background using exact_fit , load in new content , find out how content has been stretched , reduced normal height , width.

in short looking ideas or best ways have access full screen of device without having stretch content funny proportions.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -