Created
July 22, 2018 09:59
-
-
Save tseijp/397af28df9dd01feb77c8b213fa53fa8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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