You are here: DEVPPL Forum Programming HTML Forum
NOTIFICATIONS
54.069
MEMBERS
15.678
TOPICS
62.243
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Align swf

0

Loading

Align swf

Postby Pm » Sun Oct 23, 2011 12:54 am

Hi there.
I use the following code to show a swf file and align it vertically and horizontically but i can do only the horizontal alignment.

Any help about the vertical?

Thanks in advance
Code: Select all
<!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="en" xml:lang="en">
  <head>
    <title>Site</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-utf-8" />
     <style type="text/css" media="screen">
                        body { margin:0; text-align:center; }
                        div#content { text-align:center; vertical-align:middle;}
                        object#content { display:inline; vertical-align:middle;}
                </style>       
   <script type="text/javascript" src="swfobject.js"></script>

    <script type="text/javascript">
    swfobject.embedSWF("main.swf", "myContent", "1400", "910", "9.0.0");
    </script>

  </head>
<body>
    <div style="vertical-align:middle">
      <div id="myContent" style="vertical-align:middle"></div>
      </div>
  </body>
</html>
Pm
 
Reputation: 0
Posts: 1
Joined: Sun Oct 23, 2011 12:50 am
Highscores: 0
Arcade winning challenges: 0

Align swf - Sponsored results

Sponsored results

Login to get rid of ads

 

^ Back to Top