Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resolution

Status
Not open for further replies.

Vijju123

Programmer
Feb 3, 2001
15
US
Hi,

Do you guys consider the resolution when creating any FLASH application ?

I'm wondering whether there will be any impact if we develop the application using m/c with 640x480 and user has 1024x768.

Thanks
 
hi vijju

Sure, everything is tested for 800x600 and 1024x768. I usually create for the 800x600 then either publish to 100% or just center for the 1024 audience. Creating an "application" though, I (personally) would design for the smaller (800x600) audience.

Having said all that, the monitor I use the most of the two (and prefer) is the 1024res, and these days most people will have decent 1024res monitors, but you can't be complacent if you want to be certain.

Hope I've understood you're post (v. tired). Bye for now...

dave davdesign@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^
 
Statistics in January showed that more than 50% of people use 800x600 monitors to surf the Internet. Just because most programmers have 1024's doesn't mean we should develop for that resolution.

The good news is that since Flash is vector-based, you can resize without losing quality. You don't need to center when the resolution is bigger, just use some Javascript and resize the object (movie).

Personally, I develop for 800X600 and use code to resize according to the user resolution.

Ferhelping

Fernando Regueiro
ferhelping@yahoo.com
 
Ferhelping...I believe Dav was referring to smaller as in screen resolution not smaller as in audience size. Just thought I would point that out since it appears that you misunderstood the statement.

Most of us do build for the smaller screen resolution users(800x600) as Dav has already said. I think that is a common practice among professionals. Ya' Gotta Love It!
sleepyangelsBW.jpg
 
ferhelping

What's the problem? Note that I stated quite clearly: I usually create.... when I talked of centering and resizing. If you use the Javascript method, just state it, don't lessen the tone of the forum.

And also: ..and these days most people will have decent 1024res monitors..., but you can't be complacent if you want to be certain.

Roughly translated for newbies, or the argumentative: most people have the monitors, but have them set to 800x600 so you can't be too sure, hence it would be advantageous (in MY opinion) to design for 800x600.


Thanks Jeff, you were absolutely correct in your summation.

dave
davdesign@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top