Flash & Html

Three questions… I know how to center text with html but how do I center a .swf? As well, why is my <title> not showing up in the blue bar on the browser (if you check my site it just says index).

Also if you look at my site the .swf doesn’t seem to be properly constrained or have the right proportions…(part of the right side of the .swf seems to be cut off.

Below is my current html( I just started construction). Thanks in advance :slight_smile:

<html>
<head><title>Fargate’s Flash Studio</title>
</head>
<body bgcolor="#FFFFFF">
<embed src=“maze.swf” height=“550” width=“400” quality=“high”></embed>
</body>
</html>

http://www.geocities.com/fargatestudios

Hi Fargate. Check your Private Messages. I answered centering your .swf in the middle of the screen :). Part of the right side seems to be cut off? I don’t understand. Show me an example.

basically if you looked at my site, you’ll see that the .swf if missing the right wall in the game… the far wall…in the original fla and swf there is a far wall…

New current code…

<html>
<head>
<title>Fargate’s Flash Studio</title>
</head>
<body bgcolor="#FFFFFF">
<“maze.swf” menu=“true” quality=“best” wmode=“transparent” bgcolor="#FFFFFF" width=“550” height=“400” name=“Identity” type=“application/x-shockwave-flash”>
<embed src=“maze.swf” height=“550” width=“400” quality=“high”></embed>
</body>
</html>

what’s wrong!!?!?

Whoa whoa whoa. Why are there 2 of them? The code should be

<html>
<head>
<title>Fargate's Flash Studio</title>
</head>
<body bgcolor="#FFFFFF">
<embed src="maze.swf" height="550" width="400" quality="high"></embed>
</body>
</html>

…Check PM’s. BTW! Your walls are messing up…make the canvas width of your movie at least 50 pixels bigger…