The following example shows how you can load a recorded F4V video from an RTMP server in a Spark VideoPlayer control in Flex 4 by setting the source property to a DynamicStreamingVideoSource object.
Full code after the jump.
{ 2 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can load a recorded F4V video from an RTMP server in a Spark VideoPlayer control in Flex 4 by setting the source property to a DynamicStreamingVideoSource object.
Full code after the jump.
{ 2 comments }
The following example shows how you can use an XML document as a data provider for a Spark List control in Flex 4 by using an XMLListCollection.
Full code after the jump.
{ 11 comments }
The following example shows how you can set a bitmap fill on an Flex Gumbo Ellipse object by setting the source property on the BitmapFill object.
Full code after the jump.
{ 0 comments }
The following example shows how you can prevent the Flex Image control to automatically loading an image when setting the Image control’s source property by setting the autoLoad property to false and then explicitly loading the image using the load() method.
Full code after the jump.
{ 0 comments }
The following example shows how you can detect when the source property has changed on a Flex Image control using the sourceChanged event.
Full code after the jump.
{ 0 comments }
The following example shows how you can filter items in a Flex DataGrid using a CheckBox control, and the ArrayCollection class’s filterFunction property.
Full code after the jump.
{ 21 comments }