Monthly Archives: December 2007

Taking flv. videos full screen in flash CS3

Taking .flv videos full screen in Flash demo This article is in response to web designer magazines issue 136 article about taking your Flash sites fullscreen. I won’t include the article or a link(as I’ll show a better way), but … Continue reading

Posted in Flash | 2 Comments

Styling Your Flex Apps Using mx.styles.Stylemanager

This is an alternative to the previous method of using .css view sample here: http://www.tetraktysdesign.com/experiments/mxStyleTEST/bin/mxStyleTEST.html <mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” width=”500″ height=”400″ > <mx:Script><![CDATA[ import mx.styles.StyleManager; public function initializeStyles():void { if(comboBox.selectedItem.data == “1″){

Posted in Flex | 2 Comments

Styling Your Flex Apps At Runtime With CSS

This article is intended to demonstrate a method of styling your flex apps using css. I wanted a way to allow the user some control over how the application appears, specifically font size, but also other individual aspects of the … Continue reading

Posted in Flex | Tagged , , , , | 1 Comment

create a “wet floor” reflection for an .flv video

this was from a while ago, but I thought I’d post it. Flash AS 2, sorry. example source import flash.display.*; // Set these values to the width and height of .flv var bmd:BitmapData=new BitmapData(500,300); // Reflection movie clip should be … Continue reading

Posted in Flash | Tagged , | Leave a comment

Flash asteroids-style game

this is just plain fun. based on neave’s asteroids

Posted in Flash, Uncategorized | Leave a comment