Dynamic rich media component for ASP.Net Flash, Video, Audio, FlashVideo and ToolTip / Balloon Help controls for C# and VB.Net
Welcome Guest Search | Active Topics | Members | Log In | Register

missing datasourceID property Options · View
arp2600
Posted: Saturday, August 22, 2009 1:51:25 PM
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# ?
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.