So, I am clicking on the video assuming it's gonna start playback, but instead it goes for a download, as if the javascript didnt load any player at all.
Here is what i have done:
The url is:
http://foniksfsk.no/site/tandem#video
But the video content is AJAX loaded, so to see the source you have to select all (ctrl-a), then right click and view selection source.
(At least in Firefox)
Here is what i have done:
<h2>Video</h2>
<script type="text/javascript" src="http://foniksfsk.no/flowplayer-3.1.1.min.js"></script>
<div id="tandem" class="cutebox wide">
<h4>Tandem 2009</h4>
<p class="cbtext">
<a id="tandemplayer1" href="http://foniksfsk.no/_video/tandem2.flv" class="videocontainer" style="background:url(/_video/tandem2.jpg);width:480px;height:272px;">
<img src="/_video/play.png" title="Snurr Film" alt="Snurr film" style="margin-top:100px;border:0" />
</a>
</p>
<p>
En samling klipp fra diverse tandemhopp<br/>
<br/>
Kameramann og videoredigerer: Shane Dunn<br/>
Tandeminstruktør: Håvard Rognerud<br/>
</p>
<script type="text/javascript">
flowplayer("tandemplayer1", "http://foniksfsk.no/flowplayer-3.1.1.swf");
</script>
</div>
The url is:
http://foniksfsk.no/site/tandem#video
But the video content is AJAX loaded, so to see the source you have to select all (ctrl-a), then right click and view selection source.
(At least in Firefox)