这个例子进行的是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"...
这个例子进行的是Tourdeflex:UI Controls:Other Controls:Image
文中用到的图片下载地址:点此下载,下载后整个images文件夹放到src目录即可.其实只是用到了二张图片.
简介:
The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any...
这个例子进行的是Tourdeflex:UI Controls:Other Controls:HSlider and VSlider
文中用到的图片下载地址:点此下载,下载后整个images文件夹放到src目录即可.其实只是用到了几个图片.
简介:
The Slider class is the base class for the Flex slider controls. The slider controls...
这个例子进行的是Tourdeflex:UI Controls:Other Controls:ColorPicker
简介:
The ColorPicker control provides a way for a user to choose a color from a swatch list. The default mode of the component shows a single swatch in a square button. When the user clicks the swatch button, the swatch panel...
这个例子进行的是Tourdeflex:UI Controls:Other Controls:Alert
简介:
The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. The Alert control is modal, which means it will retain focus until the user closes...