这个例子进行的是Tourdeflex:Containers:DividedBox
简介:
此文包括了两个部分:HDividedBox和VDividedBox.一个是横向,一个是纵向.
A DividedBox container measures and lays out its children horizontally or vertically in exactly the same way as a Box container, but it inserts draggable...
这个例子进行的是Tourdeflex:Containers:Canvas
简介:
简单的介绍了使用Canvas容器后,里面的类似Panel,button等内容如何与之定位的方法.
A Canvas layout container defines a rectangular region in which you place child containers and controls. It is the only container that...
这个例子进行的是Tourdeflex:Containers:Box
这个例子是用来展示定位用的hbox,vbox的例子,大家可以看看,比较简单.
简介:A Box container lays out its children in a single vertical column or a single horizontal row.
hbox:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application...
这个例子进行的是Tourdeflex:Containers:ApplicationControlBar
简介:
The ApplicationControlBar container holds components that provide global navigation and application commands.
例子:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"...
这个例子进行的是Tourdeflex:Containers:Accordion
简介:
An Accordion navigator container has a collection of child containers, but only one of them at a time is visible.
到这篇日志为止,ui controls的常用flex组件基本都了解了个大概了,以后就进行其他的.
例子:
<?xml...
这个例子进行的是Tourdeflex:UI Controls:Other Controls:VideoDisplay
本例子用到了一个flv文件,点此下载.下载后解压放入src文件夹内.
简介:
The VideoDisplay control lets you play an FLV file in a Flex application. It supports progressive download over HTTP, streaming from...
这个例子进行的是Tourdeflex:UI Controls:Other Controls:SWFloader
本例子用到了一个swf文件,swfloader.下载后解压放入src文件夹内.
简介:
The SWFLoader control loads and displays a specified SWF file. You typically use SWFLoader
for loading one Flex application into a host Flex...
这个例子进行的是Tourdeflex:UI Controls:Other Controls:ProgressBar
简介:
The ProgressBar control provides a visual representation of the progress of a task over time.
例子:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"...