Comment tags replicated.
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
which solves the comment tag issue but then the player doesn't show video until you first hit pause and then play.
<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.