Last change
on this file since 4082 was
3609,
checked in by patdenice, 15 years ago
|
Convert all php and tpl files in Unix format for my plugins.
|
File size:
712 bytes
|
Rev | Line | |
---|
[3609] | 1 | {* pywaie_vimeo.tpl *} |
---|
| 2 | <br /> |
---|
| 3 | <object width="{$W_GVIDEO}" height="{$H_GVIDEO}"> |
---|
| 4 | <param name="allowfullscreen" value="true" /> |
---|
| 5 | <param name="allowscriptaccess" value="always" /> |
---|
| 6 | <param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id={$ID_GVIDEO}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&fullscreen=1&autoplay={$AUTO_GVIDEO}" /> |
---|
| 7 | <embed src="http://vimeo.com/moogaloop.swf?clip_id={$ID_GVIDEO}&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&fullscreen=1&autoplay={$AUTO_GVIDEO}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="{$W_GVIDEO}" height="{$H_GVIDEO}"></embed> |
---|
[3296] | 8 | </object> |
---|
Note: See
TracBrowser
for help on using the repository browser.