Results 1 to 5 of 5

Thread: A problemo

  1. #1
    Oni Guest

    Default A problemo

    Ok, I have embedded a flash layout in html page and for some reason it wont load, when its in dreamweaver and locally its fine but when I upload it messes up.
    http://www.revisionhelp.info/hosting.html

    Yet the .swf loads independently its just the wrong size (maxamises for screen)
    http://www.revisionhelp.info/hosting.swf

    Anyone know whats wrong?

  2. #2
    Join Date
    Aug 2007
    Posts
    42
    Tokens
    0

    Default

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        background-image: url(bannery.png);
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-repeat: repeat-x;
        background-color: #333333;
    }
    -->
    </style></head>
     
    <body>
    <div align="center">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="800">
    <param name="movie" value="http://www.revisionhelp.info/hosting.swf" />
    <param name="quality" value="high" /><param name="SCALE" value="noborder" />
    <embed src="http://www.revisionhelp.info/hosting.swf" width="800" height="800" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder"></embed>
    </object>
    </div>
    </body>
    </html>
    try that

  3. #3
    Oni Guest

    Default

    Quote Originally Posted by vTaz View Post
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        background-image: url(bannery.png);
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-repeat: repeat-x;
        background-color: #333333;
    }
    -->
    </style></head>
     
    <body>
    <div align="center">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="800">
    <param name="movie" value="http://www.revisionhelp.info/hosting.swf" />
    <param name="quality" value="high" /><param name="SCALE" value="noborder" />
    <embed src="http://www.revisionhelp.info/hosting.swf" width="800" height="800" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder"></embed>
    </object>
    </div>
    </body>
    </html>
    try that
    Thanks! It works! +rep

  4. #4
    Join Date
    Jul 2005
    Location
    Belgium
    Posts
    2,492
    Tokens
    147

    Latest Awards:

    Default

    Oh dear god, please may I grant you one hint ?

    Do not place music on your site! or atleast dont let it play automaticly.
    Music on websites is the most annorying thing ever in my opinion.

    And I think more then half of all internet users would agree.

    (No offence with this the sound just scared the hell out of me as my speakers were very loud )

  5. #5
    Join Date
    Apr 2006
    Location
    Leamington Spa
    Posts
    1,375
    Tokens
    72

    Latest Awards:

    Default

    The music scared me, I've just been testing my speakers with my old turntable which is really quiet and I left the volume on full. Scared me half deadish.
    Maybe have like a Unmute Music button next to where it says "YourHost.com"?
    Otherwise this is a very good layout.
    i've been here for over 8 years and i don't know why

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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