Changeset 1071 for trunk/html5/readme.txt
- Timestamp:
- 05/26/10 14:11:55 (3 years ago)
- File:
-
- 1 edited
-
trunk/html5/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/html5/readme.txt
r1026 r1071 26 26 To quickly get started, upload the contents of this ZIP to your webserver. Include the two javascripts in the <head> of your page(s). For example: 27 27 28 <script type="text/javascript" src=" /scripts/jquery.js"></script>29 <script type="text/javascript" src=" /scripts/jquery.jwplayer.js"></script>28 <script type="text/javascript" src="jquery.js"></script> 29 <script type="text/javascript" src="jquery.jwplayer.js"></script> 30 30 31 31 Second, place this code where you want the video to appear, replacing the "poster" and "src" attributes with your own poster image and video: 32 32 33 <video height="270" id="player" poster=" /files/bunny.jpg" src="/files/bunny.mp4" width="480">33 <video height="270" id="player" poster="image.jpg" src="video.mp4" width="480"> 34 34 35 35 <script type="text/javascript"> 36 36 $('#player').jwplayer({ 37 flashplayer:' files/player.swf',38 skin:'fi les/five.xml'37 flashplayer:'player.swf', 38 skin:'five/five.xml' 39 39 }); 40 40 </script>
Note: See TracChangeset
for help on using the changeset viewer.
