I am using JW Player in an ASP.NET MVC application and I am trying to pass a file path from a database.
param name = "flashvars" value = "file = <% ResolveUrl (item.VideoPath)%> & image = preview.jpg"
I am getting nothing for the file path. How can i do this? Thanks to
Haste
a source
to share