I am an ASP.NET Web Pages with razor syntax beginner who is trying to develop a simple video archive for our church in Slovak Republic. The very early prototype is published at ws295600.atlas.domains.sk/video. It makes use of simple C# case switching together with UrlData as offered by ASP.NET Web Pages framework.

You can see the source code of the content page at http://ws295600.atlas.domains.sk/video.cshtml.txt. This is where everything important happens.

When I access the default video at ws295600.atlas.domains.sk/video, it is styled the way it should. However, once I try to make use or URL parameters to make choice of video, I am loosing CSS styling and video element reverts to default controls as delivered by a particular browser. Please try following URLs to experience this behavior.

http://ws295600.atlas.domains.sk/video/vikendovka ws295600.atlas.domains.sk/video/anetka

As a HTML5 video framework I am utilizing playerframework.codeplex.com. I have also tried mediaelementjs.com but same behaviour persists. The mediaelement.js version is accessible at:

ws295600.atlas.domains.sk/demo/video
ws295600.atlas.domains.sk/demo/video/vikendovka
ws295600.atlas.domains.sk/demo/video/anetka

Please, please, can anyone knowledgeable help me with this. I do not want to revert to old style optional URL parameters that start with “?”. The future belongs to MVC style URLs. If only someone could help me to understand why is it not working properly.

Best regards, Jan Sichula sichula.temelios.sk (English website for ministry friends – family photos, videos and ministry newsletter archive)

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.