We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29355
    • 7 Posts
    I followed the directions in the repo.2299.txt to upload the JWPlayer. I created the snippet JWPLayer and placed the whole text in the snippet. I did create a TV as instructed. However, in the document where I am placing my FLV file, when I put the code [[JWPlayer? &src=[*walle.flv*]] the only thing showing is the page title and footer. What did I do wrong? Thanks.


    - Download the .zip at http://www.jeroenwijering.com/?item=JW_FLV_Player
    - Unzip the file and rename it ’embed’
    - Place /embed/ inside another directory entitled ’JWPlayer’
    - Upload the JWPlayer directory to your assets/snippets/ directory
    - Paste the text of this document in a snippet - entitled ’JWPlayer’

    - Recommended: Create a Template Variable (TV) Called ’videosrc’ and
    Set the input type as ’file’

    * I’m not packaging these files in the snippet download - because the player is
    sometimes updated - and you probably want the newest one.

    * Tested and written for JW FLV MEDIA PLAYER v. 4.0
      • 30946
      • 2 Posts
      Maybe it will be useful to add this code in the beginning of the snippet. It will display all php errors, if they take place.
      ini_set('display_errors',1);
      error_reporting(E_ALL ^E_NOTICE);