Home | History | Annotate | Download | only in develop

Lines Matching full:player

12 #player-frame object {z-index:1;}
15 <div id="player-wrapper">
16 <div id="player-frame">
18 <!-- busted flash player message -->
20 Make sure you have the <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash&reg; Player</a>.
22 <div id="player"><!-- Youtube embeds here... actually replaces this div --></div>
23 <a class="close" onclick="$('#player-wrapper').hide()">close video</a>
190 /* Load a video into the player box.
192 * @param title The video title to display in the player box (character escaped)
197 (autoplay?1:0), 'player', '525', '330', '9.0.0', false, false, {allowfullscreen: 'true'});
199 $("#player-wrapper").show();