A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Simple im sure

  1. #1
    Head Child n-gen's Avatar
    Join Date
    Mar 2003
    Location
    London, England
    Posts
    442

    Simple im sure

    hey guys,

    is there a way to centre a flash movie inside an html page no matter what size or resolution of screen the user has.

    thanks in advanced
    freshly squeezed media

  2. #2
    Sir solves own questions :-D
    Join Date
    May 2003
    Location
    IL
    Posts
    216
    Well I know how to center it like from left to right. All you have to do is this (minus the spaces) < h1 > < align = center> < / h1>.

  3. #3
    Head Child n-gen's Avatar
    Join Date
    Mar 2003
    Location
    London, England
    Posts
    442
    thanks for that,

    anyone got the code for vertical centre


    thanks
    freshly squeezed media

  4. #4
    Senior Member
    Join Date
    Sep 2000
    Posts
    116
    >html>
    >head>
    >title>your title/title>
    >/head>

    >body bgcolor="#FFFFFF" topmargin="0" bottommargin="0">
    table height="100%" width="100%" border="0" cellpadding="0" cellspacing="0">
    >tr>
    >td valign="middle" align="center">
    Your movie (flash code) goes here
    >/td>
    >/tr>
    >/table>
    >/body>
    >/html>


    change all ">" in front to "<"
    Last edited by flashkitok; 06-05-2003 at 05:35 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center