SWFLoader
GIF・JPEG・PNG・SVG・SWFファイルをアプリケーションにロード出来るコンポーネントである。
まずは簡単なMXMLからの利用例を記述しておく。
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="150" height="150">
<mx:SWFLoader x="10" y="10" source="http://air.wixion.cc/img/logo.jpg" />
</mx:Application>
索引
- Button
- CheckBox
- ColorPicker
- DateChooser
- DataField
- HSlider
- HorizontalList
- Image
- Label
- LinkButton
- List
- NumericStepper
- PopUpButton
- PopUpMenuButton
- ProgressBar
- RadioButton
- RadioButtonGroup
- RichTextEditor
- SWFLoader
- Text
- TextArea
- TextInput
- TileList
- Tree
- VSlider
- VideoDisplay
- HBox
- VBox
- HDividedBox
- VDividedBox
- Grid
- TabNavigator
- Accordion
- MenuBar

