CompactMVC is a free and easy to use compact (Multicore) Flash/Flex/Air Framework for building Applications based on MVC Design Pattern. Supports to communicate among all core actors of a module based application.

Archiv für die Kategorie „Workaround“

Skinning Scrollbars with Degrafa

Freitag, 5. Februar 2010

Look at this link (http://asawilliams.org/?p=35) and find the solution!

Flex: Background resizing

Mittwoch, 13. Mai 2009

In HTML we would resize with a style like ‘background : url(/images/bg_pagewrapper.png) 0 0 repeat-x;’.

In Flex you have to use a workaround found here:

http://www.flashcomguru.com/apps/flex/bgtile/srcview/index.html

JSTextReader löst Windows-Firefox wmode="transparent" Problem!

Mittwoch, 1. April 2009

JSTextReader ist ein Workaround um ein Fehlverhalten von Windows-Firefox zu beheben.
Werden Flashfilme mit dem Parameter WMODE=”transparent” eingebettet, ist es dem Benutzer leider nicht mehr möglich Sonderzeichen wie das @-Zeichen etc. einzugeben. Somit sind Formular-Eingabefelder wo z.B. die E-Mail Adresse abgefragt wird nicht realisierbar.

Über den Umweg Javascript->Flash ist es nun möglich:
http://analogcode.com/p/JSTextReader/