Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Home Page(the flash entrance)

Status
Not open for further replies.
Custom Title Activated
Loyal Member
Joined
Dec 10, 2007
Messages
2,194
Reaction score
263
Code:
<html>
<head> 
<title>RaGEZONE - Main</title> 
<link rel="shortcut icon" href="favicon.ico"> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<meta name="description" content="MMORPG development forums and MMORPG top sites"/>
<style type="text/css"> 
<!--
body {
   background-color: #030c15;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}
-->
</style></head> 

<body> 
<div style="margin: auto; width: 810px;">
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9" width="810" height="640">
      <param name="movie" value="http://ragezone.com/rzsplash.swf">
      <param name="quality" value="high">
      <embed src="http://ragezone.com/rzsplash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="810" height="640"></embed>
   </object>
</div>
</body>
</html>
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Dec 10, 2007
Messages
2,194
Reaction score
263
Omg hacker!

I know right! :<:

Anyways, that should fix your problem seeing that align was depreciated in HTML and has been replaced by style, etc.
 
Status
Not open for further replies.
Back
Top