ASPNetFlash Demo: Databinding Xml
This demonstration shows a DataBound Flash slide show. The slide data is read from
an Xml file and passed into the Flash Movie as an ActionScript Xml string with the
variable name "_root.aspnetflash_xml" or if ActionSpeak™ is installed, "ActionSpeak.XML".
One-Step DataBinding
ASP
NetFlash is a DataBound WebControl.
When a Data Source is affixed to the ASP
NetFlash object, data from that source is read, encoded, and passed into the Flash movie when run. The following .NET DataSource controls are supported for databinding with Flash:
- XMLDataSource (Passed into Flash as XML)
- SiteMapDataSource (Passed into Flash as XML)
- ObjectDataSource (Passed into Flash as a Record Set)
- AccessDataSource (Passed into Flash as a Record Set)
- SQLDataSource (Passed into Flash as a Record Set)

Additionally, the DataSource variable can be directly set to any of the following objects:
- XMLReader
- TextReader
- XMLDocument