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

Your preferred username that is used when logging in.

no video until pause then play Created Nov 17, 2009

This thread is solved

Views: 1367     Replies: 2     Last reply Jun 7, 2010  
You must login first before you can use this feature

hagadone

Posts: 3

Registered:
Nov 17, 2009

no video until pause then play

Posted: Nov 17, 2009

Hi,

The code looks like this


<script type="text/javascript" src="http://www.dailyinterlake.com/app/videography/flowplayer/flowplayer-3.1.4.min.js"></script>
<a  href="http://www.dailyinterlake.com/app/videography/videos/fairy_tale_ball.flv"  style="display:block;width:400px;height:300px" id="player"></a>
<script>flowplayer("player", "http://www.dailyinterlake.com/app/videography/flowplayer/flowplayer-3.1.5.swf");</script>

see it here:

http://www.dailyinterlake.com/test/article_019ad858-d393-11de-a540-001cc4c03286.html

The flowplayer files are the ones used in the download example kit.
Everything works well but there's no video until you click pause, then play.

hagadone

Posts: 3

Registered:
Nov 17, 2009

Modified request

Posted: Nov 18, 2009

Reply to: no video until pause then play, from hagadone
Hi,

I pasted the wrong version of my script into the post. Its this one instead.


<script src="http://www.dailyinterlake.com/app/videography/flowplayer/flowplayer-3.1.4.min.js" type="text/javascript"></script>
<a id="player" style="display: block; width: 400px; height: 300px;" name="player" href="http://www.dailyinterlake.com/app/videography/videos/fairy_tale_ball.flv"> </a>
<script src="http://www.dailyinterlake.com/app/videography/flowplayer/flowplayerplayer.js" type="text/javascript"></script>

The only difference is that I've moved the flowplayer("player" ... stuff into a js file.

snavebelac
http://www.hostpipe.co.uk

Posts: 1

Registered:
Jun 7, 2010

Same Problem

Posted: Jun 7, 2010

Reply to: Modified request, from hagadone
We are having exactly the same issue.

Any solution?