Hello there
I checked these steps:
- Verify that you are not receiving any JavaScript errors. (No errors found, just warnings: (anonymous function does not always return a value))
- Verify that the flowplayer.js script and any other required scripts are included and their paths have been specified correctly.
- Verify that flowplayer.swf exists and its path is correct. The same applies for any plugins you are using.
- Check with your browser that the video file can be found on your Web server.
All are working.
The film is good, bcs when i play it on my desktop, it runs like a charm.
My code:
Can anyone help me here? Please?
I checked these steps:
- Verify that you are not receiving any JavaScript errors. (No errors found, just warnings: (anonymous function does not always return a value))
- Verify that the flowplayer.js script and any other required scripts are included and their paths have been specified correctly.
- Verify that flowplayer.swf exists and its path is correct. The same applies for any plugins you are using.
- Check with your browser that the video file can be found on your Web server.
All are working.
The film is good, bcs when i play it on my desktop, it runs like a charm.
My code:
<a class="myPlayer"
href="http://www.xxxxx.nl/films/autoxperience.flv"
style="background-image:url('./films/autoexperiencestartschot.png');"
id="player">
<img src="css/img/play_large.png" alt="afspelen" />
</a>
<script language="JavaScript">
flowplayer("a.myPlayer", "./films/flowplayer-3.1.2.swf");
</script>
I see an image when i load the page. It has a play-button on it. I click the button and i see flowplayer, i see the loading animation for about 2 seconds, and then i see the controlbar appear. I see the first of the two counters counting. The other stays at 00:00. Sounds good. One problem: i see no film. Just a black window wih Flowplayer logo in its bottom left corner.Can anyone help me here? Please?