VideoDisplay
ストリーミング・メディアをアプリケーションに組み込むことの出来るコンポーネントである。
まずは簡単なMXMLからの利用例を記述しておく。
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="220" height="260">
<mx:VBox x="10" y="10">
<mx:VideoDisplay source="flvファイルのuri" id="flv1" width="200" height="200" autoPlay="false" />
<mx:HBox>
<mx:Button label="一時停止" click="flv1.pause();" />
<mx:Button label="再生" click="flv1.play();" />
</mx:HBox>
</mx:VBox>
</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

