A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: website smaller when uploaded

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    2

    website smaller when uploaded

    I have created my website with flash pro cs5 and when i open my html it looks okay but when i upload it to my server host and view swf file it looks smaller in my browserhttps://lh34.dnsireland.com:2083/fro...%2Fpublic_html please help its my first time and its driving me crazy,,,please


    index html


    <!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>~~main9_v4</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    <!-- Adobe recommends that developers use SWFObject2 for Flash Player detection. -->
    <!-- For more information see the SWFObject page at Google code (http://code.google.com/p/swfobject/). -->
    <!-- Information is also available on the Adobe Developer Connection Under "Detecting Flash Player versions and embedding SWF files with SWFObject 2" -->
    <!-- Set to minimum required Flash Player version or 0 for no version detection -->
    var swfVersionStr = "7.0.14";
    <!-- xiSwfUrlStr can be used to define an express installer SWF. -->
    var xiSwfUrlStr = "";
    var flashvars = {};
    var params = {};
    params.quality = "high";
    params.bgcolor = "#000000";
    params.play = "true";
    params.loop = "true";
    params.wmode = "window";
    params.scale = "noscale";
    params.menu = "true";
    params.devicefont = "false";
    params.salign = "";
    params.allowscriptaccess = "sameDomain";
    var attributes = {};
    attributes.id = "~~main9_v4";
    attributes.name = "~~main9_v4";
    attributes.align = "middle";
    swfobject.createCSS("html", "height:100%; background-color: #000000;");
    swfobject.createCSS("body", "margin:0; padding:0; overflow:hidden; height:100%;");
    swfobject.embedSWF(
    "~~main9_v4.swf", "flashContent",
    "100%", "100%",
    swfVersionStr, xiSwfUrlStr,
    flashvars, params, attributes);
    </script>
    </head>
    <body>
    <!-- SWFObject's dynamic embed method replaces this alternative HTML content for Flash content when enough JavaScript and Flash plug-in support is available. -->
    <div id="flashContent" align="center">
    <a href="http://www.adobe.com/go/getflash">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
    </a>
    <p>This page requires Flash Player version 7.0.14 or higher.</p>
    </div>
    </body>
    </html>

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    it's asking for username and password D:
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

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