OwnerOfSuccuby Wrote:Hello. Work with flash a little and find some interesting things - that flash can work with 3d.
IxFa Wrote:Bug: There's loud shitty music playing.
KiWolfGirl Wrote:I'm a little confused as to why A and D are swapped, but I have to say, I would be very wary about 3d game in flash. It was never meant to handle 3d. I think you will find it very limiting and if this is something you want to get better at doing and expand you are better off looking at Unity or maybe even UE. AS3 and Java or even C# are not very different from each other and i would suggest knowing at least one of those over AS2.
Why not it use video card to render it so it can do it. But there are some limitations yes - it must be rendered in speshial way (for now testing what is better) - and when i put in into web page it must to have speshial paramtrs.It was never meant to handle 3d.
IxFa Wrote:Bug: There's loud shitty music playing.
You shouldn't have said that...
Now, prepare for trouble.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" xml:lang="ru">
<head>
<title>GirlView</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
html, body { height:100%; background-color: #000000;}
body { margin:0; padding:0; overflow:hidden; }
#flashContent { width:100%; height:100%; }
</style>
</head>
<body>
<div id="flashContent">
<object classid="clsid:flash" width="100%" height="100%" id="GirlView" align="middle">
<param name="movie" value="GirlView.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="direct" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="GirlView.swf" width="100%" height="100%">
<param name="movie" value="GirlView.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="direct" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Загрузить Adobe Flash Player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>
Users browsing this forum: No registered users