Hello, I just got the commercial version for flowplayer and am using it on my website. I've been using the free version without problems. The commercial version seems to sometimes play and sometimes not. I'll check it before I go to bed and then wake up and it won't play, just a black box. I click it a few times and then it will play again. I've used it with both firefox and safari and same in both. This is what the code looks like on my front page:
<!-- player container-->
<p>video file is here</p>
<!-- this script block will install Flowplayer inside the previous A tag -->
<p><script language="JavaScript">
flowplayer("player", "/storage/flowplayer/flowplayer.commercial-3.1.5.swf", {
// product key from your account
clip: { autoPlay: false, autoBuffering: true}, key: '#$d9fa0090b62bf849203'
});
</script></p>
I use square space and inserted it using their "raw" html editing mode. The code was originally copied from the flowplayer website and then inserted in here. Like I said, sometimes I get a black box and sometimes it will play. I'm assuming I can use the commercial version multiple times on my website? I use the key code each time. Thoughts?
www.windowthree.com
<!-- player container-->
<p>video file is here</p>
<!-- this script block will install Flowplayer inside the previous A tag -->
<p><script language="JavaScript">
flowplayer("player", "/storage/flowplayer/flowplayer.commercial-3.1.5.swf", {
// product key from your account
clip: { autoPlay: false, autoBuffering: true}, key: '#$d9fa0090b62bf849203'
});
</script></p>
I use square space and inserted it using their "raw" html editing mode. The code was originally copied from the flowplayer website and then inserted in here. Like I said, sometimes I get a black box and sometimes it will play. I'm assuming I can use the commercial version multiple times on my website? I use the key code each time. Thoughts?
www.windowthree.com