Specifying the QuickTime version (X or 7) in HTML?

Because of the limitations of QuickTime X in Snow Leopard, specifically the inability to authenticate for video streams, I would like to specify in my Web links that the client computers use QuickTime 7 instead of QuickTime X. Unfortunately I cannot find a way for a Web browser to target QuickTime 7 instead of the default QuickTime X in the link syntax.
Here's what I use for my QuickTime link syntax:
<embed
type="video/quicktime"
pluginspage="http://www.apple.com/quicktime/download/"
height="17"
width="19"
src="../../../images/moviesmall.png"
controller="false"
target="QuickTimePlayer"
href="rtsp://server.domain.com/movie.mov"
volume="100"
style="cursor:pointer"/>

I found a workaround, which is to use Javascript to detect who is using Snow Leopard, and who is not.
var isSL = false;
//if the "userAgent" contains the word "mac" and either "10.6" or "10_6", then we're assuming Snow Leopard is being used.
if(navigator.userAgent.toLowerCase().search('mac')>0) {
if(navigator.userAgent.search('10_6')>0 || navigator.userAgent.search('10.6')>0) {
//alert('Snow Leopard');
isSL = true;
From there, I have in-line javascript code to provide links specific for Snow Leopard users.
<!--
if(isSL) {
document.write('<br><a href="rtsp://linktomovie" title="OS X Snow Leopard users click here and browse for \'QuickTime 7\'">NOTE: You are using OS X 10.6 Snow Leopard! Click here </a>');
} else {
document.write('Code for standard quicktime <embed /> tag');
-->

Similar Messages

  • How to specify the AI version which file shall be compatible with?

    With AI 12.0.0 I need to save AI files so that they are compatible with AI version 10.
    Adobe help Center says:
    "Illustrator format options: When you save artwork to Illustrator format, you can set the following options: Version
    Specifies the version of Illustrator with which you want your file to be compatible."
    However, when I try to save the AI file I see no format options at all, so I cannot specify the desired AI version.
    How do I get access to the saving options?
    Arnold

    In AI 12 (CS2), you do not
    export, you
    save as. (The 'export' dalliance was instituted for v11 and abandoned for V12 as too confusing.)
    At the first save dialog (wherein you give your file a name), hitting 'Save' should get you to a second dialog. Choose the version you desire from the dropdown at top:

  • Can you specify the RH version from a command prompt?

    When using command prompts to generate WebHelp output, is there a way to specify which version of Robohelp will be used?
    Here's the situation:
    We recently upgraded all of our help projects to RH8, installed RH8 on our software build server, and are now successfully using command prompts to generate RH8 output files (webhelp) during our s/w build process.
    However, since the help system for our last major release is still in RH7, we also need to be able to automatically generate output in RH7 using the same build server, which has both versions of the s/w are installed. This is in case we need to send out a patch release before our next major release becomes available.
    When we ran the build program for the last software release (the one with the RH7 help system), the command prompts now cause RH8 to run and to generate RH8 output. But since these files are still in RH7 format, the generated output has various issues with lists and templates--basically all the stuff that I spent 2-3 days fixing manually fix when upgrading to RH8.
    Anyone know how to control which Robohelp version will run when using command prompts? (using RH8 help files with the last software release is not an option--there have been too many changes).
    Thanks.

    I have a feeling that I once tried to change the default version of RoboHelp and it wasn't successful first time. As it was not that important, I didn't poke around any more.
    Maybe you could try changing the default version but I wouldn't like to answer for any undesired results you may get. I suspect by far the easier option is to install RH7 on another machine.
    One other warning. I do recall that on one machine after uninstalling RH7, I had to reinstall RH8 as it created problems.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • My flute sounds too soft in the quicktime version

    I exported a song I made composed of garageband loops plus my playing flute which was recorded on an external microphone via tascam ys-122 audio interface. It sounds great played through itunes but when I try making a quicktime movie, the flute is really soft in comparison.I want to send this song via email to friends but it sounds really unbalanced.Any tips?

    I was converting the original large file to quicktime so I could send it via email to friends.
    Was that the best choice for transmitting?
    Well, you probably do need to compress your song to be able to email it over most servers.
    (There is an option to use one of the new File-Share web sites that let you send large files, i.e., http://www.yousendit.com)
    You can do this:
    First,
    Share the song to iTunes.
    Then, in iTunes, go to the iTunes Menu, open Preferences;
    select the Advanced tab; select the Importing tab;
    Select Import Using MP3 Encoder. Pick a Setting (most people choose 192 kbps these days.)
    Click OK (closes Preferences).
    (Once you have it set up for mp3's, it will stay set up that way unless you change it in Preferences.)
    In the iTunes window, select your song by clicking on it.
    Go to the Advanced Menu, and click on "Convert selection to MP3".
    iTunes will then convert it for you.
    When it's done, there will be two files with the same name.
    One will be an AIFF, the other will be an MPEG (MP3).
    (listed under Kind)
    (If you want to, select the MPEG version, and drag it to your desktop (it will actually copy the song).
    WH

  • To make the quicktime control bar hide itself ? HTML

    Hi everybody,
    i want to stream my quicktime H264 movies on my website. No problem so far. I do that easily.
    However, is there a way (by adding a html code, or a plugin) to make the quicktime controller bar hide itself when it's not useful. I mean : i would like the controller to be visible only when the visitor has his mouse on it. The rest of the time (when playing for example), it the controller is hidden. I'm not talking about the controller "true" or "false" parameter of the html code, which allows only the controller to be completely hidden.
    Is there anybody who knows how to do that (a plugin ? a html code ?) ?
    Thank you everybody ! And excuse my poor english, i am french...
    heyheymymy

    Can't be done if the file is to be played in the Web page window but you could call the QuickTime Player and use "Presentation" mode.
    One of my pages:
    http://homepage.mac.com/kkirkster/B/

  • Is there any way to specify the default version of LabVIEW?

    I have a sinking feeling that the answer to this question is "no."  With more than one version installed, is there any way to set the default LabVIEW version for opening a VI? I have both 7.1 and 8 installed, and usually only use 8 to open an example or look at something posted here.  When I do that, it resets all the OS hooks so that the default action for opening a VI is to open it in version 8.  I've even gone so far as to create actions to open files in 7.1 and 8, but it always resets my default action.
    I found this KB article for when version 7 came out, but it's suggestions don't seem to work with 7 and 8.
    Ugh. I hate it when software thinks it knows what I want better than I do.

    eaolson wrote:
    I have a sinking
    feeling that the answer to this question is "no."  With more than
    one version installed, is there any way to set the default LabVIEW
    version for opening a VI? I have both 7.1 and 8 installed, and usually
    only use 8 to open an example or look at something posted here. 
    When I do that, it resets all the OS hooks so that the default action
    for opening a VI is to open it in version 8.  I've even gone so
    far as to create actions to open files in 7.1 and 8, but it always
    resets my default action.
    I found this KB article for when version 7 came out, but it's suggestions don't seem to work with 7 and 8.
    Ugh. I hate it when software thinks it knows what I want better than I do.
    Add
    in the LabVIEW.ini file of those versions you do not want to rewrite
    the registry on startup to point to themselves for VI files, the
    following:
    RegisterExtensions=False
    Of course the VersionChooser utility mentioned earlier is even more convinient.
    Rolf Kalbermatter
    Message Edited by rolfk on 06-28-2006 08:21 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Web Start use always the newest version instead version in jnlp

    Hello,
    I have the following problem:
    Problem is a JRE is installed on client but this jre shouldn't used. A jnlp file is started with a local copied jre and the javaws.exe. When the installed version is newer than copied jre then this jre is used to executed the jnlp. Is the installed jre is lower than copied jre than the copied version is used to execute.
    The jnlp file contains the version with udpate '1.6.0_11' which should used (this is the copied jre) but when a newer version is installed than the javaws try to download the version but not used the copied jre.
    I want that a copied jre is use to launch an application not the local installed version. A new JRE needs an approval from the producer of the application. For launching the jnlp a tool copied the jre to the client.
    Is there any solution for this?
    Regards,
    Christoph

    Christoph82 wrote:
    ..The jnlp file contains the version with udpate '1.6.0_11' which should used (this is the copied jre) but when a newer version is installed than the javaws try to download the version but not used the copied jre. As far as I understand from (my) document on JRE versioning that should work to specify the [micro-version|http://pscode.org/jws/version.html#micro].
    I suggest you validate the JNLP using JaNeLA. If it reports no errors, search the [bug database|http://bugs.sun.com/], and if you can find no similar bug, report one.

  • All the Production Versions cannot be estimated by the batch

    Hi.
    The cost can be individually estimated by specifying the Production Versions with CK11N.
    However, all the Production Versions cannot be estimated by the batch with CK40N.
    Is there something a good method? Thank ypu.

    Dear Yasuhiro,
    Check by assigning the relevant production version which must be considered in the costing 1 view of
    the material master and for this you should ensure that the BOM selection method is 2 in MRP4 view of
    the material master.
    Check with this ,whether the prod version assigned in the material master costing 1 view is picked
    during CK40N.
    Regards
    Mangalraj.S

  • The expected version of the product not installed on the system when i try ti install dec 2013 cu in sharepoint 2010

    HI
    in my sharepoint farm  has 
    Language Pack for SharePoint, Project Server and Office Web Apps 2010 - Arabic العربية
    Microsoft SharePoint Server 2010 
    installed
    is any service pack 2 there for language packs for arabic as i installed service pack 2 sharepoint 2010
    sucessfully
    and after i go to apply dec 2013 CU it is not installed
    it thrown a messege   the expected version of the product not installed on the system
    dec 2013 cu in sharepoint 2010
    current sharepoint farm has below 
    adil

    Hi,please find the below URL that exactly talking about the issue.
    http://expertsharepoint.blogspot.de/2013/10/the-excepted-version-of-product-was-not.html
    Find the detailed installation of  of CUs in Post categories on blog
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • I have OS 10.5.8 and am unable to run ITunes or IPhoto. I can reinstall I tunes, but it says I need the newest version of QuickTime, which I already have. Any help would be appreciated!

    I have OS 10.5.8 and am unable to run ITunes or IPhoto. I can reinstall I tunes, but it says I need the newest version of QuickTime, which I already have. Any help would be appreciated!

    Hello Esther,
    Do you have QT v7.7?
    http://support.apple.com/kb/DL761
    And iTunes v10.6.1?
    http://support.apple.com/kb/DL1426

  • Quicktime for Windows -- on Vista -- opens a .mov movie once, then won't open the move and Quicktime won't even open itself.  I've installed the latest version, and upgraded it to Plus as well.

    I am having trouble opening .mov videos with Quicktime on my PC with Vista.  I installed the latest version of Quicktime for Windows (V.7.7), and upgraded it to Pro.  It will open a .mov file once, then after that it will not open any .mov file and in fact, when I try to open the Quicktime player it will not open itself.  If I switch users to Admin, it all works fine, but when I go back to my regular role (where all of my preferences and programs are there for me to use), the same thing happens.  An .mov file will open once, then never again, and the Quicktime player seems to be disabled.
    I've tried different .mov files, so it's not a corrupt file that's the problem.  And, in the past (a couple of Quicktime versions ago, I guess), all of this worked just fine.
    Any helpful suggestions would be appreciated!

    I have the exact same problem. They play on my Mac under Snow Leopard. Transfer to Vista gets a window with black and white and some other noise. No sound either.

  • When I try to open video files purchased through iTunes in Quicktime, I get the message: 'Error 23132: an unknown error occurred. This never happened until I updated iTunes, but when I try to go back to the previous version, I still get the message.

    When I try to open video files purchased through iTunes in Quicktime, I get the message: 'Error 23132: an unknown error occurred. This never happened until I updated iTunes, but when I try to go back to the previous version, I still get the message. It is more convenient for me to play videos in Quicktime since iTunes is such a memory hog. Please help.

    You may get better results if you switch to this alternate version: iTunes for Windows (64-bit - for older video cards) and, if needed, reinstall QuickTime. The new (nearly) all 64-bit version doesn't seem to play well with QuickTime. Perhaps if DRM authentication is required QuickTime needs to be able to see something that is part of the older 32-bit code.
    tt2

  • I cannot reinstall I-tunes and QuickTime. I keep getting error " The older version of Quick Time cannot be removed. Contact your technical support group."

    Please help!  Im ready to throw my ipod and I-tunes in the trash.  For some reason I was required to reinstall my quicktime......when I did that I came up with all sorts of errors that said I needed to re-install my I-Tunes. I went through all of the steps but when the installation process gets to the Quick Time installation I get the error "The older version of Quick Time cannot be removed....................... " .  I cant get my itunes re-install and I cannot get a newer version of Quick Time either. I went through the whole process of deleting Itunes and Quick Times files........but that didnt work either. I aslo tried the windows clean-up on majorgeek.com but that didnt help at all either........ Please help!

    I aslo tried the windows clean-up on majorgeek.com but that didnt help at all either
    Walk us through what happened with CleanUp, Michelle. In particular, was there no entry for QuickTime in the list of programs in CleanUp?

  • How can I get a Quicktime update when the update states that an MSI for the previous version is missing

    How do you get a new version of Quicktime when it states that the msi for the old version is no longer available?

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATION" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up").
    In the list of programs that appears in CleanUp, select any QuickTime entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC. Now try another QuickTime install. Does it go through properly this time?

  • I have the latest version of free Quicktime, Itunes  and unable to view video on my PC all i get is a pink screen the audio is OK i have uninstalled and installed several times same problem, i have a Iphone 4 and unable to view the content.

    i have the latest version of free Quicktime, Itunes  and unable to view video on my PC all i get is a pink screen the audio is OK i have uninstalled and installed several times same problem, i have a Iphone 4 and unable to view the content.

    Open your QuickTime control panel (either via the Control panels, or by going "Edit > Preferences > QuickTime Preferences" in the Quicktime Player). In the Advanced tab, uncheck Enable Direct3D video acceleration:
    ... and click OK. Quit and restart the QuickTime Player prior to checking to see if the settings change has had any effect.

Maybe you are looking for