-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.php
More file actions
13 lines (11 loc) · 981 Bytes
/
video.php
File metadata and controls
13 lines (11 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?
require('functionlib.php');
printhead("p { margin: 1em 0 1em 0; }");
startbody();
?><center>
<object width="720" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11500513&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11500513&server=vimeo.com&show_title=1&show_byline=1&show_portrait=1&color=&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="720" height="480"></embed></object></center>
<p>If you have questions, you can e-mail the research team at <a href="mailto:tntlab@odu.edu">tntlab@odu.edu</a>.</p>
<p>Aftering viewing this video, you might want to <a href="http://social.tntlab.org">return to the login page</a> for socialPsych.</p>
<?
endbody();
?>