You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

i got commercial, problems setting up Created Oct 10, 2009

This thread is solved

Views: 2052     Replies: 2     Last reply Oct 16, 2009  
You must login first before you can use this feature

gennaoanothen

Posts: 5

Registered:
Jun 7, 2009

i got commercial, problems setting up

Posted: Oct 10, 2009

I was using the free 3.1.1, had no problems setting up on my server.
purchased a liscense 3.1.4, and can not set it up on server.
when I do this
http://your.server.com/flowplayer/example/index.html
I get a page, but no video displayed, just a black box and the text, same for the page I uploaded on my site.

gennaoanothen

Posts: 5

Registered:
Jun 7, 2009

» i got commercial, problems setting up

Posted: Oct 10, 2009

Reply to: i got commercial, problems setting up, from gennaoanothen
ok figured that out the example/index.html now plays.
but my web site video does not play.
do I have to put my product key in the script?
[a]a href=http://www.my site.org/videos/teensplay.flv" style="display:block;width:425px;height:300px;" id="player"> [/a]
<script language="JavaScript"> flowplayer("player", "/flowplayer.commercial-3.1.4.swf", { clip: {autoPlay: false, autoBuffering: true} }); </script>

degenerate

Posts: 156

Registered:
Sep 19, 2008

» » i got commercial, problems setting up

Posted: Oct 16, 2009

Reply to: » i got commercial, problems setting up, from gennaoanothen
Make sure you are also including flowplayer.js in your head.

<script src="/flowplayer-3.1.4.min.js"></script>

This allows the flowplayer() function to replace the tag with the actual flowplayer once the page loads.