Skip to content

Instantly share code, notes, and snippets.

@tseijp
Created July 22, 2018 09:59
Show Gist options
  • Save tseijp/397af28df9dd01feb77c8b213fa53fa8 to your computer and use it in GitHub Desktop.
Save tseijp/397af28df9dd01feb77c8b213fa53fa8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<!--js読み込み-->
<script type="text/javascript" src="http://www.generative-gestaltung.de/1/js/jquery.swfobject.1-0-6.min.js"></script>
<script type="text/javascript" src="http://www.generative-gestaltung.de/1/js/app.js"></script>
<script type="text/javascript">
GD.documentReady = function () {
GD.showVideo({
containerId: 'video_player',
width: 550,
height: 330,
file: 'http://www.generative-gestaltung.de/1/videos/blaettern_web_1mbit_550x310.mov',
image: 'http://www.generative-gestaltung.de/1/videos/blaettern_web_1mbit_550x310.png'
});
};
</script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment