Ok I must not get it. I have the basic flow player set up below fine. Now I want to start customizing with properties mentioned here:http://flowplayer.org/documentation/configuration.html.
Where do you input those properties?? That simple but critical aspect to folks like me must've totally slipped the authors...
Whenever I add properties to the third argument the player no longer loads.
Where do you input those properties?? That simple but critical aspect to folks like me must've totally slipped the authors...
<script src="../flowplayer/flowplayer-3.0.3.min.js"></script>
<a href="URL HERE" style="display:block;width:475px;height:268px" id="player"></a>
Whenever I add properties to the third argument the player no longer loads.
<!-- this will install flowplayer inside previous A- tag. -->
<script>
flowplayer("player", "../flowplayer/flowplayer-3.0.3.swf");