A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: postage size instead of 100%

  1. #1

    postage size instead of 100%

    I have been told that my flash files are not showing correctly in people's browsers (IE) when they view them. I am exporting as 100% and they look normal to me in Firefox and IE however my customers are saying that the files are postage stamp size at the top of the browser and the rest of the screen is just the background colour.

    Here are a few URLS (Links on page not operational yet)

    www.pittypattermarket.com/carls
    www.pittypattermarket.com/history
    www.pittypattermarket.com/service


    Thanks!
    Pamela

    Here is the HTML on the index

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd">
    <html>
    <head>
    <title>index</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta name="author" content="">
    <meta name="generator" content="SWiSHmax http://www.swishzone.com">
    <meta name="description" content="index">
    <meta name="keywords" content="18080, 2012, 24, 3921, 40, 40th, 5pm, 610, 6861, 767, 873, 8am, about, all, anniversary, at, automotive, call, care, carl, carlservicecenter, celebrating, center, closed, com, copyright, corner, customers, details, fi, for, free, friday, gallery, holidays, homepage, hour, hours, image, inc, local, located, moment, monday, need, old, one, pa, please, post, providing, reserved, rights, road, room, route, service, shuttle, slatington, specials, towing, vehicle, wait, waiting, weekends, welcome, wi, yahoo, years">
    <!-- text used in the movie -->
    <!-- 18080, 2012, 24, 3921, 40, 40th, 5pm, 610, 6861, 767, 873, 8am, about, all, -->
    <!-- anniversary, at, automotive, call, care, carl, carlservicecenter, celebrating, -->
    <!-- center, closed, com, copyright, corner, customers, details, fi, for, free, -->
    <!-- friday, gallery, holidays, homepage, hour, hours, image, inc, local, located, -->
    <!-- moment, monday, need, old, one, pa, please, post, providing, reserved, rights, -->
    <!-- road, room, route, service, shuttle, slatington, specials, towing, vehicle, -->
    <!-- wait, waiting, weekends, welcome, wi, yahoo, years -->
    <!-- urls used in the movie -->
    <!-- http://www.carlsservicecenterinc.com/aboutus.html, -->
    <!-- http://www.carlsservicecenterinc.com/new.html, -->
    <!-- http://www.carlsservicecenterinc.com/products.html, -->
    <!-- http://www.carlsservicecenterinc.com/service.html -->
    <!-- Created by SWiSHmax - Flash Made Easy - www.swishzone.com -->
    </head>
    <body bgcolor="#EBE0C4">
    <center>
    <object
    classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0"
    id="index"
    width="100%" height="100%"
    >
    <param name="movie" value="index.swf">
    <param name="bgcolor" value="#EBE0C4">
    <param name="quality" value="best">
    <param name="loop" value="false">
    <param name="menu" value="false">
    <param name="wmode" value="transparent">
    <param name="allowscriptaccess" value="samedomain">
    <embed
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    name="index"
    width="100%" height="100%"
    src="index.swf"
    bgcolor="#EBE0C4"
    quality="best"
    loop="false"
    menu="false"
    wmode="transparent"
    swliveconnect="true"
    allowscriptaccess="samedomain"
    >
    <noembed>
    </noembed>
    </embed>
    </object>
    </center>
    </body>
    </html>
    Palette Masters design
    Oentsjerk Netherlands
    http://www.pittypattermarket.com

  2. #2
    Carpe Diem - Moderator wolfgross's Avatar
    Join Date
    Apr 2001
    Location
    SWiSHzone
    Posts
    1,700
    ...try to place this into your metatags -
    Actionscript Code:
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

    wolf

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