Changeset 1375
- Timestamp:
- 10/05/10 17:34:25 (3 years ago)
- Location:
- trunk/html5
- Files:
-
- 3 edited
-
bin-debug/jwplayer.html5.js (modified) (1 diff)
-
build/build.xml (modified) (1 diff)
-
test/examples/custom_skin.html (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/html5/bin-debug/jwplayer.html5.js
r1374 r1375 2056 2056 } 2057 2057 2058 var _settings = jwplayer.utils.extend({}, _defaults );2058 var _settings = jwplayer.utils.extend({}, _defaults, logoConfig); 2059 2059 2060 2060 var _logo = document.createElement("img"); -
trunk/html5/build/build.xml
r1373 r1375 23 23 <param name="outputpath" value="${basedir}/bin-debug/jwplayer.html5.js"/> 24 24 </antcall> 25 <copy file="${basedir}/bin-debug/jwplayer.html5.js" tofile="${basedir}/jwplayer.html5.min.js" /> 25 26 </target> 26 27 27 28 <target name="build-release" depends="build-debug"> 28 <replace file="${basedir}/ bin-debug/jwplayer.html5.js" token=", logoConfig);" value=");"/>29 <replace file="${basedir}/jwplayer.html5.min.js" token=", logoConfig);" value=");"/> 29 30 <java jar="${basedir}/build/yuicompressor-2.4.2.jar" fork="true"> 30 <arg line="'${basedir}/ bin-debug/jwplayer.html5.js'"/>31 <arg line="'${basedir}/jwplayer.html5.min.js'"/> 31 32 <arg line="-o '${basedir}/jwplayer.html5.min.js'"/> 32 33 </java> -
trunk/html5/test/examples/custom_skin.html
r1367 r1375 28 28 }], 29 29 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 30 skin: "../../../ ../skins/beelden/beelden.xml"30 skin: "../../../skins/beelden/beelden.xml" 31 31 }); 32 32 </script> … … 46 46 }], 47 47 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 48 skin: "../../../ ../skins/bekle/bekle.xml"48 skin: "../../../skins/bekle/bekle.xml" 49 49 }); 50 50 </script> … … 64 64 }], 65 65 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 66 skin: "../../../ ../skins/classic/classic.xml"66 skin: "../../../skins/classic/classic.xml" 67 67 }); 68 68 </script> … … 82 82 }], 83 83 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 84 skin: "../../../ ../skins/five/five.xml"84 skin: "../../../skins/five/five.xml" 85 85 }); 86 86 </script> … … 100 100 }], 101 101 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 102 skin: "../../../ ../skins/glow/glow.xml"102 skin: "../../../skins/glow/glow.xml" 103 103 }); 104 104 </script> … … 118 118 }], 119 119 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 120 skin: "../../../ ../skins/grungetape/grungetape.xml"120 skin: "../../../skins/grungetape/grungetape.xml" 121 121 }); 122 122 </script> … … 136 136 }], 137 137 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 138 skin: "../../../ ../skins/icecreamsneaka/icecreamsneaka.xml"138 skin: "../../../skins/icecreamsneaka/icecreamsneaka.xml" 139 139 }); 140 140 </script> … … 154 154 }], 155 155 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 156 skin: "../../../ ../skins/kleur/kleur.xml"156 skin: "../../../skins/kleur/kleur.xml" 157 157 }); 158 158 </script> … … 172 172 }], 173 173 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 174 skin: "../../../ ../skins/lulu/lulu.xml"174 skin: "../../../skins/lulu/lulu.xml" 175 175 }); 176 176 </script> … … 190 190 }], 191 191 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 192 skin: "../../../ ../skins/modieus/modieus.xml"192 skin: "../../../skins/modieus/modieus.xml" 193 193 }); 194 194 </script> … … 208 208 }], 209 209 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 210 skin: "../../../ ../skins/nacht/nacht.xml"210 skin: "../../../skins/nacht/nacht.xml" 211 211 }); 212 212 </script> … … 226 226 }], 227 227 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 228 skin: "../../../ ../skins/playcasso/playcasso.xml"228 skin: "../../../skins/playcasso/playcasso.xml" 229 229 }); 230 230 </script> … … 244 244 }], 245 245 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 246 skin: "../../../ ../skins/schoon/schoon.xml"246 skin: "../../../skins/schoon/schoon.xml" 247 247 }); 248 248 </script> … … 262 262 }], 263 263 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 264 skin: "../../../ ../skins/snel/snel.xml"264 skin: "../../../skins/snel/snel.xml" 265 265 }); 266 266 </script> … … 280 280 }], 281 281 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 282 skin: "../../../ ../skins/stijl/stijl.xml"282 skin: "../../../skins/stijl/stijl.xml" 283 283 }); 284 284 </script> … … 298 298 }], 299 299 image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg", 300 skin: "../../../ ../skins/stormtrooper/stormtrooper.xml"300 skin: "../../../skins/stormtrooper/stormtrooper.xml" 301 301 }); 302 302 </script>
Note: See TracChangeset
for help on using the changeset viewer.
