Items off the stage are showing up in the browser. How do I stop this?

When learning Flash, I was taught in the beginning that only items that appear on the stage actually show up in the final animation.  Clearly, these people were wrong.  I thought it would be easy to have some text move in from off the right side of the stage to the middle, but the text still shows up even before it enters the stage in the browser.  I have tried to change this using various publishing options, HTML, and CSS, with no luck.  I did have to resize the stage, and I'm not sure if that means anything.  Can someone help me figure this out? Thank you.
-Chris

Here are a few things I noticed:
No DOCTYPE for the page:
http://www.w3schools.com/tags/tag_doctype.asp
then validate the code here:
http://validator.w3.org/
Next, your main container is 1000px wide (as per your CSS) but in your IE conditional you are placing a 1500 px wide .swf inside.
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1500" height="217.....
so for course that won't work. In IE that results in a bottom scroll bar no matter how wide a monitor... it's never wide enough to display without scrollbar
FF is different because:
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="topbanner.swf" width="713" height="155">
You're using smaller dimensions....so set them both the same.
If your main container is 1000px wide, then the stage size of your .swf should be 1000px, not 1500, not 713. Then set the width/height of the <div> holding your .swf to the exact same size as the .swf. That should eliminate any off stage stuff from showing.
Best of luck!
Adninjastrator

Similar Messages

  • My young kids have ipads and since I updated the software, but they have their own icloud account, predictive text within their messages shows all my contacts from my iphone but the contacts are not listed as their contacts, how do I stop this?

    My young kids have ipads and since I updated the software, but they have their own icloud account, predictive text within their messages shows all my contacts from my iphone but the contacts are not listed as their contacts, how do I stop this?

    I have deleted the iCloud account under my name on their iPads and replaced with their ones. Apple support said yesterday I needed to click the small 'I' by each name as it came up in the TO box and remove it. After doing rid for each contact under each letter of the alphabet it should remove them from latest contacts. Having done this, although I could not remove groups I had sent, I am not convinced they will not return once I have written a few texts, any ideas?

  • While trying to set up i cloud some of my contacts have been wiped out and all the contacts are showing up as numbers only, how to i fix this?

    While trying to set up ICloud some of my contacts have been wiped out and all contacts are showing up with number only
    How do I recover the lost contacts and get contact names to show instead on just number?

    Shiv1611 wrote:
    Though i am still gona try using the same Itunes. Will same Itunes support two apple ids.
    That depends on what you mean. If you mean two iTunes Store accounts, no. Only one Apple ID can be logged into the iTunes Store at a time and if automatic download, iTunes Match or re-downloading of content is used the ID can not be changed for 90 days.
    Shiv1611 wrote:
    So i guess if i solve my goof up on creating different apple IDs and setting her phone as a new one .. according to you that shall do the trick.
    But i have a question here in that case what happens to all the applications that have been purchased on my Id ? Wont i be needing them to be purchased/downloaded again in the new id?
    If you previously had been using the same Apple ID for iTunes Store purchases for both of you there is no reason to change what you've been doing. If this is your wife's first iPhone, and you want to share the iTunes Store account just don't use the new Apple ID you created. As long as there are no purchases on it there's nothing to worry about.

  • Only the constants are showing up in the target values.

    Hi Guys,
    Please help me about my problem in message mapping..
    Im quite knew in XI version 7.0.
    How come Only the constants are showing up in the target values. my constant values are only doc_type and partn_role.
    The rest are data from sql. How can I solve this..Please help.
    This is the result of my test tab
    Left side - sender
    <?xml version="1.0" encoding="utf-8"?>
    <ns:MT_TRAVEL_SENDER xmlns:ns="HTTP://TRAVEL.COM/TRANSACTIONS">
       <row>
          <DOC_TYPE>ZTRV</DOC_TYPE>
          <SALES_ORG>4000</SALES_ORG>
          <DISTR_CHAN>40</DISTR_CHAN>
          <DIVISION>41</DIVISION>
          <SALES_GRP>411</SALES_GRP>
          <SALES_OFF>4101</SALES_OFF>
          <PURCH_DATE>2008-10-24</PURCH_DATE>
          <PMNTTRMS>Z015</PMNTTRMS>
          <PURCH_NO_C>AVADIUDS  </PURCH_NO_C>
          <PARTN_ROLE>AG</PARTN_ROLE>
          <PARTN_NUMB>0001100074</PARTN_NUMB>
          <INSERTED>1</INSERTED>
       </row>
    </ns:MT_TRAVEL_SENDER>
    right side -test result under receiver
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:BAPI_SALESORDER_CREATEFROMDAT2 xmlns:ns1="urn:sap-com:document:sap:rfc:functions">
       <ORDER_HEADER_IN>
          <DOC_TYPE>ZTRV</DOC_TYPE>
       </ORDER_HEADER_IN>
       <ORDER_HEADER_INX>
          <UPDATEFLAG>I</UPDATEFLAG>
          <DOC_TYPE>X</DOC_TYPE>
          <SALES_ORG>X</SALES_ORG>
          <DISTR_CHAN>X</DISTR_CHAN>
          <DIVISION>X</DIVISION>
          <SALES_GRP>X</SALES_GRP>
          <SALES_OFF>X</SALES_OFF>
          <PURCH_DATE>X</PURCH_DATE>
          <PMNTTRMS>X</PMNTTRMS>
          <PURCH_NO_C>X</PURCH_NO_C>
       </ORDER_HEADER_INX>
       <ORDER_PARTNERS>
          <item>
             <PARTN_ROLE>AG</PARTN_ROLE>
          </item>
       </ORDER_PARTNERS>
    </ns1:BAPI_SALESORDER_CREATEFROMDAT2>

    Hi leelaratnam morampudi ,
    How can I check if im getting the data in sql? I think it get the data but dont pass the value in bapi
    this is the test result in sender
    <DOC_TYPE>ZTRV</DOC_TYPE>
    <SALES_ORG>4000</SALES_ORG>
    <DISTR_CHAN>40</DISTR_CHAN>
    <DIVISION>41</DIVISION>
    <SALES_GRP>411</SALES_GRP>
    <SALES_OFF>4101</SALES_OFF>
    <PURCH_DATE>2008-10-24</PURCH_DATE>
    <PMNTTRMS>Z015</PMNTTRMS>
    <PURCH_NO_C>AVADIUDS  </PURCH_NO_C>
    <PARTN_ROLE>AG</PARTN_ROLE>
    <PARTN_NUMB>0001100074</PARTN_NUMB>
    <INSERTED>1</INSERTED>

  • When I go to get add-ons (7.0.1), nothing shows up, except the "what are add-ons" info bubble. How do I make this work?.

    When I go to get add-ons (7.0.1), nothing shows up, except the "what are add-ons" info bubble. How do I make this work?. The rest of the functions in that section seem to work. And I can search MY add-ons, but not Available Add-ons.

    Click on Extensions on the left-side.

  • When ı update firefox 7 to 8 I can not enter the facebook site, when I try it, it says Uyumsuz bir internet tarayıcısı kullanıyorsun. ( it means in english : you are using an unsuportted web browser) how I can solve this problem?

    when ı update firefox 7 to 8 I can not enter the facebook site, when I try it, it says Uyumsuz bir internet tarayıcısı kullanıyorsun. ( it means in english : you are using an unsuportted web browser) how I can solve this problem?

    Step by step, how did you arrive at seeing this agreement?

  • TS4118 My calendar entries are not duplicated in either iCloud, or iPad - but are duplicated on my iPhone.  How do I stop this, and also how do I delete the duplicates???

    My calendar entries are not duplicated in either iCloud, or iPad - but are duplicated on my iPhone.  How do I stop this, and also how do I delete the duplicates???

    mervrich,
    Use the "Troubleshooting iOS devices" link in iCloud: Troubleshooting iCloud Calendar.

  • I inserted an SD card into my macbook pro and it didnt prompt me that a device was inserted so I took it out. Now the camera isnt showing anything on it. How do I fix this?

    I inserted an SD card into my macbook pro and it didnt prompt me that a device was inserted so I took it out. Now the camera isnt showing anything on it. How do I fix this?

    AFAIK cameras offer their own built-in format utility for inserted SD cards.  You should use that.  Otherwise, refer to the manual that came with your camera to determine precisely how your SD cards need to be formatted to work properly.  Personally, I'd suggest Partition Scheme: MBR, and Filesystem: FAT32.
    Try to limit the number of formats you perform on the SD cards, though, as you're reducing their lifespan.  I believe formatting causes re-writes to a portion of the SD card that has fewer read/write cycles than the rest of the card as a whole.

  • My iPhone 4 shows duplicate iCal events. How do I stop this?

    My iPhone 4 shows duplicate iCal events. How do I stop this?

    I turned phone off for a few seconds then back on,  that seems to have cleared the problem. Thanks for the follow up  and help  happy new year to you and yours. Toy
    Sent from my iPhone

  • For some reason when my daughter sends a text to someone else I get it and vice versa.  Also, when I send a text to her the text comes to me as well.  How do I stop this from happening?

    For some reason when my daughter sends a text to someone else I get it and vice versa.  Also, when I send a text to her the text comes to me as well.  How do I stop this from happening?

    This is iMessages, not an SMS/MMS, and this means the same Apple ID is registered for iMessage on each iPhone.
    You or your daughter need to activate your own Apple ID for iMessage and FaceTime. The same Apple ID can continue to be shared for iTunes store downloads - for music and apps.
    On the iPhone, go to Settings > Messages > Send & Receive.   Select the Apple ID at the top and sign out.   Sign in with the new Apple ID.
    Make sure the same email address is not available below You can be reached by iMessage at on each iPhone.

  • I uploaded to Maverick and now my mail always cc's me on every email I send out. I have checked Preferences and the Composing Automatically CC button is unclicked. How can I stop this?

    I uploaded to Maverick and now my mail always cc's me on every email I send out. I have checked Preferences and the Composing Automatically CC button is unclicked. How can I stop this?

    Sounds like your phone has the jitters.
    This is sometimes caused when a DLL fle is missing when you restore, so the ipsw pacakge wasn't installed corectly.
    You could back up and restore, but if it doesn't help go to http://www.felixbruns.de/iPod/firmware/ and then download the same firmware your on.
    Open up iTunes and hold Shift+Restore and select that firmware, you can't use anoy ther firmwares though.
    Hope this helped

  • Whenever I open a new Firefox Browser, the other Firefox Browsers that I have minimized to the bottom of the screen all restore, (reopen up) onto the screen with the new opened Firefox Browser, how do I stop this? Just want the new one to open on screen

    Whenever I open a new Firefox Browser, the other Firefox Browsers that I have minimized to the bottom of the screen all restore, (reopen up) onto the screen with the new opened Firefox Browser, how do I stop this? Just want the new one to open on screen and the existing stay minimized.
    == This happened ==
    Every time Firefox opened
    == I think when a I updated or downloaded a newer version of FireFox at Firefox's suggestion.

    Hmm that does sound a bit strange - I use a system quite similar to yours (XP, FF 3.6.3), and don't see this behaviour.
    I would recommend trying to start Firefox in Firefox [[Safe Mode]] (make sure you close '''all''' running Firefox instances first), and see if this problem persists.
    If not, it could be some add-on causing this behaviour - restart Firefox in Safe Mode, disable all add-ons, and enable them one by one to find the guilty one.
    If it still happens in Firefox Safe Mode, some other program (or something in Windows itself) most likely is the cause. We may be able to help with this too, so let us know what works and provide as much additional information as possible to let us help you solve this.
    Please let us know how above works out, and if we can be of further assistance. Detailed feedback is appreciated and helps us to help you better, plus enables us to better help other users with similar issues.

  • When I open a pdf file, after a few seconds, it hides the toolbar and I don't know how to get it back.  I use multiple monitors and, without being able to grab the toolbar, I am unable to move the pdf file to a different monitor.  How do I stop this?

    When I open a pdf file, after a few seconds, it hides the toolbar and I don't know how to get it back.  I use multiple monitors and, without being able to grab the toolbar, I am unable to move the pdf file to a different monitor.  How do I stop this?

    Does Firefox switch to full screen if you press F11 ?
    You can also try the F10 key to see if that brings up the menu bar.
    * If the above steps didn't help then see http://kb.mozillazine.org/Corrupt_localstore.rdf
    Note: Do not delete localstore.rdf in the program folder (Windows: "C:\Program Files\Mozilla Firefox\defaults\profile\") (Mac: "/Applications/Firefox.app/defaults/profile/")

  • Im trying to play a game on my laptop and i need to use the keys alt and f4 but when i do that it takes me out of the game and brings me to my settings how can i stop this

    im trying to play a game on my laptop and i need to use the keys alt and f4 but when i do that it takes me out of the game and brings me to my settings how can i stop this?

    Go to the game's option settings and change the settings to something more to your liking. 

  • My grand daughter has changed the app settings from uk to USA now all the apps are priced in dollars any idea how I can change this back.

    Can anyone help.
    My grand daughter was playing on my iPad. She has some how changed the app for buying apps from uk to the USA. Now all the apps are in dollars and I cannot purchase any because of this.
    Any idea how I can change it back. She can't remember what she did.

    Change App Store
    1. Tap "Settings"
    2. Tap "iTunes & App Stores"
    3. Tap on your Apple ID
    4.Tap "View Apple ID"
    5. Enter your user name and password.
    6. Tap "Country/Region."
    7. Tap "Change Country/Region"
    8. Select the country/region where you are located.
    9. Tap "Done".
    Note: If the change doesn't take effect, sign out of account and sign in again.

Maybe you are looking for

  • System and Query field disable in Data Manager for Netweaver BI

    Dear All. i have installed Xcelsius Engage Server 2008, when i try to add connection for SAP Netweaver BI from the Data Manager the dialog appears correctly but in Defination TAB only the Name field is enable both System and Query field is disable. w

  • Request for MSI X360(MS-1355) dissassembly guide

    Request for MSI X360(MS-1355) dissassembly guide

  • Pass an array of a user defined class to a stored procedure in java

    Hi All, I am trying to pass an array of a user defined class as an input parameter to a stored procedure. So far i have done the following: Step 1: created an object type. CREATE TYPE department_type AS OBJECT ( DNO NUMBER (10), NAME VARCHAR2 (50), L

  • Smartview Function Issue

    Hi All, From Smartview, using the Hssetvalue function Iam trying to submit a data to the cube and while doing that Iam getting the following error message: "Cannot perform cube view operation. OLAP error (1042006): Network Error [10061]: Unable to Co

  • JDev 10.1.2.0.0 Not finding libraries?

    I downloaded the latest production build of JDev and created a new JSP/Struts/ADF project to try it out. I have created a series of Entity and View objects, and a couple of simple JSP's. When I try to build it, it fails to compile as it is unable to