1 item remaining problem

I've the following problem. On my website
www.kempen.org normally everthing
works fine. However certain users report that they don't see the
photo's and corresponding text. In their case they see the message
1 item remaining in the status bar. I myself cannot reproduce this
problem, because here it works fine. I use the same browser IE6.0
without a problem. Anyone outthere who can reproduce the problem
and with a tool like iehttpheaders find out which item it keeps on
loading???

I've made a workaround for this probably IE glitch. By using
SwfObject to load
the movie from YouTube instead of using the <object> and
<embed> tags, IE doesn't keep on loading.
The actual HTML looks like, with an include of the javascript
file swfobject.js and the proper style attached to the div with th
id contentflash. This is even nicer because on browsers with
javascript disabled you could put some explaining text in the div.
<div id="contentflash" spry:if="('{@type}'=='video')">
here comes the movie
</div>
<span spry:if="('{@type}'=='video')">
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("
http://www.youtube.com/{@src}",
"{title}", "{@width}", "{@height}", "7", "#FFFFFF");
so.addVariable("wmode", "transparent");
so.write("contentflash");
// ]]>
</script>
</span>

Similar Messages

  • Some read mail items remain marked as unread

    Some read mail items remain marked as unread (even after I've read them).
    I have to manually mark them as read.
    This doesn't happen to all mail items, just some.
    How can I fix this?

    A few discoveries I made this morning.
    One is that disabling GPGMail seems to solve the problem, or at least significantly reduce its occurrence.
    Another is that with GPGMail enabled, it seems to depend on how quickly one opens an email. I can't say for sure that this is a hard and fast rule, but messages staying unread seems to be more of a problem if you've just entered the folder or just been viewing another message and suddenly change to an unread one. It's as though GPGMail causes Mail to need some time to think things through.
    A third is that if you have multiple mail accounts, a workaround to reset the unread count exists. If a mail folder in Account One is having problems, you can switch to a folder in Account Two, possibly wait an interval of time (not sure what that interval would be), then switch back to your original Account One folder. That seems to force a refresh of the unread count, without needing a folder rebuild (with consequent loss of expanded threads, etc).
    However, for the time being, I've just disabled GPGMail. I can re-enable it as needed, by the looks of it, and it's not as though I've really needed to use it yet.
    I could wish, though, that Apple offered proper GPG support, or at least that they made enough of their API available that third parties could do a proper job instead of an ugly and somewhat broken hack. (I've also seen complaints that Apple like to change their API without telling anyone, just to keep third-party developers on their toes =P.) I suppose another problem is lack of available time. Which I also suffer from, so I don't think a "real solution" is forthcoming from this quarter, at least.

  • I item remaining in i.e. - swf files "a toughy though"

    HI all hope your all good. Bit of a toughy for u to get your
    heads round. (its a little long but its a tester for u real
    webmasters)
    i.explorer. active x controls - swf files load but the i.e
    browser still says 1 item remaining. cause <object> tags. My
    site has an email form that uses php to send to a mail server. this
    works fine on all browsers except i.e. due to the fact it can't
    excercute due to the page has not fully loaded.
    SO
    Use deconcept swf object, I hear you all cry.
    Problem being is this.
    My site is based in flash. In flash it has a stage width of
    430 x 430pixels. But the file has an actual area of 1482 x 1482
    pixels (this is for background image and any imported swf files
    bigger than 430x430). Then the swf file is then put into a html
    page with a a setting of center, WIDTH="100%" HEIGHT="100%". SO the
    browser always centres the swf and no matter how big the browser is
    made displays all the flash. for example your browser is 1024 x 768
    you will see the swf stage 430x430 but also all the background
    detail which will fill the remaing browser space, giving the site
    greater impact.
    Then i use the i.e update to stop active x sillyness.
    "<script type="text/javascript" src="
    http://www.uyrproduction.com/ieupdate.js"></script>"
    But this doesn't stop the 1 item remaining bug. (give me
    strength)
    So swfobject is the all browser answer to all my problems.
    but unforunately when set to w100% h100% (as below)
    <script type="text/javascript">
    var so = new SWFObject("mysite:-).swf", "A pint to the man
    who can solve this "100%", "100%", "6", "#000000");
    so.addParam("quality", "high");
    so.addParam("wmode", "transparent");
    so.write("flashcontent");
    </script>
    it only displays the 430 x 430 flash stage and not all the
    background info as mentioned before. I've put the setting to the
    actual pixel size i.e.
    var so = new SWFObject("mysite:-).swf", "A pint to the man
    who can solve this "1482", "1482", "6", "#000000");
    alas, this the right size but not centered and has scoll
    bars, boo. tried all sort of java script to sort it out but to no
    luck.
    the person who can help will be in my good books for ever
    more.
    Cheers
    Bob

    > Please check the root site
    > URL." This happens whenever I click TEST for the site
    root URL in the site
    > preferences under Contribute.
    and what is entered for the site root url, and is that
    correct?
    It should be the url to the site, such as
    http://www.example.com/
    or
    http://www.example.com/mysiteisinasubfolder/
    If you let contribute or dw "guess" at this, it can often get
    it wrong,
    because it will go with the combination of the ftp address
    and the host
    directory entry. So it will try something like
    http://
    nameofyourhostingbox.yourhost.com/public_html/
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • 1 item remaining

    I've got frames in my javascript and code:
    if (frameDocument.createStyleSheet) {
    frameDocument.createStyleSheet(url);
    else {... <code using appendTo>
    The problem is when I run my page in IE7, page loading indicator never finishes and it's written "1 item remaining" in status bar.
    After I comment 
    frameDocument.createStyleSheet(url);
    the message becomes "done" and the indicator finishes, but the css-styles are not applied:)
    I tried fiddler but nothing interesting, all the requests are less that 1 second.
    How to solve the problem and get rid of that error?

    Hi,
    any (possible) reason why you are targeting IE7 emulation? createStyleSheet is depreciated and no longer supported in IE11 and higher or other 'living standards' web browsers.
    framesets are depreciated in html5. You must have a valid html4 frameset dtd so that the child frames will render in Edge mode.
    If possible please include a link to your website or a mashup with your questions to this forum or stackoverflow.
    Regards.
    Rob^_^

  • OT: 1 item remaining

    Hi folks,
    In some website created I use a layer that contain news or
    others data and I
    use the behavior show-hide layers (onLoad) for show it after
    page is loaded.
    Sometimes when I use IExplorer I don't see the layer and in
    the IExplorer
    status bar I see "1 item remaining" I wait... but the page
    remain the
    same... it works only if I reload the page...
    I don't know why, any website use a simple access database (
    with small data
    size ) and .asp basic pages.

    url?

  • Items remaining to be installed stalls All abobe products

    Hello
    When ever i try and install adobe flash, flash player V9, and the extension manager i get "items remaining to be installed:190 and a message searching hard drive.
    No matter how long i leave the machine nothing further happens .
    Any help would be great fully received

    Flash Player version 9.0.28.0?

  • UCCX CAD Items Remaining

    Hi,
    One of our agents is seeing a message for 7 items remaining in Cisco Agent Desktop.  Can you please tell me what these items might be or where to look to determine this?
    Thanks,
    Scott

    Hi Scott,
    From the screen shot, it looks like the browser is minimized, but it has 7 items left to download.  Have them navigate away from that screen and see it is still there.
    Tom

  • Flash won't load, just says 1 item remaining

    Hello,
    I have severals flash movies on my website that work fine. I
    used the exact same move and swapped out the symbols and placed it
    on the site. I can see it in IE 6, some of my co-workers can see it
    in their IE 6, but other co-workers with IE 6 get a "1 item
    remaining" at the bottom of their browser and it never loads. I've
    republished, renamed the swf and sometimes it works for me and
    other times it doesn't. Any ideas?

    > I have severals flash movies on my website that work
    fine. I used the exact
    > same move and swapped out the symbols and placed it on
    the site. I can see it
    > in IE 6, some of my co-workers can see it in their IE 6,
    but other co-workers
    > with IE 6 get a "1 item remaining" at the bottom of
    their browser and it never
    > loads. I've republished, renamed the swf and sometimes
    it works for me and
    > other times it doesn't. Any ideas?
    Can you share the URL ?
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • JSP item deletion problem

    I have a minor problem in JSP that I can't get fixed.. When I try to remove all items from my shopping basket it deletes all items except one.. but in fact he deletes them all but fails to refresh the correct content of the shopping cart.. (at least.. that's what i think..)
    <%
    String name = request.getParameter("action");
         if (name!=null){
         if (name.equals("emptyCart")){
         myCart.deleteAllItems();
    %>
    Remove all items
    So, when I add 3 items e.g. and I click on "remove all items" the first item I added still shows up in my cart, when I reload the window, it's gone.. I tried to add a JS function that would reload the window, but it doens't change anything..
    Your help is greatly appreciated,
    Michael

    As i stated the JS function is just a function that reloads the document, but even using that the problem remains;
    Here's the code from my bean:
    package myShoppingCart;
    import java.util.*;
    public class myCart implements java.io.Serializable{
         private Vector items = new Vector();
    public myCart(){
         items = new Vector();
    public void deleteAllItems(){
         items.removeAllElements();
    Thank you for helping out,
    Michael

  • CMS - Items remain "Waiting for assembly", even after succesfull assembly

    When we assemble components in the Integration Directory track, the assembly is succesfull and the components appear in the approval tab.
    But... the components remain in the assembly tab with state "Waiting for assembly" (there are also corresponding entries with state "assembled"). The components also remain in state "Waiting for assembly" after approving or rejecting.
    We have checked the How to guides several times and searched sdn and sap notes, but could not find any leads.
    We would really appreciate if anybody could help us.

    baltwo,
    I have a lion clone. so I guess there is no reason to install lion upon it's own clone.
    anyways, how is it possible that after the complete format, the ACL problem remains.
    what about removing the recovery partition.
    the reason I want it to be done is to get rid of the problems I had with the new installation, tham I'm afraid will not be fixed otherwise: crashing apple applications (safari quitted unexpectedly), slow performance, computer freezes, GUI lags (copying 138 items to another folder stucks and I have to relounch finder) and other animation bugs at almost everywhere on the system.
    restoring lion clone and turning on the time machine sounds like the last option right now...
    and I'll be happy to hear opinions about what to do with the backed up data on the external hdd permissions.

  • Changing color without modifying existing items.. problem!

    Hello,
    I'm reletively new to flash, and am trying to modify a template and am running into a problem and I don't seem to know why Flash is acting so strange.
    I am going into a movie clip to edit the color of an item, and when I do so with a tint, it overrides any additional effects such as light, and text. The color appears almost as if it were just slapped on top of everything.
    When I edit the color in advanced mode, it is really a hit-or-miss to get the correct color, and will only modify when changing the offset RGB.
    And also when doing this, the text gradually changes color, for example: there are 4 items in total that I want to edit the color of. Each item is a different colored box with text on the front (for a main Navigation of the website). --- The first item, the text will stay white. Gradually through the second and third items it starts to change, and by the fourth / last item, the text is completely blue.
    Is it possible for a portion of text to be connected somehow to an object within the animation in a movieclip? If so, is it possible to go inside and edit this? -the shape, animation, and text?
    Is there an easier way to change the color of an item inside a movie clip? I can supply additional information if needed.. files etc.
    Am I doing something wrong / completely missing something?
    Thank you very much in advance for any help and/or advice!
    New Flasher,
    Lisa

    go one level deeper than the movieclip so you're editing the shape.

  • Line item display problem from table

    Hi experts......
    I am strucked up in my report  with a problem ,
    document no.(BELNR)  for corresponding bkpf has four line item  in BSEG table,
    BUZEI                      GJAHR  BUZEI   KOART  DMBTR           HKONT                                            
    9000000078     2006     1     S    200,600.00        0000500100     
    9000000078     2006     2     S    24,072.00          0000301500     
    9000000078     2006     3     S    481.00               0000300450     
    9000000078     2006     4     D    225,153.00        0000209800     
    My requiremet is that
    ========================
    when it goes inside the loop
    i want to display the belnr where Hkont  = '000500100'
    and koart = 'D', that will be 001 line item (buzei) and  0004 Buzei in this case.
    ie my output should be like
    ============================
    GROSS        NET
    200,600.00  225,153.00
    If i specify  and hkont = '000500100'and koart = 'D'. its not getting inside the select itself
    if i select without the where condition and hkont = '000500100'and koart = 'D' its going inside...
    Can you please help me out....
    My codings
    elect bukrs belnr  gjahr xref1 xref2  kunnr  buzei dmbtr hkont koart from bseg into corresponding fields of table it_bseg
                                              for all entries in it_bkpf
                                               where  bukrs = it_bkpf-bukrs
                                                      and belnr = it_bkpf-belnr
                                                      and gjahr = it_bkpf-gjahr
                                                      and hkont = '000500100'
                                                      and koart = 'D'.
    loop at it_bseg into wa_bseg .
       wa_final-kunnr = wa_bseg-kunnr.
       wa_final-xref1 = wa_bseg-xref1.
       wa_final-xref2 = wa_bseg-xref2.
        wa_final-DMbtr = wa_bseg-dmbtr.

    hi ...
    thanx a lot fo your reply,....
    thats wat i thought and was trying to do so.....
    and modified...can you please look in to the code....
    but wa_final-gross = wa_amount-dmbtr.
         wa_final-net = wa_amount-dmbtr.
    value is not getting populated ....i dont know the reason
    IF it_bseg[] is not initial.
    select  bukrs belnr gjahr dmbtr from bseg into corresponding fields of table it_amount
                                    for all entries in it_bseg
                                     where bukrs = it_bseg-bukrs
                                     and belnr = it_bseg-belnr.
    endif.
    if it_amount[] is not initial.
    select  kunnr  name1 LOCCO from kna1 into corresponding fields of table it_kna1
                                          for all entries in it_bseg
                                            where  kunnr = it_bseg-kunnr and
                                                   locco = pr_locco.
    endif.
    sort it_bseg by belnr.
    loop at it_bseg into wa_bseg .
       wa_final-kunnr = wa_bseg-kunnr.
       wa_final-xref1 = wa_bseg-xref1.
       wa_final-xref2 = wa_bseg-xref2.
    read table it_amount into wa_amount  with key belnr = bseg-belnr.
    if sy-subrc = 0.
    if wa_bseg-hkont = '000500100'.
    wa_final-gross = wa_amount-dmbtr.
    endif.
    if wa_bseg-koart = 'D'.
    wa_final-net = wa_amount-dmbtr.
    Endif.
    at end of belnr.
    Endat.
    Endif.

  • Multiple Item Information - problem

    I updated to iTunes 8. Now, whenever I try to "Get Info" on more than one music file, the content in the "Multiple Item Information" window gets displaced. Please refer to this jpeg to understand what I mean:
    http://img.photobucket.com/albums/v294/mkeopong/iTunesscreen.jpg
    Any ideas why? Any help in resolving this problem would be greatly appreciated. Thanks.

    Actually I meant on the Appearances tab, not the Themes tab.
    You right-click on any blank space on your desktop, choose Properties, then click the Appearance tab.
    Anyway, worth a shot. Sorry to hear it didn't work!
    Sounds like there's some other bugs with itunes v8 needing a certain color resolution setting or else the whole screen is pink.
    In itunes 7, there was a huge bug where users were forced to set their display settings to 1024x768 in order to accept the iTunes license agreement. Nice, huh? Apparently that's fixed - haven't seen posts about that since v8 was released.
    From the screenshots posted on the Get Info for multiple tracks, it looks like more display settings hijinx from iTunes. I changed some stuff on my system, but never got a display like that.
    Message was edited by: Katrina S.

  • Item Category Problem

    Hi Experts,
    We are facing a problem in our production system
    (i.e) we have order created in crm and flows to r/3 system and the billing is carried out there and the status of the order in CRM should be changed to complted once the billing is complted.
    However it does not happen so for some of orders because,
    Item Category ZTAD used in ZOB2 order type is having the object type as SALES  ITEM and   which are automatically deliver relevant in CRM. In this process system look for the deliver document which is not available (our ZOB2 orders are order related billing) and the system puts the status of the order to inprogress.
    options we tried:
    a) we have created a new status profile and assigned it to the ZTAD, but on doing so the quantity of the item changes to zero
    b) we have created a new item category with object type CUSTOMER DEBIT MEMO REQUEST ITEM but could not assign it the sales document ZOB2 since it's category is SALES.
    c) we have Modified badi ORDER_SAVE to make the document complete when ever ZTAD item category is noticed in the sels order, On doing this the sales document flow is not updated.
    Can any one suggest solution for this.
    Regards
    Swaroop
    +91-9999444519

    hi,
    you are requested to check whether your item category exists in the combination of
    ZIN 0005
    with
    SALES DOCUMENT TYPE + ITEM CATEGORY + USEAGE + HIGHERLVEL IC = DEFAULT ITEM CATEGORY.
    in VOV4.
    it will not be there do your item category determinatin there and proceed.
    regards,
    balajia

  • Duplicate Item Filename problem

    Hello,
    I have a number of offline items I am eager to digitize. When I select any of them or all of them and select Batch Capture then press OK in the Batch Capture window I get a window that states "Duplicate Item Filename". It says "A file in use by Final Cut has been found to use the specified filename. Enter a different filename and click Continue or choose one of the options listed below." The options that it lists is greyed out. These filenames it thinks it is using are not on my system. I have searched and searched and found nothing. But if I can't batch capture I can't use FCP. Too many clips already logged. Has anyone experienced this same problem and if so what did you do about it?

    Yes, it's happened to everyone who has tried to recapture. Are you using Media Manager? If not, try that.
    The upshot is that you need to convince FCP the clips are no longer available regardless of their corporeal existence. That may mean restarting the machine, repairing permissions or deleting your prefs or, at least changing enough of your prefs so that the file is altered significantly.
    Wait, you're saying these files are not associated with your project?

Maybe you are looking for

  • Is there a fix for a problem with animation using nested graphics (parent/child)?

    I am not sure if its because of my lack of experience with 2D programs or not, however I am having issues with nested graphics and animation. I am normally a 3D user and as such grouping and parents are very key to how things are able to move. The pr

  • ISA570 - How to make my WebServer always uses the same Public IP

    Hi all I have reserved one IP of my pool to my exchange server. The Reverse DNS is configured for this IP. My exchange server is sometimes rejected by the other because it is using the first public IP of my pool to go on Internet, and not the one i w

  • Playing videos in iPhoto

    Whenever I try to play a video in my iPhoto library, a Quicktime window comes up but doesn't play the video. When the window comes up, it is a window filled with advertisements for iTunes and things like that. Any idea how I can get my videos to play

  • Getting Started on Designer Repository

    Hi I need to install, create designer repository on Windows 2003 including data model. Where can I get a starting point to learn all about Oracle designer - Installation, Administration etc. I haven't found any good document for beginner so far. I do

  • What is the Use of Inner classes in Interface.

    Hi All, Most of us we know that We can define inner classes in the interface. Like public interface MyItf{      Demo d = new Demo();           class Demo{           Demo(){           //some additional code here }Now I have following question in my mi