Caching problem in Chrome and Firefox

Hey folks,
I ran into a weird problem.  I created a video player based on the Strobe Media Playback.  I added a couple of plugins.  This player is used to watch progressive download FLV files.
I ran into the following issue.  I watch part of a video.  I select another one.  Then I select the previous one again.  Only the cached portion of the first video is shown.  The entire video will not be downloaded again from the server, but only the portion already cached on the client.
This problem is really bad in Chrome.  When I restart FF, I can watch the entire video.  Not in Chrome.  The only way to solve this in Chrome is to clear the cache.
Any ideas?
The website is live, so you can test this yourselve.  http://www.submergeproductions.com/videos.aspx
All help very welcome, because this is a major issue.
Follow up.  I made a quick fix.  I added a random number to the FLV url to force a redownload from the server, but this quite a dirty fix. I would rather have a restart/continuation of the download if the file was only partially downloaded.
Thanks,
Peter

Hi Silviu,
the reason why it works now is because I uploaded a modified version.  I append "?<random number> to the URL.  That prevents caching problems because the browser hasn't got the version cached.  But I still report it as a bug.
Peter

Similar Messages

  • Problems with fluid grid layout live site only showing phone view in Chrome and Firefox Feb 2015

    Hi all,
    I have done a complex fluid grid layout using DW 2014 CC. The site has now gone live on the web masters server setup.
    Up until now the layout of the site has been working fine and responding to screen size.
    Early this morning in the USA the site stopped working. The layout for some users, not all, is only showing the phone view, and takes a long time to load.
    This is happening in Chrome and Firefox, but IE is displaying the site properly.
    So it looks like the CSS media queries are not working on all browsers.
    I am using BC for the test site, and one user having this problem can see that version of the site OK.
    I noticed that Chrome has done some updates recently Chrome Releases
    Has anyone else come across this problem with Chrome and Firefox with their responsive layouts?
    Thanks for any help given.

    Hi Ben,
    Yes, thanks for this link. The Travel Health Website is one of ours, hosted on BC, and no reported problems so far. We also have another large BC website with ga code in it and users are not reporting problems with it. The Headless Way
    However the problem website is hosted elsewhere on a different platform to BC. We have been developing it for three months now, and no problems so far until yesterday. The problem of the site taking ages to load, and timing out seems to be happening with about 10% of users in the USA. http://www.harrisonassessments.com/
    The web developer found a user in NZ who was experiencing the slow display problem. They looked at the site with Chrome, Firefox and IE. The site would only display on IE. When the developer removed the google analytics code, the site displayed fine on all browsers for the NZ user. We are waiting for users in the USA to wake up and test the site.
    So the problem definitely is related to the ga code and the responsive layout that was done by me in DW2014.1 fluid grid layout. So the related problem of DW2014.1 not being able to load htm files with ga code in them looks to be a good clue to what is going on here.
    As there was a bug report for DW2014.1 and google analytics code made in the other thread, I would be interested to know if that was ever solved.
    It is interesting that you are pushing Bootstrap and Foundation on me. (Big square websites here I come! lol)
    I wonder if DW is going to persist with fluid grid layout then? I certainly hope so, as I have spent 12 months blood sweat and tears learning how to do it in DW.

  • [E2013] [MailApps] [JS] [Windows]: window.open from a mail app fails in Chrome and Firefox but works in IE

    I develop an Office Mail App which is used in Exchange 2013 On-Premises in my test lab. The mail app is hosted on IIS 8 (Windows Server 2012 R2) in the same LAN and ActiveDirectory domain.
    Opening popup windows from the mail app does only work in IE, not in Chrome and Firefox.
    Here are the details:
    The following server and domain names are changed to hide our internal names. I adjusted the error messages accordingly.
    Exchange 2013 is available at https://e13.some.dom/owa...
    The app content comes from https://server.some.dom/...
    Both the app and exchange server have valid SSL certicates.
    Both server URLs are listed in the popup exception lists of the browsers I use.
    The app generates html with an element which uses onclick to open another item in the same mailbox in a new browser window. Like so:
    <a onclick="window.open('https://e13.some.dom/owa/#viewmodel=ReadMessageItem&ItemID=SomeValidID', '_blank', 'width=600,height=400');">click me</a>
    Clicking that link in Internet Explorer (11.0.9600.17105; Update Versions: 11.0.7) opens a new browser window and shows the message specified with "SomeValidID". All good.
    When I use Chrome (Version 34.0.1847.131 m) the popup browser window opens. I see some progress text "Starting..." and "Almost there..." and then this error:
    something went wrong
    Sorry, we can't get that information right now. Please try again later. If the problem continues, contact your helpdesk.
    X-OWA-Error: ClientError;exMsg=Blocked a frame with origin "https://e13.some.dom" from accessing a cross-origin frame.;file=Error: Blocked a frame with origin "https://e13.some.dom" from accessing a cross-origin frame.    at Error
    (native)    at new _a.$SQ (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:301915)    at Function._z.$GG.$544 (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:662161)    at Function.Program.main
    (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:663563)    at invokeMain (https://e13.some.dom/owa/?bO=1:549:25)    at https://e13.some.dom/owa/?bO=1:601:15:552
    X-OWA-Version: 15.0.847.32
    X-FEServer: E13
    X-BEServer: null
    Date: 1/2/1601 2:52:00 PM
    Firefox 29.0 pops up the window as well. Shows "Starting..." and "Almost there..." and then this error (some text is german although the mailbox language is set to english, its basically the same error intro text like in Chrome):
    Da hat etwas nicht geklappt.
    Diese Informationen können wir momentan leider nicht abrufen. Bitte versuchen Sie es später noch mal. Kontaktieren Sie bitte Helpdesk, wenn das Problem weiterhin auftritt.
    X-OWA-Error: ClientError;exMsg=Permission denied to access property 'popOutManager';file=_a.$SQ@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91_z.$GG.$544@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91Program.main@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91invokeMain@https://e13.some.dom/owa/?bO=1
    X-FEServer: E13
    Date: 08.05.2014 11:58:34
    In Firefox I see the popOutManager-access with "permission denied", but the popup window itself was already opened.
    Seems like the opened popup window tries to open another window?
    When I open up a new browser window in Chrome or Firefox manually and paste the URL (https://e13.some.dom/owa/#viewmodel=ReadMessageItem&ItemID=SomeValidID) manually in the address bar the message is shown correctly, so the URL itself does not seem to be
    the problem.
    Double clicking on messages in Chrome and Firefox opens those messages in new windows as well. So it does not seem to be a general popup problem in Chrome and Firefox as well.
    Any ideas how I get the popups from my mail app working in Chrome and Firefox as well?
    SvenC
    -- SvenC

    Hi
    I face the Same issue then I found that at the end of URL we  use "ispopout=1", I just remove this query string variable ant its work fine 
    The important thing is not to stop questioning - Albert Einstein

  • HT204416 My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. Select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.
    3. If the above steps don't resolve the problem, please describe it in more detail.

  • Problems playing mp3 in Chrome and Firefox

    Hi
    I have added a small MP3 file to a page in DW which plays perfectly in I.E., Safari and Opera. But in Google Chrome the audio player appears at the top of the screen and I see a black rectangle exactly where it should appear on the page (which is not at the top of the page).
    In Firefox I get a the Install Missing Plugin message after which it tells me 'no suitable plugins were found'. As I said, everthing works fine in all other browsers.
    I am using DW CS5,5 for Windows, Windows 7, Chrome and Firefox 10. I have heard somewhere that Firefox does not support MP3 due to licensing issues but I don't how true this is. Any help and advice will be much appredciated.
    Thanks
    George.

    I'm also experiencing this problem.
    My page is:
    http://curumba.net/TEXTOS/AUDIOS/MENSAGEM-39.html
    The sound starts play without the command and the image appearsat the top of the page
    thank you

  • Problem Open links to fileshare when browse to SharePoint in chrome and firefox

    We have a search center site and results come from file share.
    It seems that when user use Chrome and firefox - there is a problem to open a link to the file. In addition in case the file is an image - the preview image is seen only in IE
    keren tsur

    Hi,
    According to your post, my understanding is that you couldn’t see the image preview in search results.
    First, you should know that the search center can crawl image files, however, the results only return these image files as list items and no image preview will appear whichever browses you use.
    The cause of this issue is that the image result type uses the Default Item template and not the Picture template.
    I recommend that you can use the SharePoint Designer 2013 to modify the hover display template that is being used for default items.
    For more information, you can refer to:
    http://blogs.realdolmen.com/experts/2014/03/17/images-in-sharepoint-server-2013-search/
    Best Regards,
    Linda Li
    TechNet Community Support

  • Mac won't open pages in browsers. Chrome and Firefox won't open any pages - Safari will only open a selected few.

    I've had some strange browser issues, with Conduit being added to Chrome (which I've tried to remove via the browser settings). Chrome will open my Gmail account but no ther pages. Firefox won't open anything. Safari opens a few pages (this forum thankfully) but is very selective.
    Google is returning results to me via Google.es rather than Google.co.uk
    I can use all browsers freely on other devices on home network (although Google.es has popped up on my iPhone now). I've run anti-virus software which hasn't picked up any problems. I've tried uninstalling Chrome and Firefox, but am unable to do so.
    Any help or guidance would be really, really appreciated.
    I'm running the most recent version of Mavericks on  2012 iMac.

    Hi,
    First of all click Safari/Reset Safari, next click Safari/Preferences/Extensions and turn off extensions. The re-test
    If the problem persists, try using safari in safe mode:
    Use this link to see how to do this:
    http://support.apple.com/kb/HT1564
    If Safari works ok in safe mode, then your problem points to something 3rd party related.
    Have a look at this:
    http://support.apple.com/kb/TS3230?viewlocale=en_US
    I hope this helps

  • Safari, chrome and firefox cannot verify identity of secure websites after upgrading to 10.7.4,  apple engineers have tried multiple things including operating system with no success

    safari, chrome and firefox cannot verify identity of secure websites after upgrading to 10.7.4,  apple engineers have tried multiple things including operating system with no success

    There are several threads about this problem, most notably one called 'Invalid Certificates' is over 4 pages long.  Many of us have experienced difficulty connecting to banking and other secure sites.  On my Macbook Pro, I cannot get to my banking site with any browser, however I can get there on my iMac using Safari, but get the 'Invalid Certificate' notice with FF and Chrome.  The problem started after the installation of 10.7.4.  I have sent a message to Apple--they will be dismayed to hear that I cannot complete an order at their online store!

  • Trying to install latest iTunes 11.1. It fails on both Chrome and Firefox. I need it as ios7 not compatible with IE. . . . Any ideas how to resolve please.

    I need to install iTunes 11.1 on laptop so my iPad is recognised when connected to it.
    Internet Explorer 8 is no longer an option so I have added both Chrome and Firefox to try to download iTunes. The download is almost complete when I get a message ' the feature you are trying to use is on a network resource that is unavoidable'
    Can anyone assist using simple layman' slang usage.
    Prior to ios7 I had no problems at all.
    Thanks, Neil

    Temporarily turn off ALL of your antispyware/antivirus software and try it again.

  • How to add a hand tool (grab the page and drag) function on Chrome and firefox pdf viewer?

    To clarify, hand tool is a function for user click on the pdf and dragging around , that is used to replace the scroll bar navigating .
    The problem is, by default the Chrome and firefox pdf viewer do not have that function and I would like allow the user to drag the page.
    A workaround is to use a jquery plugin (grab to pan https://github.com/Rob--W/grab-to-pan.js in my case) with an embed object (pdf viewer). When I maximum the size of the pdf and user drag the embed object.
    The problem I have encounter is
    1) When using chrome/ firefox, the pdf content do not fit to the page but auto resize by default even I have set the adobe pdf open parameter , using iframe.
    2) The jquery seems conflict with the firefox pdf viewer, it works smoothly on Chrome but not firefox.
    Here is the source code, you may download the plugin from the link mention above and have a look. Don't forget to put a '1.pdf' along with the source file. Thanks
        <!DOCTYPE html>
        <head>
        <meta charset="utf-8">
        <title>Grab-to-pan.js demo</title>
        <link rel="stylesheet" href="grab-to-pan.css" type="text/css">
        <style>
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        html, body {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        .scrollable {
            overflow: auto;
            width: 100%;
            height: 100%;
            background-color: #EEE;
        #zoomPage {
                  overflow:visible;
            width: 100%;
            height: 150%;
        </style>
        </head>
        <body>
        <label><input type="checkbox" id="activate-g2p" checked> Activate Grab to Pan</label>
        <div class="scrollable" id="scrollable-container">
        <object id = 'zoomPage' type='application/pdf' data= '1.pdf#zoom=page-fit'><p>The PDF can not display</p></object>
        </div>
        <script src="grab-to-pan.js"></script>
        <script>
        document.getElementById('activate-g2p').onchange = function() {
            if (this.checked) g2p.activate();
            else g2p.deactivate();
        var scrollableContainer = document.getElementById('scrollable-container');
        var g2p = new GrabToPan({
            element: scrollableContainer
        g2p.activate();
        </script>
        </body>
        </html>

    This is forum sponsored by Adobe make of Acrobat and Reader. Since Chrome and FireFox web browser have chosen to use their own viewer you might get more help in their forums or customer support.

  • Why do Yahoo Flash videos not always run correctly in Chrome and Firefox/Windows 8?

    I upgraded early last month to Windows 8 Pro.
    Running Yahoo! News and other videos (Yahoo! Screen, etc.; virtually all Yahoo branded products) I get a black screen, no error message on Chrome and Firefox. The videos run correctly on Internet Explorer.
    I have not found a way to run these videos at all in Firefox or the 64-bit Waterfox.
    In Chrome, I can DISABLE the internal Pepper-based Flash player and the videos will run (but nothing ELSE will: no YouTube, etc.)
    I can keep a plug-ins page open in Chrome and repeatedly enable and disable the internal Flash player; I can copy and paste the URL for what I'm watching back into IE...or perhaps some kind and knowing person here will have a better idea. For me, I sense a bug somewhere. BTW...this machine dual-boots Win8 and WIn7. The problem does not exist in Win7. Please don't suggest going back to Win7; that's a VERY mature (translate SLOW and quirky; survived repeated change of motherboard and other major components) install that I'm continually weaning myself away from and rarely boot into it anymore (Win8 boots from SSD and is blazingly fast, Win7 not so much).
    I have not found any site other than the ENTIRE Yahoo site that has this problem!
    Jay from the Bronx

    I'm back! Actually, this issue has been happening to me every now & then but I'd just given up on dealing with it. But now I'm motivated again.
    I clicked on a video link in Facebook that sent me to NASCAR | Facebook which turns from the https URL to those two words on this site for some odd reason, and it just popped a box telling me saying Flash Player Upgrade Required - Get Flash Player and the video's image never displayed under that and it couldn't be played.
    Then once again I went thru all of the steps to insure that both I do actually have Flash Player and that it is Enabled. I do and it is. I also read somewhere to click the gear icon in IE then click Safety > ActiveX Filtering. I do that and I see a checkmark next to ActiveX Filtering. I've tried it both with a checkmark and without one and there's no difference.
    I have Windows 8.1 fully updated, IE-11 and Flash Player
    I see the swinging tire swing image in #5. Verify if Flash Player is installed at Flash Player Help.

  • SSL certificate not valid in Safari, but webservice  works with Chrome and Firefox

    As a MD, I'm used to check blood results online on the service
    https://inet.zentral-labor.ch/c16/kunweb.dll - this is the online-portal of my laboratory medica in Zurich. http://www.medica.ch
    Access to the loginscreen is public ;-) and should look like this (Screenshot from Firefox)
    I've setup a new workstation 3 weeks ago (iMac with OS Lion 10.7.4), and this webservice service works fine till yesterday. Now, Safari is every time we try to reach the service telling us, that this service needs a certificate, we can choose only a default apple certificate
    and then, the error is:
    This Site needs a valid SSL-Client-Certificate... (Screenshot below)
    What's wrong with Safari? With Chrome and Firefox, the webservice works fie without any problems.
    Thanks for an advice
    MD Patric Eberle

    As a MD, I'm used to check blood results online on the service
    https://inet.zentral-labor.ch/c16/kunweb.dll - this is the online-portal of my laboratory medica in Zurich. http://www.medica.ch
    Access to the loginscreen is public ;-) and should look like this (Screenshot from Firefox)
    I've setup a new workstation 3 weeks ago (iMac with OS Lion 10.7.4), and this webservice service works fine till yesterday. Now, Safari is every time we try to reach the service telling us, that this service needs a certificate, we can choose only a default apple certificate
    and then, the error is:
    This Site needs a valid SSL-Client-Certificate... (Screenshot below)
    What's wrong with Safari? With Chrome and Firefox, the webservice works fie without any problems.
    Thanks for an advice
    MD Patric Eberle

  • Hi i have bought new macbook pro for a few weeks ,,  Facebook and Twitter both won't open the page says safari can't find server for Facebook even google chrome and firefox booth won't open Facebook

    Hi i have a macbook pro retina,,,
    i have been using this  mac for 4 weeks ,,
    in some reason Facebook and twitter booth won't open for two weeks and all of the pages work perfectly fine
    i have safari Version 8.0.2 witch is the latest version for now
    even google chrome and firefox won't open Facebook and twitter
    i have mac os x 10.10.1

    You have 14 days to return the computer w/no questions asked.  Plus you have 90 days of FREE phone tech support on top of your standard 1 year warranty unless you also purchased AppleCare which gives you an additional 2 years of coverage plus FREE phone support.
    Strongly suggest that you take FULL advantage of the above before it runs out.  Let Apple deal w/the problems.

  • Chrome and firefox searches on address/URL field are crashing my Mac

    Hello,
    Since Friday (3 days ago), I've noticed that whenever I use the address/URL field in either Chrome or Firefox to search for something - not entering a valid URL, but entering something for the browse to use Google to search for what I entered -  my Macbook Pro (10.9) crashes - kernel panic. The same does not ocurr with Safari.
    I have Norton Security installed in my Mac, and I have uninstalled both Chrome and Firefox, rebooted my Mac, reinstalled them, and the situation remains the same. Any ideas?
    Thanks!
    Here's what I got from the crash report:
    Sun Nov 24 10:15:37 2013
    panic(cpu 2 caller 0xffffff80034dc19e): Kernel trap at 0xffffff7f83b28897, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff8124e84247, CR3: 0x0000000355652019, CR4: 0x00000000001606e0
    RAX: 0x00000000ffffffff, RBX: 0xffffff80437fb688, RCX: 0x0000000000000005, RDX: 0xffffff8024e84248
    RSP: 0xffffff81d87a3500, RBP: 0xffffff81d87a3500, RSI: 0x0000000000000000, RDI: 0xffffff80288fcea8
    R8:  0xffffff81d87a352f, R9:  0x00000000ffffffff, R10: 0xffffff81ec4ee008, R11: 0xffffff804312ec08
    R12: 0x000000000000000a, R13: 0x000000000200000a, R14: 0xffffff804312ec08, R15: 0xffffff81d87a37f8
    RFL: 0x0000000000010293, RIP: 0xffffff7f83b28897, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff8124e84247, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff81d87a3190 : 0xffffff8003422f69
    0xffffff81d87a3210 : 0xffffff80034dc19e
    0xffffff81d87a33e0 : 0xffffff80034f3606
    0xffffff81d87a3400 : 0xffffff7f83b28897
    0xffffff81d87a3500 : 0xffffff7f83b10a84
    0xffffff81d87a3560 : 0xffffff7f83b1ffac
    0xffffff81d87a3850 : 0xffffff7f83b27bf2
    0xffffff81d87a3870 : 0xffffff7f83b09960
    0xffffff81d87a38d0 : 0xffffff7f83b00fb9
    0xffffff81d87a3940 : 0xffffff7f83afffcd
    0xffffff81d87a3990 : 0xffffff7f83afd4a7
    0xffffff81d87a39e0 : 0xffffff7f83afccd1
    0xffffff81d87a3c50 : 0xffffff7f83afc997
    0xffffff81d87a3c80 : 0xffffff80038319e9
    0xffffff81d87a3ce0 : 0xffffff8003813f21
    0xffffff81d87a3dd0 : 0xffffff800381f7a0
    0xffffff81d87a3ee0 : 0xffffff800381f531
    0xffffff81d87a3f50 : 0xffffff800383de23
    0xffffff81d87a3fb0 : 0xffffff80034f3e06
          Kernel Extensions in backtrace:
             com.symantec.kext.ips(3.9.1f9)[25C5F362-72D0-3A66-A535-09ABE3948DFF]@0xffffff7f 83af4000->0xffffff7f83b68fff
                dependency: com.symantec.kext.internetSecurity(5.3.1f8)[CB6BF917-8CD2-3787-B316-AF3CE3FEA63 7]@0xffffff7f83ad5000
    BSD process name corresponding to current thread: firefox
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000003200000
    Kernel text base: 0xffffff8003400000
    System model name: MacBookPro9,1 (Mac-XXXXXXXXXXX)

    Hello,
    Sorry for the trouble. I am Vineeth and I am from the Norton Support team.
    Have you enabled the Firewall now, and does it work after enabling the Firewall? If the problem persists with Firewall enabled, please go to the Location Awareness settings and find out what is the current location selected and what is the Connection Blocking settings selected for it.
    Thanks!
    Vineeth
    Norton Support

  • Multitouch Trackpad issues in Chrome and Firefox

    In both Chrome and Firefox, when I do the 3-finger swipe from right to left to go back a page, the window hides instead.
    The 3-finger swipe works the way it is supposed to in other programs including safari.
    The trackpad also functions as normal in a fresh user account.
    which files do I need to remove in order to fix this issue since it is related to my account?

    As boydbme pointed out the 3-finger left swipe works in both Chrome and Firefox in a fresh new user account. So the problem lies somewhere in the touch pad settings for his (and my) user account. And the problem is not associated to one specific application - it's all non-Apple applications.
    And the weird thing is that it hides the window(s) (not just minimize - it's completely gone) and it changes focus to last active application. Even minimized windows of the application disappears from the dock. But when you click on the application in the dock the windows and minimized windows reappear.
    So I will just quote boydbme:
    "Which files do I need to remove in order to fix this issue since it is related to my account?"

Maybe you are looking for

  • Number range in tcode OMH8

    Hi all, Please tell me that which number range we use to maintain in tcode OMH8. It says that its for service specification but what is this service specification exactly? I dont know what is service specification. Is it in service master or where? P

  • Reinstalling Photoshop CS2

    I have been using Photoshop CS2 fr quite some time successfully. However, I have been receiving this message. "the Adobe Updater could not be started. Reistall program."   Can I uninstall CS2 and reinstall without contacting Adobe first?? I have my o

  • How can I choose the path where I want my workers be compiled into ?

    Hi, I didn't found where to set that, it seems FB follows the package structure to create sub directories inside workerswfs, I want to be able to choose where the compiled worker will stand. Can someone help on it ? -Fred

  • I have a new computer with a new lightroom install. wont import - says could not be read?

    I have a new HP Touchsmart with a newly installed lightroom 4 but it wont import any photos from a card.  Just says files could not be read? 

  • Can't use the digital booklet

    I bought the St. Elsewhere from Gnarls Barkley, which came with a digital booklet. I can see that it's supposed to be a QT movie, but I can't play it. I tried double clicking it from Windows Explorer, and I tried opening QT and accessing the file fro