Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7948051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T01:36:38+00:00 2026-06-04T01:36:38+00:00

New to development. Two position-related issues with the same Flash object: 1) After experimentation/research

  • 0

New to development. Two position-related issues with the same Flash object:

1) After experimentation/research I was able to position my Flash element with CSS. However I have not found a way to get it to properly reposition when the browser window is resized, as the other page elements do. It will slide vertically, but stays horizontally fixed.

2) The position is now proper in Firefox, Safari and Chrome. But IE applies excessive left-justification and changes the object size.

Any assistance would be greatly appreciated.

Address: http://www.mconchicago.com

Code:

<head>
<style type="text/css">
    #container {
    position:absolute;
    width:200px;
    height:200px;
    top:110px;
    left:177px;
    margin: 0 auto;
 }
</style>
</head>

<body>
<div id="container">

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 


codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0" 

width="100%" height="100%"

style="margin: 0px 0 0px 0px"

width="590" height="300" 
id="mymoviename"> 

<param name="movie"  

value="banner_creator.swf" /> 

<param name="quality" value="high" /> 

<param name=”wmode” value=”transparent” />

<param name="bgcolor" value="#ffffff" /> 

<embed src="banner_creator.swf" quality="high" bgcolor="#ffffff"

width="590" height="180" 

name="mymoviename" align="" type="application/x-shockwave-flash" 

pluginspage="http://www.macromedia.com/go/getflashplayer"> 


</embed> 

</object>
</div>
</body>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T01:36:39+00:00Added an answer on June 4, 2026 at 1:36 am

    You have quite a mess in your code I must admit.

    I believe it’s possible to fix it though 🙂

    first move the whole div id='container' into ‘wrapsky’ (before <div class="imagesky">)

    then apply the style:

    .wrapsky {
        height: 180px;
        overflow: hidden;
        position: relative;
        top: 20px;
        width: 998px;
    }
    

    and

    #container {
        float: left;
        height: 200px;  
        width: 590px;
    }
    

    it’s not ideal but it should do for now 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm pretty new to xna development and want to position the Cubes from the
I am new iphone development. In my app, i am using two textfield and
I am new to iphone development.. am creating one small application where two viewcontrollers
I'm new at iOS development. I have two table views and a content detail
I'm new to Rails development. I have two models, Decision and Choice. Every decision
I am new to java development, I am supposed to merge two java applications,
I am new to Android development with Phonegap and just got through these two
I am brand new to Android development and have gotten through these two resources
I am new to iPhone development. I have two views named pickerviewcontroller and secondviewcontroller
I am new to iPad development. I have created two or three iPad applications

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.