Hi, I just purchased the commercial version and I have been having one heck of a time trying to get it to work on my wordpress site.
<script type="text/javascript" src="http://videos.rehabstudents.com/player/flowplayer-3.1.4.min.js"></script>
<a href="http://videos.rehabstudents.com/videos/darin_magic_trick.flv" style="display:block;width:500px;height:324px;" id="player">
</a>
<!-- this script block will install Flowplayer inside the previous A tag -->
<script language="JavaScript">
flowplayer("player", "http://videos.rehabstudents.com/player/flowplayer.commercial-3.1.5.swf", {
// product key from your account
key: '#$dd571b20740739c0034'
});
</script>
When I have it set like that, there is no player but if I click where it would be I am prompted to download the .flv. All I want is to have a movie no play until it is clicked. I have searched everywhere and spent a few hours trying to figure this out. I was hoping someone could tell me what I am doing wrong, and how I can fix it. Thanks!