source: extensions/gvideo/template/video_videobb.tpl @ 25973

Last change on this file since 25973 was 17307, checked in by mistic100, 12 years ago

new version for Piwigo 2.4 (renamed into 'Embedded Videos')

File size: 533 bytes
Line 
1<object id="player" width="{$GVIDEO.width}" height="{$GVIDEO.height}" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
2  <param name="movie" value="http://www.videobb.com/e/{$GVIDEO.video_id}"></param>
3  <param name="allowFullScreen" value="true"></param>
4  <param name="allowscriptaccess" value="always"></param>
5  <embed src="http://www.videobb.com/e/{$GVIDEO.video_id}" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="{$GVIDEO.width}" height="{$GVIDEO.height}"></embed>
6</object>
Note: See TracBrowser for help on using the repository browser.