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

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -