I’ve run into a rather typical problem…but have yet to find an answer that suits my needs…
So, I’ve built out an entire site and everything works great. Now i ran into the issue of overlapping items on the page when resized below a certain size. SO…now i have to find out the easiest way to limit the swf to a resizing only so small.
Here is the problem. Everything in the code is aligning to stage.height and stage.width…so ideally it would be nice to have ONE function that only allows the swf to get to a certain size before stopping all alignments.
I REALLY don’t want to go through and rewrite all my alignments.
I’ve tried swffit, but that doesn’t work very good…any other ideaS?