Category Archives: flex

Strict typing as a first line of defence

I’m currently in the final stages of a refactor and I thought I’d just share this little tidbit on why strict typing is a good thing in AS3, especially when working in an agile environment where things can change quickly as requirements unfold and mutate.

Also posted in actionscript 3, flash, tips | Tagged , | 3 Comments

Embedding SWF content with Ruby on Rails

A question regarding the embedding of SWF content came up on the Ruby on Rails mailing list. In this instance, the problem was related to the tags used to embed a SWF in Internet Explorer and Mozilla browsers. Internet Explorer requires an <object> tag, while Mozilla (and most other) browsers require an <embed> [...]

Also posted in flash, rails, tips | Tagged , , , | 23 Comments