Display time for streaming movies?

I manage a site containing many long (1-3hr) streaming movies. We have them set up to view in web pages via the QT plugin. Works great.
Users have become used to the YouTube appearance of online videos, which display the current and total runtime of the video. With our long movies this would be very handy.
Is there any way to mimic this functionality in Quicktime's plugin? I know I can force movies to load in Quicktime Player, which displays current but not total time, but I'd rather keep them in a browser.
Thanks!

Thanks for all your work and code.
But I just tried it and do not see the display.
Did I assemble your code correctly?
<script>
<!--
var count=11;
var timecodedivlayer;
function countdown(){
changelayer_content(count);
if (count>0){
Id = window.setTimeout("countdown()",1000);
else{
window.close(); //I don't think this does anything, leftover from a prior script. Oops.
function hhmmss (timeinseconds) {
hh = Math.floor(timeinseconds/(60*60));
mm = Math.floor( (timeinseconds - (hh(6060)))/60)
if (mm < 10) {mm = "0" + mm;}
ss = timeinseconds - (hh(6060) + mm*60);
if (ss < 10) {ss = "0" + ss;}
return hh + ":" + mm + ":" + ss;
function changelayer_content(counter){
if (document.movie1.GetPluginStatus() == "Complete")
curtime = hhmmss(Math.round(document.movie1.GetTime() / document.movie1.GetTimeScale()));
tottime = hhmmss(Math.round(document.movie1.GetDuration() / document.movie1.GetTimeScale()));
msgstring = curtime + " of " + tottime;
else
msgstring = "Loading...";
if(document.layers){
//thisbrowser="NN4";
timecodedivlayer = document.layers[0];
timecodedivlayer.document.open();
timecodedivlayer.document.write(msgstring);
timecodedivlayer.document.close();
if(document.all){
//thisbrowser="ie"
timecodedivlayer = document.all["timecodediv"];
timecodedivlayer.innerHTML=msgstring;
if(!document.all && document.getElementById){
//thisbrowser="NN6";
timecodedivlayer = document.getElementById("timecodediv");
timecodedivlayer.innerHTML =msgstring;
// -->
</script>
My pages all use the javascript method and I just pasted your code below that code.
Did I miss something? Does it work for "progressive" downloaded QuickTime content or is it meant for only files served via "streaming servers"?
BTW. I got a chuckle when I clicked on the "movie" you used as an example.
Nice pop-up and a brain F*rt for me.
Ignore any "br" code above. It is caused by these Discussions pages.

Similar Messages

  • Can Time Capsule stream movies from an iPad?

    Can Time Capsule stream movies or content from an iPad?

    A time capsule is dumb.. and I mean dumb and dumber dumb.. it has no media servers.. it can store files.. just and from an ipad with difficulty. You will need to use an App to even see files on the TC.
    A ipad can probably stream files from a TC.. using an app or several. But TC is a backup box designed for Time Machine.. ipad does not have Time Machine and doesn't even have AFP.. !!

  • Display times for "action objects"

    I work on a MacBook Pro, MaxOSX 10.7.5, Captivate 6.
    I need to hide a button that we have made as part of a "overlay" GUI - a form of CSS. We created a master project and coded it to be downloaded to all our other projects as a overall GUI.
    But in some projects I'd like to hide a single button - not to be able to press. Not through the whole project but after let's say three to five slides. I tried using a simple smartshape but the hidden area can still be clicked. Using clickboxes or button allow me to over ride the "CSS-button" but they have a major flaw: they only last the rest of the slide and I'd like to have them throughout the entire project.
    Copy-paste is NOT an option in this case - the project lenghts are vast ...
    Is there a clickbox, button, other object or advanced action that could make an "action object" to be displayed throughout the entire project?
    Or is there a widget och well trimmed programmer out there that could solve this?
    Very grateful for all good tips and answers!
    /Cheers!

    Hi,
    Thank you for the welcoming seems like a good forum
    to hang out in and learn new things!
    I guess I wasn't as clear as I should when describing
    my issue.
    In our work we have made a "Master Project" to function
    as a sort of CSS (Cascade Style Sheet) - just like you did in
    former web design.
    The Master Project functions roughly as a Master Slide
    but it has some benefits that a Master Slide isn't capable of.
    We use the Master Project to export our interface to
    all the other projects within the e-learning project.
    So instead of having to make changes in the Master Slide
    in every project we have a better control of GUI
    changes affecting the overall e-learning project.
    Your links have given us a great tool to work with!
    We have completely missed the possibility to convert
    a smartshape to a button and with that making it
    posible to be displayed throughout the project.
    Many thanks for those tips!
    All the best and a happy week-end!
    /Patrik
    Från:  Lilybiri <[email protected]>
    Svara till:  <[email protected]>
    Datum:  torsdag 7 mars 2013 14:09
    Till:  Patrik Lögdqvist <[email protected]>
    Ämne:  Display times for "action objects"
    Re: Display times for "action objects"
    created by Lilybiri <http://forums.adobe.com/people/Lilybiri>  in Advanced
    Adobe Captivate Users - View the full discussion
    <http://forums.adobe.com/message/5128986#5128986>
    Hello and welcome to the forum, But I don't understand your question very
    well. Perhaps it is only a matter of terminology. What do you mean by 'Master
    Project'? Is that a template, in which you have a custom theme, perhaps some
    advanced actions, variables, and of course master slides? You need interactive
    objects on all or a lot of slides, correct? I have been blogging a lot about
    the shape buttons, only interactive objects that allow that. Even did a
    webinar about them for Adobe. Here are some
    links:http://lilybiri.posterous.com/why-i-like-shape-buttons-captivate-6http:/
    /lilybiri.posterous.com/toggle-shape-buttonshttp://lilybiri.posterous.com/want
    -a-button-on-question-slide-in-capti vate
    <http://lilybiri.posterous.com/want-a-button-on-question-slide-in-captivate>
    http://blogs.adobe.com/captivate/2012/09/training-lilybiris-favourite-
    shapes-to-trigger-advanced-actions.html
    <http://blogs.adobe.com/captivate/2012/09/training-lilybiris-favourite-shapes-
    to-trigger-advanced-actions.html>  If you want control over the visibility of
    such a shape button, do not put them on a master slide, but time them for the
    rest of the project, starting with the slide where they should appear for the
    first time. Reason is that objects on master slides do not have an ID, which
    means that they cannot be hidden or disabled using a (advanced) action.
    Lilybiri
    Please note that the Adobe Forums do not accept email attachments. If you want
    to embed a screen image in your message please visit the thread in the forum
    to embed the image at http://forums.adobe.com/message/5128986#5128986 Replies
    to this message go to everyone subscribed to this thread, not directly to the
    person who posted the message. To post a reply, either reply to this email or
    visit the message page: http://forums.adobe.com/message/5128986#5128986 To
    unsubscribe from this thread, please visit the message page at
    http://forums.adobe.com/message/5128986#5128986. In the Actions box on the
    right, click the Stop Email Notifications link. Start a new discussion in
    Advanced Adobe Captivate Users by email
    <mailto:[email protected]il.fo
    rums.adobe.com>  or at Adobe Community
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&containerTy
    pe=14&container=2268>  For more information about maintaining your forum email
    notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Banner Display Time for One App Only

    I recently found an article (http://osxdaily.com/2014/01/29/change-notifications-banner-time-mac-os-x/#commen t-607754) showing a Terminal command to change the default display time for banner-style notification. It's a great thing, but then I thought...could there be any way to apply it to one app at a time? Say I want 10 seconds for Mail.app, 3 seconds for Messages and so forth.
    Can it be done? Thanks.

    It's called Trip Journal. The problem is, I think, that my iCloud backup wasn't current, because I'm travelling overseas, so data transfer has been largely up, and I don't think it has been backing up even when I was connected to wifi at my hotel.
    I did back up my iPhone to the computer this morning -- but that was after the crash occurred, so I don't know if any data will be salvagable.
    @Norman - I tried that, multiple times, but it hasn't worked.

  • Editing Display Time for Slides

    Hello! I'm fairly new to Adobe Captivate and am using version 5.5. I am having trouble changing the display time for some of my slides (Captivate won't let me adjust display time from 4 seconds to 2 seconds), but I can adjust other slides with similar animations with no problems. Does anyone know what could be causing this issue? Thank you!

    Hi There,
    Can you check your time if you have any image or any object set to rest of the slide, then you need to first change it back to 2 seconds and then change the slide display from 4 to 2 seconds.
    Hope this helps.
    Thanks
    Priyank

  • Editing the display time for grouped objects

    Hello, I am having issues editing the display time for grouped items. I am using Captivate 7 and I love how now the grouped items only show as one item in the timeline because it reduces the number of rows visiblein the timeline for each object on a slide. However, now that the grouped objects no longer individually appear in the timeline, I can't make any display adjustments to the grouped objects as a whole.
    Has anyone else had this issue and is there a work around? My main issue is that if I have to extend or shorten the audio for the slide, and I have assigned an advanced action to the grouped object, in order to adjust the grouped object to match the audio, I have to now ungroup, make the adjustment, regroup, then reset the advanced action using the new group name. It is frustrating and time consuming.

    To expand and view the grouped items on the timeline, you need to click the Arrow symbol next to the group name. Once you expand, you can select the individual object and adjust the timings.
    Alternatively, you can select the individual object of the group on the slide and adjust the timings from the Timing accordion. You can do this without ungrouping.
    Sreekanth

  • CP5 - Default display times for Text Captions

    Hi there,
    I'm using Captivate 5.0.1 and trying to figure out how to do something that was in Captivate 4. In CP 4, I could edit the Preferences and set a default display time for new text captions. By default it is set to 3 seconds for all new text captions, but you could change it. In CP 5 the default is set to 3, does anyone know how to change it?
    Thanks,
    Mark

    Hello,
    It is exactly in the same place as in Captivate 4: Preferences, Global, Defaults. See screenshot. Or perhaps I do not understand your question well? If you are looking for Apply to all, you have to go in the Properties, but I did not understand that this was your question.
    Lilybiri

  • HT1143 what is the url for streaming movies to apple tv from a paired computer

    what is the url for streaming movies to apple tv from a paired computer

    Alright Thank You, I figured that was too much to ask...

  • Work around for streaming movies from time capsules/attached external HD

    Can someone tell me how you can stream movies to iPhone/iPad/ATV3 from external HD attached to time capsule via an app or other method ?

    This is just a general comment.. There are no apps for TC.. it is not a media player, so it cannot stream to anything.. if you store media files on the TC there has to be a player.. So you have to use a computer.. or possibly the ipad.. which will need a file browser app and a player app, but you do not stream to it.. you stream from it.

  • QT 7.2.0 PRO DOES NOT WORK FOR STREAMING MOVIES

    Hello, guys! How is it going in Appleland? I have a problem playing or viewing streaming movies ever since I have upgraded to QT 7.2.0 pro. The sound works, but no freakin movie viewing. Any suggestions on how to make this work? I have never, ever had this problem before. I am so upset, especially paying for pro! I did have pro of the previous version of QT, but those keys are not for version 7, so I had to pay for it again. Any help on this matter would be appreciated.

    "From another posting - the fix is to delete the file HD>Library>Internet Plugins>QuickTime plugin.webplugin and leave just QuickTime Plugin.plugin in there. It appears that this only affects some people. Hope it works for you."
    The above post worked for me. I had the same issue. Quit Quicktime, Safari, delete the pref mentioned and try again.

  • Minimum bandwidth for streaming movies

    HI apple world ... I can't find an answer so here goes...
    is there a minimum bandwidth to stream a movie from iTunes library stored in the cloud over a 3G network to my iPhone 5s running latest software ?
    i Can stream movies fine from flixster app (ultra violet movies) play movies no problems on sky go app but can't stream the movies I've bought in the video app unless I'm connected to a wifi network at home?
    im surely not the only person with this problem my bandwidth on "three" is good and 3G is about 23mbps but all I get is the video app goes to a black screen as though it's going to start playing the movie then just returns to the synopsis screen for the movie?

    No, there is no "minimum" bandwidth. The WAE-512 will attempt to optimize all traffic that it has a policy for, regardless of the size of the WAN link.

  • Extremely long display times for HTML in mail and Safari

    Is anyone else experiencing similar lags in HTML rendering?
    Since upgrading to Mountain Lion, I am experiencing extremely long render times for display HTML email messages in mail.   I am also experiencing extremely long render times in Safari.   I have Chrome installed on this same computer, if I goto the same website on Chrome and Safari, Chrome displays the page immediatly, Safari will take between 30sec and 1 minute.  

    The only way it can get fixed is if you report it to Adobe. Posting it here may not be sufficient. There is an Acrobat feature request forum here and a bug report form here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • What's an average download time for a movie on appletv?

    Trying to use AppleTV for the first time and it seems to be taking hours to download.  My network is working properly.

    Welcome to the Apple Community Permershall.
    There isn't an average as such, it depends on connection speeds.
    The first thing to check would be your internet download speed, you can do this at www.speedtest.net.
    1080p HD movies require a recommended speed of 8 Mbps, 720p HD movies require a recommended speed of 6 Mbps, while SD movies require a recommended speed of 2.5 Mbps.

  • I musst paid two Times for One movie

    I bought the movie but it does not download it. the second time I had to pay for the resist movie I wonder if I had made this dafor after I downloaded IOS

    You can try the 'report a problem' page to contact iTunes Support and see if they will credit or refund you (we are fellow users here on these forums) : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Viewing entire info in display panel for streaming radio stations

    It's very frustrating.
    The "rolling" description in the display never shows
    the entire information.
    It rolls over before the information is completely displayed.
    How can I get iTunes to show all the data regarding the piece that I'm listening to?
    HP Pavilion A650Y Windows XP Pro DSL connection
    HP Windows XP Pro
    HP   Windows XP Pro  

    The Photoshop and/or Bridge forums would be more likely places to get answers to your questions. This forum is inhabited more by programmer types interested in implementing the XMP specification in applications we write.
    I'd expect CS2 to ignore CS1 panels so I doubt that's the issue. Panels don't interfere with each other--they just offer different views of the data. In any case, move the extra panels to your desktop and see what happens.
    As far as I know, all you need to do on the Mac is drag the CS1 application folder to the trash to uninstall it.

Maybe you are looking for

  • How to delete the duplicate data  from PSA Table

    Dear All, How to delete the duplicate data  from PSA Table, I have the purchase cube and I am getting the data from Item data source. In PSA table, I found the some cancellation records for that particular records quantity  would be negative for the

  • How to get rid of an .inprogress backup

    Time Machine over Time Capsule is a bit of a recalcitrant thing. Many times I had problems during backups, such that my backup would seemingly not progress. In the past, a solution I found working every time is to delete your .inprogress backup and s

  • Network Model - AStar dies, Dijkstra is OK

    Hi all, I'm using the Network Model to model a road network. I have a problem when a "complicated path" can't be found. By this I mean two nodes that aren't connected (one of them is an island with no connectivity in the nertwork) but the intervening

  • SBWP in SRM

    Hi, I want a work item in my SRM inbox, but it should appear to the user in his SRM inbox on web, and when he executes it, it should show him any page like the shopping cart/PO create change etc. Only that page will be developed by me with one custom

  • Nokia 6020 wont switch on

    i have the nokia 6020, the other day i found my phone swiched off when i tired to turn it on, the lights on the phone turns on for 2-3 seconds then its goes off. The phone is not turning on, this happens every time i press the power button last time