Dynamic rich media component for ASP.Net Flash, Video and Audio controls for C# and VB.Net

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". 


download demo source code download demo source code

One-Step DataBinding


    ASPNetFlash is a DataBound WebControl.  When a Data Source is affixed to the ASPNetFlash 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)

Welcome to ASPNetFlash DataBind to .NET DataSources

    Additionally, the DataSource variable can be directly set to any of the following objects:

  • XMLReader
  • TextReader
  • XMLDocument