Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Flash and Mozilla

Options
  • 08-10-2004 4:04pm
    #1
    Closed Accounts Posts: 798 ✭✭✭


    Got a flash movie as the homepage for a site.
    Its height and width are set to 100%
    Yet when I look at the page in Mozilla the movie comes up tiny.
    Works fine in IE.
    Anyone know what could be wrong?

    ta


Comments

  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    Can you post the exact HTML you are using to put it on the page?


  • Closed Accounts Posts: 798 ✭✭✭bobbyjoe


    This is it.
    Could it be just the setting on themachine I checked it on?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <html xmlns="http://www.w3.org/1999/xhtml&quot; xml:lang="en" lang="en"><title>Something Fishy</title>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>HP03c</title>
    </head>
    <body bgcolor="#ffffff">
    <!--url's used in the movie-->
    <a href=".\childrenlessons\Directory\directoryIndex.htm"></a>
    <a href=".\teacherslessons\Directory\DirectoryIndex.htm"></a>
    <a href=".\childirish\Irish Directory\DirectoryIndex.htm"></a>
    <a href=".\teachirish\Irish Directory\DirectoryIndex.htm"></a>
    <!--text used in the movie-->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&quot; width="100%" height="100%" id="HP03c" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="hp.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <embed src="hp.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="HP03c" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer&quot; />
    </object>
    </body>
    </html>


  • Closed Accounts Posts: 17,208 ✭✭✭✭aidan_walsh


    I don't work with Flash, but given that its a fixed size, should you really be using the % method? Why not just specify the size of the file as it is, and then center it?


  • Registered Users Posts: 2,647 ✭✭✭impr0v


    It's the xhtml declaration. if my memory serves me correctly, the 'embed' tag dosen't work correctly. Change the declaration to html, or get rid of it.


Advertisement