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