Quicktime movie not displaying properly

Hi,
Can anyone help?, I have inserted an mpg into a page using
the "plugin" symbol (is this correct?), and although it displays
correctly when i preview in browser, after i upload it to my server
and click on the link, it goes to the page, hangs there for a
while, and then displays a black vertical strip with numbers and
symbols in it?.
Is this likley to be a server prob or do i need to do
something with the file itself?
If anyone would be kind enough to help, then this is the
link:
http://www.mouseworkz.co.uk/Untitled-3.html
Many thanks
Alex

yeah, this kinda *****... since there's no MMS, not being able to play QUICKTIME movies sent to my email on iphone is a real pain in the ***, plus it just does not make much sense.

Similar Messages

  • QuickTime movies cannot display properly, refresh doesn't work propely for html files on hard disk, opening a new tab doesn't work

    Hi!
    I have tried Firefox V4 (but have since reused V3.6.16). The following problems were found:
    a. Cannot display the controls used for QuickTime movies.
    b. The refresh button doesn't function at all if the html files reside on the hard disk. I do this because I need to test the appearance of the web page before uploading to the server.
    This problem also exists for v3.6.14 to v3.6.16
    c. When opening a new tab, it doesn't work. Instead, it will open another instance of the browser. By right, it has to open the web page on the same instance of the browser.
    This is my feedback.
    Thanks!!!!! :)

    I had some advice to try recording QT audio and adding to the slide.  Now, when recording to Quicktime, it does embed it, but in recording the presentation, it either doubles up the audio giving a strange echo or does the same thing if you ever edit the presentation.
    The problem Keynote has is that the sound and image content are not locked together which causes out of sync errors. This is why many users choose video editing applications when using sound in the presentations, as they have both image and audio tracks to sync sound properly together.
    Start a new presentation to remove the previous sound recording, Keynote is holding onto the other sound files.
    Add the graphic items to each slide and one sound file to each slide for the voice over
    1 - In Inspector > Transitions;  use start transitions automatically and set each transitions delay to the duration of the individual sound file.
    2 - In QT export, set Fixed Timing and delete the value in the duration box, QT will then use the custom timings for each individual slide.
    This procedure does work exactly as needed, Iv used this for nearly 6 years using 4 different versions of Keynote.

  • Masked QuickTime movies not displaying correctly...

    Hi there,
    I'm still a relative novice with Keynote, but am quickly learning that this is a seriously great application! I haven't encountered any real problems so far, except the one I'm about to describe - and I'd really appreciate any help you could give me with it!
    Basically, I've made a masked QuickTime movie in the shape of a circle (as described here: http://docs.info.apple.com/article.html?path=QuickTime+Player/7.0/en/c3qt18.html) and then placed this onto one of my slides in Keynote. In the slide design view everything looks fine; the the movie is visible as a circular poster frame (and even plays as it should using the controls in the QuickTime inspector panel). However, when I go to "play" my slide it displays the movie as a rectangle. Obviously, the masking is somehow getting lost somewhere.
    Is this a bug with Keynote, or am I just missing something?!
    Many thanks in advance.

    the way my presentation is organised requires the movie to move in and out of the slide
    The final effect you want might still be doable, as long as you don't think of the builds as having to take place on the same slide. If I understand what you mean by the movie moving in and out of the slide, you could have the opening still from the movie as an image, masked to the shape you want, move in on one slide, then undetectably transition to the slide with the cutout and movie underneath, then, when the movie is done, transition to a new slide with the final movie image as a still, again masked to the same shape, and have this move out. It would take three slides instead of one, but you should be able to achieve the end result you want.
    PowerMac G5   Mac OS X (10.4.4)  

  • Metadata not displaying properly in movie list view 12.1.0.50

    Has anyone had issues with metadata not displaying properly in iTunes iTunes 12.1.0.50?
    Seems since the last update or maybe even before that the metadata is not displaying properly in the movies/list view window. All seems fine in the movies window with the display, nice art work along with all the metadata which I've been adding with the Subler app. Been using this app a long time and it has always been fine.
    As can be seen in the attached screen shot, the titles of the lower entries are missing and the director information shows where the artists should be.
    When I got to get info everything is as it should be. Any solutions out there?

    I had been experiencing this very same problem, and it drove me crazy. Luckily, after searching for the answer on multiple forums, I found a solution. MetaX is a program designed specifically for tagging iTunes movies. Not only can you manually input all the required information, but you can also automatically input all the information from outside sources from within the program. It worked beautifully for me with my copy of Donnie Darko, which I ripped using HandBrake.

  • My vertical Spry is not displaying properly in IE 8

    I am working on my first website using Dreamweaver CS4 and my spry is not displaying properly over my flash photo gallery.  It looks ok in Firefox (although the borders are missing on my submenu for "sheds tool list") but in IE 8 the submenus can't be seen.  How can I correct this?
    My website is www.toolshedstudio.com
    Here's my css:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: 10em;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 170px;
        border-top-style: outset;
        border-right-style: outset;
        border-bottom-style: outset;
        border-left-style: outset;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 1px none #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: #000;
        padding: 0.5em 0.75em;
        color: #CCC;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #33C;
        color: #000;
        font-size: 100%;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #33C;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    Hi
    You flash movie doesn't have the parameter wmode=transparent. If  you set that, the menu bar will be on top.
    <param name="wmode" value="transparent">
    I hope this helps.
    Ben

  • Metadata not displaying properly in iTunes 11

    Anyone have any idea why movies that I've recently ripped and converted into iTunes compatible files aren't properly displaying the metadata that I know is embedded within the file? Both movies shown below were converted using iVI (from South Pole Software).
    Here is how a properly tagged movie file should appear upon being selected in Grid View mode in iTunes 11: (notice all the movie details displays properly)
    To exemplify my problem, here's a screenshot of 'Superman Returns' when I select it in Grid View: (where did all the movie info go?)
    Notice how it doesn't display the Plot Summary, Actors, Producers, DIrectors, etc?
    When I hit "Get Info" (Cmd+I) with either file, they both seem to be tagged with all of the same fields, and yet the A-Team is the only one that winds up displaying that information when I view the movie in Grid View mode.
    Anyone have any idea why this is happening, and how I can go about fixing the problem?

    I had been experiencing this very same problem, and it drove me crazy. Luckily, after searching for the answer on multiple forums, I found a solution. MetaX is a program designed specifically for tagging iTunes movies. Not only can you manually input all the required information, but you can also automatically input all the information from outside sources from within the program. It worked beautifully for me with my copy of Donnie Darko, which I ripped using HandBrake.

  • YouTube not displaying properly in iOS 8.02

    IIs anyone else having problems with YouTube app for iPad not displaying properly?ont he YouTube homepage all the what to watch videos are pushed completely to,the right hand side of the screen and will not move towards the middle of the screen Which leaves a big blank area in the middle of the screen.could this be a problem with iOS 8 or a problem with YouTube and safari?

    Here's a link to when it was first noticed.
    Re: YouTube app glitch

  • ProRes footage not displaying properly in AE CS5 at 8bpc

    Just installed AE CS5 and am frustrated to find that Apple ProRes 422 footage (all flavors: HQ, SQ, LT, 4x) does not display properly when the project is in 8bpc mode.
    In 8bpc mode:
    Same frame, in 16bpc mode:
    This behavior does not occur with Uncompressed 10-bit Quicktimes. Only ProRes.
    Obviously now that CS5 is 64-bit aware, switching to 16bpc mode isnt as much of a problem as it was in previous versions, but I often like to work in 8bpc mode for speed/performance reasons, so its a bummer that I cant do this with ProRes sources.
    Is there a workaround for this (other than working in 16bpc all the time, of course)?

    Hi. This is Dan R. from the After Effects team. I'm out of the office for the few weeks, so please excuse me if I don't respond as quickly as I should.
    I'm not discounting what you're experiencing, but the behavior isn't typcial. On my machines, ProRes is working properly at all bit depths. Off the top of my head, I suspect a 3rd party Quicktime codec conflict. Regardless of what is causing your problem, we're committed to making sure this works correctly.
    Do you have Final Cut Pro installed? Do you have any other 3rd party QT components installed? e.g., AJA, Blackmagic, Sheer, etc.
    Please try the following:
    Navigate to your Quicktime codec folder. It's found at harddisk/library/Quicktime and harddisk/username/library/Quicktime. Try dragging the entire contents from these two locations into a temporary location. I use a subfolder on my desktop. e.g. username/desktop/QuicktimeTemp
    Restart After Effects and try using ProRes footage in all bit depths again. Does your problem go away? If so, it's likely an issue with one of the codecs that you have removed. You now should have enough information to isolate the codec that's causing your problems.
    Dan Ramirez
    After Effects
    QA Engineer

  • Lately pdf files from the Web do not display properly; what is wrong and how can I fix it so I don't have to use IE?

    I am a professor and frequently need to open pdfs of academic journal articles from electronic databases. Within the last two or three weeks, when I try to do this using Firefox, only the first page of the pdf displays and the rest are blank. In addition, a bar appears across the top with the message "This pdf file may not display properly." So I have had to switch to Internet Explorer to open the files and do my research. What is going on and how can I fix it so I can open pdf files from the Web in Firefox and have them display properly?

    My question is simple - why would you put an application in production that has a lot of bugs? To replace a good and steady Adobe product? My customers will believe that I put a pathetic fallible form online. They are not sophisticated on computers so I just tell them to use IE. Ugh
    I must agree with pgwebgirl!

  • Why is my youtube webpage not displaying properly?

    My youtube webpage is not displaying properly. its like tthere is only text and thumbnails and the whle webpage is too damn long. The videos don't play when clicked. Problem on both firefox and chrome. I disabled kaspersky av but it didnt make any difference cuz i thought the firewall mustve been blocking something. check screenshot attached.

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Itunes 9 Store - Not Displaying Properly

    I am having problems with the iTunes store not displaying properly. I can see the album art, but the background is black. I can not see any of the text and I can not see most of the blue play buttons. This all occurred after upgrading to Itunes 9. What options would I need to change in my anti-virus/security programs in order to potentially correct this issue. I really don't want to have to totally uninstall Itunes and reinstall everything. Help is appreciated.

    I can see the album art, but the background is black. I can not see any of the text and I can not see most of the blue play buttons. This all occurred after upgrading to Itunes 9
    Drgoo's suggestion from the following post might be worth trying with that:
    http://discussions.apple.com/message.jspa?messageID=10390276#10390276

  • Images not displayed properly

    [Migrated from the Syclo Resource Center]
    prashanthi_vangala   01/03/2012 06:44,
    Hi,I am working on Agentry 5.4.0I have a list screen where for one of the columns I have a rule to display images ( I use checked and unchecked images ). Earlier the images were getting displayed properly on the ATE but  it is not working now and I did not make any changes to the image properties then.But after this, I tried couple of things with the image properties to make it work, like when I do not use any mask colour the image does not get displayed but when i use any maks colour the image gets displayed but its completely blacked out ( and thus for checked image, cannot see the check mark and its completely blacked out ).I face same issue with the login image as well. I added a new Image ( Logo ) to my App for the login Screen, but even this image does not appear on the login screen.
    I also tried deleting the Dev folder and re-publishing, but even this does not work.
      -Prashanthi
    Jason Latko   01/03/2012 11:42
    Try deleting the Application directory under your development server where the images reside and publish again.
      Completely clear your ATE and transmit again from scratch.
      Also, what mask color are you using?
      Try using a green hugh and not black or white for the mask.
    Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/03/2012 12:38
    Hi Jason,Thank you for the reply.I already tried all the  things you have mentioned, but the same issue exits still.
    Prashanthi
    Jason Latko   01/03/2012 12:40
    Is it just the ATE, or do you have the same problems using the WIn32 or PPC clients?
    Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/04/2012 06:21
    Hi Jason,Behaviour in ATE:I have changed the image now and tested with the new image . Now, its behaving strangely:When I do a sync after publishing or a reset of ATE; I see the new image properly displayed on the screen but when I leave the screen and come back to the same screen again, the new image is getting replaced by the old image ( atleast the old image is not displayed properly, it appears like a black square box..and because of the same issue I had with this image I switched to the new image ). Behaviour in Win32 Client:When I tested with the client, I see  the new image properly for the first time and when i leave the screen and come back the image disappears..This is the behaviour in client.
    Please suggest.
    -Prashanthi
    Jason Latko   01/09/2012 11:35
    Prashanthi,What did you use to create these images?
      They are simple bitmaps I assume?
      Try creating some very simple images using Microsoft Paint, then set a mask of green in Agentry.
      Your problem sounds familiar, but I can't find a matching bug in our database.
      Maybe someone else has experienced this?
      You could also try upgrading to a newer version of Agentry to see if the problem goes away.
      We are currently on version 6.0.4.Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/11/2012 10:02
    Hi Jason,
    Thank you for the reply.
    But strangely, from past few days I see that the image is working fine again.
    But kept this topic open because it was wierd, that the image is working correctly again without making any major change. What I did was to just write the rule again which calls the image ( though i did this before and did not work then but worked now ) and to observe the image behaviour for few days.But it seems like it is fine now.
    Thanks and Regards,Prashanthi

    We am using "jv:imageButton" tag for displaying the image and below is the tag code,
    <jv:imageButton styleClass="buttonStyle"
    selected="true"
    onclick="networkCanvas.setInteractor(clientSelect)"
    image="../oracle/communications/inventory/ui/images/arrow.png" buttonGroupId="interactors"
    rolloverImage="../oracle/communications/inventory/ui/images/arrowh.png"
    selectedImage="../oracle/communications/inventory/ui/images/arrowd.png"
    title="#{inventoryUIBundle.SELECT}"
    message="#{inventoryUIBundle.SELECT}" />
    The able code is present in the below path,
    ..\public_html\oracle\communications\inventory\ui\network\page\NetworkView.jsff
    The images are present in the following path,
    ..\public_html\oracle\communications\inventory\ui\images\zoomrecth.png
    I am not thinking this is a Platform Beta 3 uptake issue. And I am suspecting an issue with integration of ilog with ADF. Any help in this regard would be helpful.
    regards,
    Chandra
    Edited by: user638992 on Feb 25, 2010 3:40 AM

  • Ads are not displaying properly in Safari, v 4.0.5

    I am having an odd problem with display ads from our local newspaper not displaying properly on my Mac Pro in Safari. I suspect that the issue might be related to having had some AdBlock app on my system a few months ago. I removed the app and some ads display, but others are just a white block with nothing inside. Is there any way to figure out why the content doesn't load?
    The website is http://www.echopress.com
    The ads I'm having issues with are the 300x250 ads in the right 3rd column, located directly below the weather info and above the "marketplace" ads.
    Any ideas or troubleshooting tips?
    Thanks,
    Grady
    Oh, why do I wanna see em in the first place? I'm an advertiser on the site and would like to see my own ads load occasionally.

    Hey ho, Grady!
    I can see all the ads on the right,
    with the exception of the very top (first) box
    which has the header of "Weather Alerts).
    It's blank, and I'm assuming you have no alerts at the present.
    All the rest of the paid for ads show.
    So, what I would do is clear my Safari cache, history, and
    in Preferences>Security, clear all the cookies from that site.
    Hope this helps.
    If you need more info just holler.
    Let us know how you're doing, OK?

  • Elements Organizer 8 - some WMV are not displayed properly in the Play Video but are in Play Vide

    Hello:
    Elements Organizer - some WMV are not displayed properly in the Play Video but are in Play Vide on Full screen. What's the problem? Wrong codec?

    Because WMV's can contain a lot of flags, like DRM, they can exhibit odd behavior, indeed.
    Usually, AV files will display in their native resolution, i.e. in their set Frame Size/Aspect Ratio and with their set PAR (Pixel Aspect Ratio), but sometimes those flags are missed, or are altered by other programs.
    Remember, WMV's are designed to be streaming delivery-only, and are not intended, or designed to be edited. Most NLE's (Non Linear Editors) will allow them to be edited, but will require extra processing to do so. As is mentioned, WMM is designed around editing that delivery-only format, but most others are not.
    There are many other formats/CODEC's, that ARE designed to be edited by the vast majority of NLE's, such as DV-AVI Type II's.
    The best workflow is to NOT bring WMV's into the mix, unless one is using WMM exclusively. Converting those to an easily editable format/CODEC will always be the best course of action.
    Good luck,
    Hunt

  • PDF not displaying properly in Acrotbat

    Hi all,
    I'm having an issue with a document I have created in Photoshop not displaying properly when opened in Acrobat. It is a brochure for my work, that I have worked on and printed many times. When I open it in Acrobat after creating the PDF, gaps appear and other elements are shifted out of place. When viewing it in Photoshop, those gaps are not there, even when I zoom in very close. When we open the file on other computers with Acrobat, the gaps are still there. To test the PDF further, I downloaded some free PDF viewers off the net and the document looks the way it was created, the way it should be. I don't know how to fix it and certainly don't want the gaps appearing when it goes to print. Any ideas on how to fix this? I've never previously had this problem. Thank you in advance for your help.
    Leah

    Without access to the files it's impossible for us to help. Acrobat will be displaying the PDF "correctly", but why the page contents are shifted is anyone's guess.
    When you save as "Photoshop PDF" and choose the "Preserve Photoshop Editing Capabilities" option, it embeds a copy of the PSD file into the PDF and will open that whenever you try to open the PDF in Photoshop, which is why you don't get the import dialog. Photoshop never even reads the PDF page contents. Turn off that option, save to PDF again, and then open it in Photoshop - you'll see the true PDF page being imported as a graphic, and it'll match what Acrobat is displaying.

Maybe you are looking for

  • How to install OS X 10.6.8 on iMac mid-2007

    I try to install Snow Leopard from a DVD MC573Z/A onto my iMac mid-2007 but the machine ejects the DVD. I see that the latest version of Snow Leopard on DVD, available from the Apple Store, is also numbered MC573Z/A Would that also be ejected?

  • How do I convert a PDF to a doc that I can email and receivers can't change the doc?

    I am emailing a 20 page PDF to a Board and need to have it in a form that can't be manipulated once it is received. Suggestions and how do I do it? (Obviously I'm very green in working with PDFs!)

  • RoboHelp HTML Accessibility

    I'm using RoboHelp 8 to generate HTML (.chm) output. My company has a mandate to create Section 508 compliant (accessible) online Help. Can I create an accessible online Help project using HTML (.chm) output or must it be WebHelp output to be Section

  • Design XIBPM nested switch

    hi all how to design nested switch in XI(BPM). thank u swari

  • My iphone 4 just stopped working in middle of texting

    I was texting and my phone ust stopped working, I thought the battery died, but it has been charging all night. I tried another adapter and phone still won't charge. This is so weird. It is in an otter box at all times, no heat, water or dropping, ju