I have seen other posts and tried different resolutions, but none are working for me.
The video file plays fine for me in Chrome but gives the error
html5: file not found
in IE10 and FF
Originally I just had the following code
then I updated code based off this
I am pulling my videos from AWS, video url looks like this
https://myurl.cloudfront.net/MyGuid
UPDATE
I changed my code per this doc
HTML
Javascript
$(".player").flowplayer({ swf: "/Content/swf/flowplayer.swf" });
this works fine in IE10 and Chomre, but in FF I get the error
html5: Video file not found
'https://myurl.cloudfront.net/myGuid'
//this is the correct url and the one that is located in @Model.VideoURL
UPDATE 2
I guess firefox doesnt like abosulte urls from other sites here
I tried to setup a custom attribute using this guys suggestion
but I am still getting the same error (html5: Video file not found)