Hi,
 
You can share the same css between different Flex applications.  It is better to keep CSS styles in files because you can change styles in CSS file and it would be reflected in all applications using it. You don't need to modify all applications for some styles, this saves lots of human errors that can happen by copying-pasting or manual edits. You can swap CSS files to change the entire color-scheme/styles of applications. 
 
Once a CSS file is downloaded to client, all applications use the copy from local cache unless it has changed on server. So only one time download which is not possible if styles are embedded in application.
 
So always keep common styles in one places, i.e. CSS file.
 
 
-abdul

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, July 11, 2005 4:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Question about css files

I know this is probably a basic question but what is the use of them? I mean I know you do not need them but how is it an advantage in some cases to have them in your flex programming?

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to