You are here: --/ flex

Tự thiết kế Web Flash dễ dàng với Wix.com

ự thiết kế cho mình một Website Flash để dùng cho mục đích cá nhân hoặc thương mại đôi khi chỉ là giấc mơ đối với nhiều người trong chúng ta. Tuy nhiên, nếu bạn thật sự muốn và nhờ tới sự trợ giúp của dịch vụ trực tuyến Wix thì nó lại trở nên dễ dàng hơn bao giờ hết. Chỉ với vài thao tác đơn giản là... 

Better form validation in Flex

Flex comes with a built-in form validation system that unfortunately uses mystery meat tooltips to display component validation errors. To see what I mean, take a look at the example I wrote a while back in the Validating Data Quick Start. If you tab around that example, you may notice that you are probably doing something wrong (as indicated by the red borders around the form items that begin to... 
Tags: ,

Using Flash Player 10 within Flex Builder

Here is a step by step tutorial for setting up Flex Buillder 3 to compile for the new Flash Player 10 beta. This setup will also get you code insight for the new Flash Player 10 APIs. Step 1: Visit http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3 and download any build greater than 3.0.1.1728 dated Thu May 15, 2008. This example uses 3.0.1.1739. Step 2: Unzip the download and add it... 

Delete multiple records in datagrid in Flex

Although it sound simple, I had a really hard time finding the solution to delete multiple records in datagrid in one of my projects. I was using XMLListCollection as a dataprovider and a single record could be deleted with removeItemAt(index) method. However, for the multiple selection, Flex stores the indices of the selected rows in an array. If I iterate through these indices and start removing... 

Create a full UTF-8 flex application

As a first step, we will make a very simple application with the following functionnalities : display a list of users after a click on the list, the detailed information is display a button let the adminitrator add, update or delete a user the administrator have a little form to search for users The User object : package adlresintest; public class Adluser { public int id; public String firstname; public... 

Flex Image control as Button

Flex Image control as Button [Bindable] [Embed(source="/path/to/my/image.png")] private var myIcon:Class;   private function handleImageClick(event:Event):void { // your click handler code }   <mx:Image source="{myIcon}" useHandCursor="true" buttonMode="true" click="handleImageClick(event)" />  Read More →

3 cách viết code trong Flex

Giống như Flash có cách viết code trên frame, trên đối tượng (AS2), hoặc dùng linkage với file bên ngoài. Flex có những cách code tương tự như sau : 1. Code trực tiếp trên file mxml với thẻ scritp: Code: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="helloWorld();"> <mx:Script> <![CDATA[ public... 

Cài svn trên flex builder 3

This tutorial will show you how to setup Subversion (SVN) with Flex and how you use it. SVN is a great tool to backup your files, let others work on the same project and keep track of all versions of a file. To read more about why you should use Subversion, read here. Note that this tutorial will only work with Flex 3. We’ve had several stabs at making Subversion work with Flex 2 (based on Eclipse... 

Create a Dynamic Event Calendar in Flex Builder 3 with Actionscript 3.0

Flex Builder Try/Buy Pre-Requisites This tutorial assumes that you have fair knowledge of OOPs, Flex framework, AIR and Actionscript 3.0 You know basic concept of writing a Class file which could use inheritance, polymorphism etc. Step1: Getting Started Before starting with the tutorial have a look what we are going to achieve from this tutorial, click on the View Demo button. Firstly lets setup a... 
Copyright © 20010 ..::VN Support::...All Right Reserved.
Design by Junkie and developed by Manlivo.
Contact:
  • sugiatinhyeu_thantinhyeu3
  • manlivo
  • manlivo@gmail.com
Powered by WordPress.
  • frontpage hit counter
  • Page Ranking Tool