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

Programmatically setting VideoURL Options · View
moxol
Posted: Friday, September 04, 2009 1:53:05 PM
Rank: Newbie
Groups: Member

Joined: 9/4/2009
Posts: 4
Points: 12
I have an UpdatePanel on .aspx page in which I put ASPNetFlashVideo.
I have a DropDownList in UpdatePanel also which has SelectedIndexChanged event handler in which I set programmatically VideoURL of ASPNetFlashVideo but video isn't played.

What is the problem?
moxol
Posted: Friday, September 04, 2009 2:40:54 PM
Rank: Newbie
Groups: Member

Joined: 9/4/2009
Posts: 4
Points: 12
Let me just say that I set VideoURL = "videoloader.aspx" in which I get bytes from database field and I write them to Response.OutputStream.

When I get bytes from FileStream and write them to Response.OutputStream then all works, but when I get bytes from database then it doesn't.

Help anyone?
moxol
Posted: Friday, September 04, 2009 2:53:23 PM
Rank: Newbie
Groups: Member

Joined: 9/4/2009
Posts: 4
Points: 12
I have pinpointed the problem.
I am not sure why but VideoURL = "videoloader.aspx" works and VideoURL = "videoloader.aspx?id=videoid" doesn't.
Query string is the problem.

Help?
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.