added project files
This commit is contained in:
BIN
porto/demos/hRast/3dEZ.swf
Normal file
BIN
porto/demos/hRast/3dEZ.swf
Normal file
Binary file not shown.
40
porto/demos/hRast/game.html
Normal file
40
porto/demos/hRast/game.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>3dEZ</title>
|
||||
<meta name="description" content="" />
|
||||
|
||||
<script src="js/swfobject.js"></script>
|
||||
<script>
|
||||
var flashvars = {
|
||||
};
|
||||
var params = {
|
||||
menu: "false",
|
||||
scale: "ShowAll",
|
||||
allowFullscreen: "true",
|
||||
allowScriptAccess: "always",
|
||||
bgcolor: "",
|
||||
wmode: "direct" // can cause issues with FP settings & webcam
|
||||
};
|
||||
var attributes = {
|
||||
id:"3dEZ"
|
||||
};
|
||||
swfobject.embedSWF(
|
||||
"3dEZ.swf",
|
||||
"altContent", "100%", "100%", "10.0.0",
|
||||
"expressInstall.swf",
|
||||
flashvars, params, attributes);
|
||||
</script>
|
||||
<style>
|
||||
html, body { height:100%; overflow:hidden; }
|
||||
body { margin:0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="altContent">
|
||||
<h1>3dEZ</h1>
|
||||
<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
50
porto/demos/hRast/index.html
Normal file
50
porto/demos/hRast/index.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<center>
|
||||
<meta charset="utf-8"/>
|
||||
<title>LD</title>
|
||||
<meta name="description" content="" />
|
||||
<script src="js/swfobject.js"></script>
|
||||
<script>
|
||||
var flashvars = {
|
||||
};
|
||||
var params = {
|
||||
menu: "false",
|
||||
scale: "ShowAll",
|
||||
allowFullscreen: "true",
|
||||
allowScriptAccess: "always",
|
||||
bgcolor: "",
|
||||
wmode: "direct" // can cause issues with FP settings & webcam
|
||||
};
|
||||
var attributes = {
|
||||
id:"LD"
|
||||
};
|
||||
swfobject.embedSWF(
|
||||
"3dEZ.swf",
|
||||
"altContent", "800px", "600px", "10.0.0",
|
||||
"expressInstall.swf",
|
||||
flashvars, params, attributes);
|
||||
</script>
|
||||
<style>
|
||||
html, body { height:100%; overflow:hidden; background-color:black; }
|
||||
body { margin:0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="altContent">
|
||||
<h1>LD</h1>
|
||||
<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
|
||||
</div>
|
||||
</center>
|
||||
<h3 style="font-family: Helvetica, Arial, sans-serif; color: white; margin-left: auto; margin-right: auto; width: 800px">
|
||||
- CONTROLS - <br>
|
||||
MOVEMENT: WASD<br>
|
||||
KLOOK: UP LEFT DOWN RIGHT<br>
|
||||
- PERSPECTIVES - <br>
|
||||
topdown 2d: 1<br>
|
||||
topdown pseudo3d: 2<br>
|
||||
3d: 3
|
||||
</h3>
|
||||
</body>
|
||||
</html>
|
||||
4
porto/demos/hRast/js/swfobject.js
Normal file
4
porto/demos/hRast/js/swfobject.js
Normal file
File diff suppressed because one or more lines are too long
BIN
porto/demos/ld30/LD.swf
Normal file
BIN
porto/demos/ld30/LD.swf
Normal file
Binary file not shown.
BIN
porto/demos/ld30/expressInstall.swf
Normal file
BIN
porto/demos/ld30/expressInstall.swf
Normal file
Binary file not shown.
41
porto/demos/ld30/index.html
Normal file
41
porto/demos/ld30/index.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<center>
|
||||
<meta charset="utf-8"/>
|
||||
<title>LD</title>
|
||||
<meta name="description" content="" />
|
||||
<script src="js/swfobject.js"></script>
|
||||
<script>
|
||||
var flashvars = {
|
||||
};
|
||||
var params = {
|
||||
menu: "false",
|
||||
scale: "noScale",
|
||||
allowFullscreen: "true",
|
||||
allowScriptAccess: "always",
|
||||
bgcolor: "",
|
||||
wmode: "direct" // can cause issues with FP settings & webcam
|
||||
};
|
||||
var attributes = {
|
||||
id:"LD"
|
||||
};
|
||||
swfobject.embedSWF(
|
||||
"LD.swf",
|
||||
"altContent", "640px", "512px", "10.0.0",
|
||||
"expressInstall.swf",
|
||||
flashvars, params, attributes);
|
||||
</script>
|
||||
<style>
|
||||
html, body { height:100%; overflow:hidden; background-color:black; }
|
||||
body { margin:0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="altContent">
|
||||
<h1>LD</h1>
|
||||
<p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p>
|
||||
</div>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
4
porto/demos/ld30/js/swfobject.js
Normal file
4
porto/demos/ld30/js/swfobject.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user