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

Your preferred username that is used when logging in.

Forum user: hagadone

Basic information

Registered Nov 17, 2009
Last login Nov 18, 2009
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/18940

Latest forum posts

Posts:

Registered:

Comment tag replication on execution

Posted: Nov 18, 2009

Comment tags replicated.


<script>flowplayer("player", "http://www.dailyinterlake.com/app/videography/flowplayer/flowplayer-3.1.5.swf");</script>

When I execute the page with this code, it changes the code by adding comment tags <!-- and //-->. The next time I execute it, the comment tags get changed again to <!-- <-- //-->//-->.

The next time
<!--<!-- <-- //-->//-->//-->.

etc, etc. How do I keep this from happening? I changed the code by putting it in a js file so the code above became


<script src="http://www.dailyinterlake.com/app/videography/flowplayer/flowplayerplayer.js" type="text/javascript"></script>

which solves the comment tag issue but then the player doesn't show video until you first hit pause and then play.

Posts:

Registered:

Modified request

Posted: Nov 18, 2009

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.

Posts:

Registered:

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.