FFILES.COM NEWS SUBMIT A FILE REGISTER CONTACT
username:
password:
register | login help
Pending listings (7)

Resolution Detection

Buy and sell flash files
Previous overall listing: XML Reader Previous in ActionScript: closing  window+blur effect2 Next overall listing: shooter Next in ActionScript: red grass

This movie clip detects a user's screen resolution, and if it is 800 x 600, runs a script. You will need MC Tween to run it properly :... more >

user Guest Author URL ffiles.com
Listing URL none
Downloads 2637 Views 16383
Guest  

User ratings for Resolution Detection.

Donate Add to favorites Subscribe to comments
Report listing
Download

More listings by Guest

Simple FullScreen Button
Simple FullS...
Simple Floating Particles
Simple Float...
Simple Mouse Particles
Simple Mouse...
Bouncy Tiptool
Bouncy Tipto...
ErupZion
ErupZion
typewriter
typewriter

Comments

You need to LOGIN to post a comment.
user ev4n
ev4n: 4 years ago

btw, currently on line 4 of the actionscript layer you have:

if (System.capabilities.screenResolutionX == 800) {

it would be better with:

if (System.capabilities.screenResolutionX <= 800) {

so that it handles any resolution 800 or below, not just 800.

thanks for the file again.

user ev4n
ev4n: 4 years ago

this is great :D
thanks, im sure ill find this useful.