views:

11

answers:

1

How can I do this?

I tried passing in the name of the file via querstrying but it looks like flowplayer wants to load it before the Request.Querstring["videoName"] value is retrieved.

+1  A: 

Have your asp.net page generate the clip configuration dynamically. It's hard to be more specific without seeing your code.

http://flowplayer.org/documentation/configuration/clips.html

dar