This topic contains 1 reply, has 2 voices. Last updated by Bruce 3 years, 9 months ago.
Topic Author | Topic |
---|---|
Posted: Sunday Apr 7th, 2013 at 9:29 pm #46828 | |
I am trying to get a video up on my membership site. I have downloaded and uploaded the JW Player to my root directory and tried using the following shortcode: [s2Stream player="jwplayer-v6" player_path="/jwplayer/jwplayer.js" player_width="480" player_height="270" file_download="http://members.bluelinedefense.com/wp-content/plugins/s2member-files/dea_shoots_foot.mp4" rewrite="yes" /]Nothing displays on the page, but when I use the following script from the JW player’s read me article, it works. jwplayer.key=”ABCDEFGHIJKLMOPQ”; jwplayer(“myElement”).setup({ I would prefer to use the shortcode, can anyone help me on this? |