Hi,
I'm a market researcher and am using flowplayer to display videos in online surveys. I can't provide a live example because a) it's called up as part of the survey software in dynamically generated pages, and b) it's confidential. However the configuration I am using is pretty simple, basically just the basic install/config with a few added clip parameters as follows
And in the html it is:
And yes, the javascript files are inserted as well - and everything works, under Windows. The video plays perfectly in IE, Firefox, and Safari. It works in Firefox on Ubuntu, as well.
It doesn't work on my HTC Desire - which runs Android 2.1 and has Flash support. I get the Error code 200 about not being able to find the clip.
It does work on a colleague's HTC Desire which is running Android 2.2.
I've previously used the object method of inserting the player, and that won't work for me in Firefox on Ubuntu, again returned the clip not found Code 200 message.
I'm looking for reasons why the Code 200 would be given and why it can't find the video, even though it works fine on other platforms (and the video is most definitely there!) - can anyone point me in the right direction?
Many thanks in advance.
I'm a market researcher and am using flowplayer to display videos in online surveys. I can't provide a live example because a) it's called up as part of the survey software in dynamically generated pages, and b) it's confidential. However the configuration I am using is pretty simple, basically just the basic install/config with a few added clip parameters as follows
flowplayer("player", http://mydomain.co.uk/flowplayer-3.2.3.swf", {
play: null,
clip: {
autoPlay: true,
bufferLength: 20
},
plugins: {
controls: null
},
onFinish: function() {
setTimeout ("document.mrForm.submit()",1500);
},
onBegin: function() {
this.setVolume(100);
}
And in the html it is:
<!-- player container -->
<a href="http://mydomain.co.uk/test/myvideo.mp4"
style="display:block;width:480px;height:254px;"
id="player">
And yes, the javascript files are inserted as well - and everything works, under Windows. The video plays perfectly in IE, Firefox, and Safari. It works in Firefox on Ubuntu, as well.
It doesn't work on my HTC Desire - which runs Android 2.1 and has Flash support. I get the Error code 200 about not being able to find the clip.
It does work on a colleague's HTC Desire which is running Android 2.2.
I've previously used the object method of inserting the player, and that won't work for me in Firefox on Ubuntu, again returned the clip not found Code 200 message.
I'm looking for reasons why the Code 200 would be given and why it can't find the video, even though it works fine on other platforms (and the video is most definitely there!) - can anyone point me in the right direction?
Many thanks in advance.