Problem downloading quicktime files

I have someone that sent me to web pages that have video of her (for a news anchor demo reel) that I need to make some changes too.
When I'm apple-right click the options i get are: Save as Source and Save As Quicktime Movie but at the top is says: about quicktime plugin (which is 7.6.3) It seems like it's only downloading the plugin because the file on my desktop is only 4kb.
I have the new version of Quicktime that came with Leopard but I also have quicktime 7pro.
Anything I can do here to get these files? (she can't find the raw files to upload me)

It seems like it's only downloading the plugin because the file on my desktop is only 4kb.
Or... The "4 Kb" file sounds like it may simply be a QuickTime Media Link (QTL). Basically this is just an XML that looks and acts like a movie file but actually contains an SRC pointer to the URL of the real file and a few playback instructions/settings. If so, simply open the file with TextEdit to get the URL for either downloading to your hard drive or for caching directly to the QT 7 Pro player window.

Similar Messages

  • Problem downloading avi files

    Hi,
    I have recently had problems downloading avi files from rapidshare.de, because the avi files do not download to my desktop (a new ticket system prevents me from manually clicking on the link, and instead begins downloading the files automatically), but open and play in my browser (Internet Explorer 5.2). I cannot save these files to my computer or open them in my QuickTime application. Can I get some help as to how I can configure my browser to download avi files to my desktop, instead of opening them in the browser

    Hi erikson1,
    If the link is a direct liink to the avi file, you can just hold the 'control' key - click and hold the mouse over the link and then select "Download linked file to disk."
    If the link is to a html or other similiar web page that will play the file in it then it gets a little more complicated to get that avi file. Then you may have to view source of that page and find the direct link to the avi file for download.

  • Problem downloading a file via http

    Hi
    I'm just getting started with WLS (sp5) and am having a problem downloading
    a file via http. The document is stored in the main html docs directory and
    whenever I link to it or try to download it directly (eg:
    http://<host>:<port>/myfile.doc) I get the following error in a message box:
    Your current security settings do not allow this file to be downloaded.
    Can anyone point me in the right direction as to where I grant permissions
    to do this - I've tried using the weblogic.security.URLAclFile and adding
    the directory as a weblogic.io.fileSystem (a desperation move, I know).
    Thanks in advance,
    Peter Villiers

    PLEASE IGNORE THIS POST
    The problem was caused by someone (me though I honestly don't remember doing
    it), setting the content security level to high in my web browser which
    stopped this type of download.
    Peter

  • HT203200 has anyone ever had this problem? seems to be a problem in itunes, as i am having no problems downloading other files."There was a problem downloading "Outlander / Howard McCain". An unknown error occurred (-50)."

    has anyone ever had this problem? seems to be a problem in itunes, as i am having no problems downloading other files."There was a problem downloading “Outlander / Howard McCain”. An unknown error occurred (-50)."
    kinda suck to pay for something you cant use!..

    Try fixing up the validation issues...
    http://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.stereogol.com%2Faudi o%2Fwimpy_podcast.php
    Not promising it will help, but it's worth a shot.

  • Solutions for problems with QuickTime files in After Effects CC (12.0)

    We have a new blog post up about solutions for problems with QuickTime files in After Effects CC (12.0) because of conflict with DVCPROHDVideoOut QuickTime components. 
    Please read that post and let us know here on this forum thread if you have any questions or comments. 
    Also, please let us know if the proposed solution works for you.

    Mark - The new document that we published is meant to address a specific issue. You can confirm you have the issue by the following:
    Adobe QT32 Server is not running when you receive these errors. Keep Activity Monitor open to track whether or not it is running.
    The crash log for QT32 Server indicate CoreAudio as the last component called. You can find the crash logs in Users/username/Library/Logs/DiagnosticReports. The report will look like this:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0x04981f90 0 + 77078416
    1   com.apple.audio.CoreAudio               0x949d05c1 __Call_block_invoke_03 + 56
    2   libdispatch.dylib                       0x94a90f8f _dispatch_call_block_and_release + 15
    If this is not the issue you're having, please start a new thread and provide the usual data. If your problem does match this issue, please double-check that you've followed the steps in the new document and post back here.

  • Problem downloading JAR files after PIX 7.2(3) upgrade

    Hello, I have upgraded a PIX 515 Firewall from Version 6.3(4) to
    7.2(3) and am now experiencing problems downloading .jar files from
    some web servers. I have tried disabling the "inspect http" option but
    still not joy. I also tryied this:
    http://www.cisco.com/warp/public/110/pix-asa-70-browse.pdf
    But no luck.
    Have anyone had similar problems.
    Thanks in advance.

    1. Turn router off for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings
    3. Settings>General>Reset>Reset All Settings

  • Problem downloading .dmg files.

    Problem downloading .dmg files (Flash, Chrome, Firefox). Once I hit the download option Safari screen goes blank, actually grey and nothing downloads.

    Back up all data, then uninstall "Speed Download" according to the developer's instructions.

  • Problems with QuickTime file...

    I have recently tried updating iTunes, but during installation, it told me that there's a problem, and that it needed QuickTime. QuickTime was already installed, so I uninstalled it, downloaded the standalone setup file, and proceeded to install QuickTime again. During installation, it tells me that there's an error, and that it can't find "C:\documents and settings\[username]\local settings\temp\ixp424.tmp\quicktime.msi". I don't have any QuickTime files on my computer, and the iTunes installer won't work either, as QuickTime refuses to install... Can someone please help?

    thanks tom. i am refering to render bar in the timeline, upper for video and lower for audio. May be i shoud describe them as white line gaps between dark grey or steel grey bar color.
    what do you mean by down mixing? please advise

  • Problem downloading .xls file

    Hi All,
    Im getting problem when trying to export a spread sheet. Initially teh filename was hardcoded and so it was working fine in IE. The code then was
    response.setHeader("Content-disposition", "attachment; filename=Details.xls");     
    outStream.write(Results.toString().getBytes());
    outStream.close();
    later the reqmt changed to some new naming conventions for the file and so i modified the code like
    SimpleDateFormat formatter = new SimpleDateFormat ("MM/dd/yyyy HH:mm:ss");
    java.util.Date currentDate = new java.util.Date();
    String dateString = formatter.format(currentDate);
    String fileName = dateString+".xls";
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-disposition", "attachment; filename="+fileName);
    the problem im facing now is the in the pop up for download the file name is my servlet name appended with some unknown string which includes numbers and characters. the file type shown is html.If you click save open then a new html page is been displayed with all the values.
    Please help me with this issue.
    Thanks
    Noufal

    Thank you so much Shanu. Its working now. It was my carelesness or rather my ignorance which caused this prob.
    But Im still having a query, the excel sheet is having a [1] appended to the file name for ex 19-Jun-2006 06-46-05[1] and the client is not happy with that.
    What is the reason for that square bracket and is there any way we can cut that off? your help will be greatly appreciated.
    Thanks
    Noufal

  • Problem downloading pdf file in Safari

    My website has a link which downloads a pdf file, which opens in a new browser window. In OS X, this works properly using the latest Safari update (4.0.5), as well as in Firefox and several other browsers (the file opens in Preview). I also run Windows XP using Boot Camp. I updated Safari to 4.0.5 in Windows, and also installed the latest version of Adobe Reader. But when I link to the pdf file in Windows using Safari, the program freezes. Both Firefox and Internet Explorer download the pdf file properly in Windows (the file opens in Adobe Reader).
    I'm pretty sure that earlier Windows Safari versions correctly downloaded pdf files. Could this be a problem with Safari 4.0.5? Is there plugin in the new Safari that I'm missing, or something that needs to be set in either Safari or Adobe Reader?

    I went through the recommended uninstall/reinstall procedure, but unfortunately it didn't fix the problem. When I first ran the new Safari install and clicked on the link to download the pdf, it opened a new window with a message that it couldn't find the server on which the pdf file is located (but of course it's on the same server as the parent page). After churning (hourglass cursor) for a couple of minutes, the new page (now running Adobe Reader, I think) displayed a small cube with question marks (missing file). On subsequent tries, Windows shut down Safari as "not responding".
    I suspect that the problem is with Adobe Reader 9.3.1 and its interaction with Safari. (The other browsers continue to download the pdf properly.) I checked the Adobe site but didn't see an obvious way to install an earlier version of Reader, but willl investigate this further.
    Many thanks for your help. (I've been forced to learn more about Windows than I really wanted to know.)
    Charles Hearn

  • Problem embedding quicktime files

    Hi,
    I run a website with embedded quicktime files at www.tubespot.com. I have a problem viewing the quicktime files using Safari. The page seems to work fine on any other web browser.
    I copied the code for the <object> tag and the <embed> tag straight from trailers.apple.com. And in Safari, if I refresh several times, eventually it will show the video. This is true on any of several macs running Panther and Tiger.
    Also, when I put forth just the <object> tag it works every time. But in the context of my site, it often doesn't show up. I've tried playing with the tag specs to make sure there's way more than enough room, etc., but I cannot seem to make it consistently show up.
    Can anyone look at the code and offer any insight to the problem? Is anyone able to reliably see the videos using Safari?
    Thanks,
    Chris

    Read Bill Hunt on a file type as WRAPPER
    http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    Report back with the codec details of your file, use the programs below
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainfo.massanti.com/
    Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project

  • Problem downloading a file from popup

    Hi,
    I have scenario like this.
    popup on a page.
    region on that popup. when i click on a button inside the region i want to close the popup and download a file of type excel.I am able to close the popup.but the problem is the download of file is not happening.I think when i hide the popup the response is coming back as the parent page.but i want to download the file.Is there any way i can achieve this?
    Here is the code for downloading and hiding the popup.closePopup method is being called from the action Listener of the button.
    public void closePopup(ActionEvent actionEvent) {
    // Add event code here...
    RichPopup parentpopup = getMyPopup(actionEvent.getComponent());
    parentpopup.hide();
    FacesContext facesContext = FacesContext.getCurrentInstance();
    PrintWriter pw= null;
    HttpServletResponse httpServletResponse =
    (HttpServletResponse)facesContext.getCurrentInstance().getExternalContext().getResponse();
    try {
    pw = httpServletResponse.getWriter();
    httpServletResponse.setContentType("application/vnd.ms-excel");
    httpServletResponse.setHeader("Content-disposition", "attachment; filename=" + "test");
    pw.write("test");
    pw.flush();
    pw.close();
    FacesContext.getCurrentInstance().responseComplete();
    } catch (Exception e) {
    e.printStackTrace();
    private RichPopup getMyPopup(UIComponent component){
    if(component ==null){
    return null;
    if(component instanceof RichPopup){
    return (RichPopup)component;
    return getMyPopup(component.getParent());
    please guide me here.

    use following code
        public void fileDownloadListener(FacesContext facesContext,
                                         OutputStream outputStream) {
            OutputStreamWriter outputStreamWrite =
                new OutputStreamWriter(outputStream);
            //PrintWriter pw = null;
            HttpServletResponse httpServletResponse =
                (HttpServletResponse)facesContext.getCurrentInstance().getExternalContext().getResponse();
            try {
                //pw = httpServletResponse.getWriter();
                httpServletResponse.setContentType("application/vnd.ms-excel");
                httpServletResponse.setHeader("Content-disposition",
                                              "attachment; filename=" + "test.xls");
                outputStreamWrite.write("test");
                outputStreamWrite.flush();
                outputStreamWrite.close();
                FacesContext.getCurrentInstance().responseComplete();
            } catch (Exception e) {
                e.printStackTrace();
        }

  • Problems downloading 1 file from 11.5.10+ virtual Documentation Library

    I am unable to download the following document from the 11.5.10+ virtual Documentation Library:
    Title: Using Oracle Workflow in Oracle Order Management
    Part Number: A96689-02
    URL: http://download-uk.oracle.com/docs/cd/B16981_03/current/acrobat/115omwf.pdf
    It seems that whether I try to open it or save the document to disk, it makes no difference. Please can you check whether there is a problem with the file as I am able to download all the other documents on this web site. Please can you correct the problem.
    I would also like to suggest that you have a link that enables you to download a single zip file of all documents updated since the base release (i.e. those marked New).
    Regards
    Mark

    Try replacing download-uk.oracle.com with one of the below:
    download-east.oracle.com
    download-west.oracle.com
    Cheers, OTN

  • Problem downloading ZIP file with Squid-3.0

    Hi,
    I have upgraded my Linux CentOS squid proxy servers to Squid version 3.0. Since then I can not download the following file it just hangs :
    http://download.oracle.com/otn/java/sqldeveloper/sqldeveloper-1.5.5.59.69.zip
    I dont see any error in the squid logs or on my firewall.
    I can however download it on one of the older servers still running Squid version 2.6.
    It is just very strange as I can download ZIP files from any other website with the upgraded servers.
    Any ideas on what might cause this ?
    Thanks
    JHEFER
    Edited by: jhefer on Nov 19, 2009 12:15 AM

    If you have already interested, I found the solution. The problem is that oracle website (and probably others) uses “Vary” field in the header and squid doesn’t support this (by default). You have to download squid sources on http://www.squid-cache.org/Versions/ and compile these with “--enable-http-violations” parameter :
    *./configure ‘--enable-http-violations’ ‘…’ ‘…’*
    make all
    make install
    I hope this solution will be very useful to you.
    Laurent

  • Download quicktime file

    I have a file I wish to have someone download.  Its on my server, where I can give the direct link to my destination (its actually been there almost a year, other people have downloaded it successfully).  Other than the hidden address, there is no password or protection.  So my current destination is another up to date mac with Quicktime 10, as I now have.  He could view but couldn't download the file.  I went to my own browser and the save function seems to be disabled.  How does someone download and save a quicktime file?

    How does someone download and save a quicktime file?
    As always with such minimum information" questions, the answer is, "It depends." (I.e., it depends on the how you posted/reference the file, it depends on the specific system OS, software, and workflow being used by the target recipient.) For instance, here is a file currently posted as a temporary download on my own server:
    http://downloads.walker4.me/downloads/Temporary_files/ScreenFlow2.mov
    In this case, this is the URL of the clip itself. You can download it on most Mac platforms using current operating systems (Leopard, Snow Leopard, Lion, or Mountain Lion) using browsers that support "right click/control click" keyboard shortcut. I.e., you simply Right Click (Control Click) the URL and select the "Download Linked File" or "Download Linked File As..." option in the "Context" menu that opens on your screen. In a similar manner, Lion and Mountain Lion will automatically download linked files and store them to a default download location if you Option Click/Alt Click the URL in a browser that supports this keyboard shortcut (e.g., recent versions of Safari). Another option would be to copy the clip URL and and open it in either the QT X player or QT 7 Pro player and then, after it has been cached to your local computer, save the file to your hard drive (or you can program web pages to automatically open your clips in recipient QT players if you prefer so they can save them after viewing). Yet another option would be to paste a copied URL to a bowser's built-in "download" window if it is available in the browser. Older browsers/web page programming combinations and/or QT plugin.plugins may also still support the old "triangle" download option or the drag 'n drop of reference files from certain tutorial web pages to your desktop—but these but this is becoming more and more rare these days.

Maybe you are looking for

  • The monitor of my nano(5th) has broken,but my appleCare has expired.

    What can i do, if i still want to use nano, except buying a new one? because it is quite heavy for me to buy one, so any way to fix it?

  • Flash content loaded in IFRAME gets disappeared while applying transform:scale css property

    I have an iframe loaded with a flash content inside, and i have to resize the iframe while browser window width changes. So i tried changing transform:scale() property on different media query cut-offs. But unfortunately firefox makes the flash conte

  • Error in Exchange rate conversion from SC to PO is wrong

    Hello All, We are using Extended classic scenario, Local PO will get automatically get created After the completion of shopping cart approval. We are facing one issue in the price of automatically created PO and Shopping cart. Ie there is price diffe

  • MDM UWL Problem

    Hello All, I have recently deployed the MDM portal contents and all components are running fine. I am now trying to configure MDM workflow using UWL. As a part of configurations i activated the "MdmUWLconnector" and also registered a new UWL system.

  • Windows & Cooling

    I've boot camped my iMac and installed all the boot camp drivers. When using OSX, I can hear the fans speed up and down depending on how hard I push the Mac. However, last night when using W7 for a while, I never noticed the fans pick up speed at all