Feeds:
Posts
Comments

Archive for the ‘Uncategorized’ Category

AFPS_banners_for_others5

Read Full Post »

override protected function updateDisplayList( unscaledWidth:Number, unscaledHeight:Number ):void {

var hGap:int = ( width – ( numChildren * getChildAt( i ).width + 10 ) ) / ( numChildren – 1 );

for( var i:int = 1; i < numChildren; i++ ){

getChildAt( i ).x = getChildAt( i – 1 ).x + getChildAt( i – 1 ).width + hGap;

}

super.updateDisplayList( unscaledWidth, unscaledHeight );

}

Read Full Post »

http://weblog.mrinalwadhwa.com/2010/01/24/an-introduction-to-rich-internet-applications/

Read Full Post »

http://www.jamesward.com/2010/01/24/first-steps-in-flex-screencasts/

Read Full Post »

@font-face {

font-family: “scFont”;

src: url(“assets/fonts/mriam.ttf”);

embedAsCff: true;

}

mx|Alert, mx|Button, mx|Form,mx|FormItem, mx|FormItemLabel{

font-family: scFont;

textFieldClass: ClassReference(“mx.core.UIFTETextField”);

}

mx|DateField {

font-family: Tahoma;

textInputClass: ClassReference(“mx.controls.MXFTETextInput”);

textFieldClass: ClassReference(“mx.core.UIFTETextField”);

}

mx|Label {

textFieldClass: ClassReference(“mx.core.UIFTETextField”);

}

Read Full Post »

http://www.madeinflex.com/img/entries/2007/05/customeasingexplorer.html

Read Full Post »

http://weblogs.macromedia.com/mc/archives/flex_user_experience/index.html

Read Full Post »

http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html

Read Full Post »

http://tv.adobe.com/#vi+f1556v1715

Read Full Post »

Learn Flex in one week by going through this video training course. To maximize your learning, we recommend that you view the videos and complete the exercises in the order that they are listed. If you run into problems and have questions, you can ask a question on the Flex in a Week forum.

Note: Before starting the training, please ensure that you have installed Flex Builder. You can either use the free trial version or buy Flex Builder to go through the training.

Day 1: Flex basics

Day 2: Component development

Day 3: Putting it all together 

  • Video: Validating data (7:15)
  • Exercise: Validating form data (PDF, 95k)
  • (Download Starter, ZIP, 33K; Solution, ZIP, 34K)
  • Video: Requesting and sending data with RemoteObject (20:52)
  • Exercise: Using RemoteObject to send data to the server (PDF, 496k)
  • (Download Server, ZIP 22K; Starter, ZIP, 34K; Solution, ZIP, 35K)
  • Video: Formatting data (6:09)
  • Video: Dragging data between List components (5:20)
  • Exercise: Implementing drag and drop between components (PDF, 626k)
  • (Download Starter, ZIP, 35K; Solution, ZIP, 35K)
  • Video: Filtering XML with E4X (12:04)
  • Exercise: Using XML with E4X (PDF, 53k)
  • (Download Starter, ZIP, 35K; Solution, ZIP, 36K)
  • Video: Deploying Flex and AIR applications (11:57)
  • Exercise: Deploying a Flex application (PDF, 499k)
  • (Download Starter, ZIP, 36K; Solution, ZIP, 36K)
  • Exercise: Creating and Deploying an AIR Application (PDF, 1.2M)
  • (Download Starter, ZIP, 36K; Solution, ZIP, 815K)
  • Read Full Post »

    Older Posts »