[flexcoders] External Style Sheet Naming and Structure Conventions

2009-11-09 Thread Asa Williams
I am creating an AIR/Flex application and wanted to know how to break up my styles. Right now I have everything in two files and quickly realized I needed to break it up. The normal web way of breaking them up doesnt seem to apply to us. Or does it? What css file naming convention should I

[flexcoders] local socket connection

2009-10-06 Thread Asa Williams
I am writing an AIR application using Flex and want to use a socket to connect to a local application running. Do I still need to use a socket Policy file for this. If so, what is the easiest way to do this locally?