View Full Version : site check
dude9er
11-27-2003, 05:03 PM
This is pretty much my first flash site ever. It would be great if people could test it out for me. I have yet to test in on a mac or with Netscape. Any feedback, it's about 99% done at this point.
Thanks in advance.
www.k-elementsdesign.com (http://www.k-elementsdesign.com)
Colin Campbell
11-27-2003, 05:07 PM
damn thats a nice site. I like the color scheme, you carry it off really well.
Suggestions: Make the start of the intro a little more.... subtle, it kind of catches you off guard at the start.
divarch
11-27-2003, 06:03 PM
Very nice, I like it too.
Is that 3DSMax work, maybe? Do U have any relation with architecture studies, maybe?
Sorry, I missed that part in the site.
Anyway, nice work.
elfis
11-27-2003, 06:58 PM
very ok for the first flash site !! .. btw the page seemed not guite in center of the screen ..
u could use:
<html>
<head>
<title>Center</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css" media="screen">
html,body{
margin: 0;
padding: 0;
text-align: center;
}
#centerbox{
position: absolute;
top: 50%;
left: 50%;
width: 550px;/* your params */
text-align: center;
padding: 0;
/*negativ sizes are a half of your movies height and width */
margin-left: -250px;
margin-top: -200px;
}
</style>
</head>
<body>
<div id="centerbox">
<object type="application/x-shockwave-flash" data="myMovie.swf" width="550" height="400">
<param name="movie" value="myMovie.swf"/>
</object>
</div>
</body>
</html>
*** well - my 100th post :D - i'm getting old .. :D hehe
dude9er
11-28-2003, 09:16 PM
thanks for the feedback and help so far. I'll definitely use some of your suggestions. Question though, what browser are you guys using? Mac or PC?
Colin Campbell
11-28-2003, 09:34 PM
IE 6, Windows XP
elfis
11-28-2003, 09:34 PM
PC XP ... i.e. 6 .. ;)
Hey Dude9r,
I like the site! One thing you might want to check is this: When you click on say...the "Services" button, and you also click on the "Home" button before the intro animation for the "Services button is finished, the home animation opens up while the "services" animation is still playing in the background. This is pretty much the same for all of the buttons and the home button. I just thought I would make you aware of it.
Keep up the nice work!
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.