Rank: Newbie Groups: Member
Joined: 8/22/2009 Posts: 7 Points: 21 Location: London
|
I want to bind my flash file to an xml datasource and have downloaded the demo, heres how its shown
<ASPNetFlash:Flash ID="FlashDataBindingXml" runat="server" PlayerVersion="8" PlayerVersionAutoDetect="False" MovieURL="flash/DataBoundSlideShowXmlDemo.swf" DataSourceID="XmlDataSource1"> <HTMLAlternativeTemplate> <asp:ImageButton ID="ImageButtonGetFlashPlayer" runat="server" PostBackUrl="http://www.adobe.com/go/getflashplayer" ImageUrl="http://www.aspnetflash.com/images/get_flash_player.gif" /> </HTMLAlternativeTemplate> </ASPNetFlash:Flash>
when I try to do the same thing in my codebehind (C#), like this
this.FlashDataBindingXml. -----> no DataSourceID property
how can I bind to an xml datasourec at runtime with c# ?
|