[Solved] Screen size issue on the PC...

Can you give one more version a try?
https://dl.dropbox.com/u/1256960/Freelance/Nationwide_Screensaver/Install%20NationwideScreensaver%20Screensaver.zip

Here are my findings:

EXACT_FILL does not dispatch a resize event
I created a workaround that is basically forcing checking screen dimensions and forcing onResize if the dimensions change.

EXACT_FILL does not keep the integrity of scaling for displayObjects… BUT it does report the correct screen dimensions oddly enough!
I set the scaleX and scaleY of the stage to the inverse of EXACT_FILL’s applied scaling to counteract this problem. This ‘should’ essentially ignore EXACT_FILL’s silly scaling it applies and act as if it were set to NO_SCALE. All the rest of the code then functions as it would usually.

Please give it a try and see what you think. If it works I will share the source code!

Your latest version looks good to me, also.

SWEET!

Check out the revisions I did here:
https://dl.dropbox.com/u/1256960/Freelance/Nationwide_Screensaver/Screensaver.zip