Monthly Archives: October 2012

Save Login in Flash and Flex

One of the benefits of creating your login in HTML is the browsers ability to save your username and password. This feature is becoming more important with new features like Firefox Sync, Chrome Sync and so on. We can do … Continue reading

Posted in Flash, Flex, HTML | 8 Comments

Using CSS in Flex – Styles Guideline

First, the stylesheet examples. BTW This is a work in progress. fonts.css, /* CSS file for Embedded Fonts */ /**** MyFont ************************************/ @font-face { src: url("/assets/fonts/Font.otf"); fontFamily: MyFont; embedAsCFF: true; fontStyle: normal; } @font-face { src: url("/assets/fonts/Font.otf"); fontFamily: MyFont; embedAsCFF: … Continue reading

Posted in CSS, Flex | Leave a comment