The following example shows how you can define a FileReference object in MXML by defining a custom namespace for the flash.net package.
Full code after the jump.
{ 6 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can define a FileReference object in MXML by defining a custom namespace for the flash.net package.
Full code after the jump.
{ 6 comments }
OK, enough embedding examples, lets take a look at downloading files using Flash Player’s FileReference class (flash.net.FileReference). This example demonstrates a basic usage of the FileReference class within Flex, allowing users to download a file from the server. This example also shows how you can use data tips in the DataGrid control by setting the data grid column’s showDataTips property to true and specifying a value for the dataTipField column.
Full code after the jump.
{ 48 comments }