Last active
November 23, 2025 18:57
-
-
Save grappler/4656897 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript" src="//cdn.jsdelivr.net/jwplayer/5.10/jwplayer.js"></script> | |
| <div id="player_1"></div> | |
| <script type="text/javascript">// <![CDATA[ | |
| jwplayer('player_1').setup({ | |
| file: "http://testing.grappler.tk/files/2013/01/trailer_1080p.mp4", | |
| width: "100%", | |
| height: "100%", | |
| stretching: "fill", | |
| flashplayer:"//cdn.jsdelivr.net/jwplayer/5.10/player.swf" | |
| }); | |
| // ]]></script> |
Although the Jw Player5 is old, it still works.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello