Embedded QT Player Question

I have a QT movie set to fast-start that is embedded on a web page. The data rate is not too high, but high enough that people on a dial-up connection will have to wait a minute before the movie starts to play. That's fine.
But, is there a way to provide some sort of feedback to these users that something IS happening? I know the progress bar at the bottom is an indication, but that may not be obvious to some.
I believe I have seen some Quicktime movies that say "Buffering X%" or something to that effect in the status bar. Is there a way to make it say that? Or is buffering different from fast-start somehow?
Or is there a way to create maybe a poster frame using an image that says something like "Please be patient. Your movie will begin playing shortly."
Or does anyone have any other ideas as to how to communicate to those with a slow connection that they may just have to wait?

Take a look at the conversation in the "Quicktime and AJAX" thread. You can use a similar tactic to play two movies--
The first movie is a 'poster movie' that will load almost instantly, just a single frame. That's the movie you embed in the page. Also add that poster to the first frame of the actual movie.
Then embed the poster movie, and add some additional parameters to the OBJECT and EMBED tags--
HREF = "myrealmovie.mov"
TARGET = "myself"
AUTOHREF = "true"
I think that will come close. It should load the poster movie, which will display immediately. Then it should automagically start loading the real movie, which will autoplay as soon as enough of it has loaded...but the first frame of that movie, which matches the poster, should display instead of the big blue Q.
--Dave Althoff, Jr.

Similar Messages

  • Controlling embedded Flash player

    Hi All,
    I am working on a project whereby the embedded Flash player
    (9) needs to be controlled from code.
    The following must be accomplished:
    There is a list of .swf files stored in a XML file on the web
    server. (These .swf files are converted from .mpg movie files.)
    The Flash player needs to load the first .swf file.
    When it finishes playing the first file it must load the next
    one and start playing it automatically.
    This process needs to be repeated until the last .swf file is
    played.
    Whilst playing the .swf file corresponding text must be shown
    in a textbox on the same web-page.
    When the player finishes playing the last file it must
    restart at the first file for the second time
    and repeat the whole process the second time but now when it
    reaches a certain file for the second time
    the player must stop and ask the user a question. The user
    will type in his/her answer.
    When the answer is correct the Flash player will continue to
    play the next file else show the correct answer, mark the question
    as wrongly answered and then continue on to the next .swf file.
    After the Flash player finishes playing the last file it must
    check if any question was wrongly answered.
    If so then that .swf file will be shown again and the
    question & answer game will be repeated.
    When all questions have been answered correctly the user will
    be redirect back to the calling page.
    The current development environment for the project is C#.NET
    2.0
    Any help in accomplishing this is very much appreciated.
    Best regards,
    Arjan

    Hello ak_kanan, 
    Welcome to the forums. 
    Try doing the following. In the browser swipe down from the top and choose Settings, now choose Content, here where it says Enable Flash change this to Off.  Now try going to the website that was not working (it will not work again this is fine) Once on the page swipe down from the top again and this time enable the Flash setting. Now reload the page and test to see if you have the same issue. 
    Let us know how you make out. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Is it possible to implement a c# application with embedded flash player on WinCE

    I have read a great article from Mike Chambers:
    Embedding Flash Player in Windows Applications using C#. I
    think the solution works fine in PC environment, but I need to
    develop a similar C# application with embedded flash player which
    runs on WinCE environment(including Pocket PC and SmartPhone). My
    questions are:
    1. Is it possible to develop the C# application with
    embedded flash player on WinCE environment?
    2. If question 1 is possible, how can I install the
    "Macromedia Flash Player ActiveX control for PPC" into my Visual
    Studio .NET on PC environment for development?
    3. Can the "Flash Player for Pocket PC Distribution Kit"
    help to package the C# application with flash player? Do I have to
    use that to package my C# application for WinCE?

    > The the question1: should we mapping a another
    "Shockwave Flash Object"
    > com
    > object file for WinCE OS in the Visual Studio IDE, then
    we could develop
    > the
    > applicaton using Flash ActiveX Object in WinCE.
    >
    > question2: If question1 is yes, where can we find this
    com object file ?
    You cannot do this natively - .NET does not natively support
    AX controls.
    You can achieve this with CFCOM
    http://www.odysseysoftware.com/products_cfcom.asp
    or with OpenCF.NET
    http://www.opennetcf.org/ .
    OpenCF is free.
    Alternatively, it is possible to build your own COM wrapper
    using C++ but I
    don't know how to achieve this.
    Steve
    ACE - Adobe Community Expert
    My blog -
    http://stevehoward.blogspot.com/
    Authorware tips -
    http://www.tomorrows-key.com

  • Embedded flash player is not working... Unable to play the streaming videos... Browser is hanging many times!!

    Hi,
    Pls help me to fix an issue with my playbook browser. The embedded flash player is not working... Unable to play the streaming videos... Browser is hanging many times. Restart done, cleared history etc.. Still doesn't work.
    Any help would be appreciated.
    Thanks.
    Solved!
    Go to Solution.

    Hello ak_kanan, 
    Welcome to the forums. 
    Try doing the following. In the browser swipe down from the top and choose Settings, now choose Content, here where it says Enable Flash change this to Off.  Now try going to the website that was not working (it will not work again this is fine) Once on the page swipe down from the top again and this time enable the Flash setting. Now reload the page and test to see if you have the same issue. 
    Let us know how you make out. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Full screen problem, with embedded flash player in a flash player

    Hi,
    I am having an issue with the flash video player embedded within a flash player movie. The issue is that when my main flash is in Full Screen mode and I try to open that screen where embedded movie player is, when it is opened the inner movie player covers the complete screen, on the other hands it should show that embedded player in normal condition with other background stuffs.
    Can anyone guide me what step should I take to avoid this or if it is possible to do this kind of scenario in Full Screen mode or not?
    Looking forward to your prompt help.
    Best regards,
    Irfan

    likeeak wrote:
     I want to know how to disable hardware acceleration by use ActionScript 2.0
    I don't know if this is possible; perhaps you should ask in the ActionScript forum?

  • Embedding video player

    I found a video at youtube I want to add to my web site. I see at youtube you can add an embedded video player and I was wondering if anyone had tried this yet with iWeb and what sort of result you had.

    Most of these types of things require you to insert some HTML into your page, which iWeb doesn't allow. However, after you publish the page, you should be able to look through the file to determine where you need to add the code for the YouTube media player.

  • Button in Swf triggest stream video in embedded WMV player

    Hey guys I have a SWF video menu basicially I have 12 buttons
    and I need each button when clicked to play a file in the embeded
    WMV player in dreamweaver.
    Ive tried a ton of things but cant figure it out.
    You can see what im doing at
    http://home.cogeco.ca/~activetruth/parkour.html
    I have a drop down menu to play a video. But again I want to
    have it so I click the button and it plays the video in that video
    player.
    I dont want windows media to pop up like it normally does.
    Thanks in Advance

    Hi Nyaih,
    It's glad to hear that your are using configurator. I'm not very sure I understand your problem. But I think you may be interested with this.
    I'd created a patch for Configurator 2.0, which added a slider bar for VideoPlayer, then you can drag the slider to jump in the video. See the screen shot.
    The patch file is attached in this post as a picture file.
    If you want apply it, please download it, and rename to "PS12Template.swf".
    And go to your configurator 2.0 panel folder. It should be "c:\Program Files (x86)\Adobe\Adobe Photoshop CS5\Plug-ins\Panels\<Your Panel Name>\content\".
    And use "PS12Template.swf" to replace your "<Your Panel Name>".swf.
    Then restart photoshop.

  • A way to link to embedded audio player

    I am very new to this and am trying to add the audio (mp3)
    from a conference that my office held to our website. I wanted to
    have a list of the presenters at the conference to the left of my
    page with each name being a link to one embedded audio player on
    the right. Is this possible to do? I can figure out how to embed
    the player with a playlist and just have the viewer control it from
    the player but I would prefer to use a sleeker player that does not
    incorporate a playlist viewer - so the ability to be able to link
    multiple links to the one embedded player would be perfect.

    Search Google for "free flash mp3 player". There are many
    that you can
    incorporate.
    Alec
    Adobe Community Expert

  • Embedding video player in TLF

    Hi Guys,
    Can we add a video player to a Richeditable text, if yes what is wrong in the code below? I can see it adds to the editor but soesnt show up
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    // Copyright (C) 2009 Rad3 Limited.
    // All Rights Reserved.
    // If you have received this file from a source other than Rad3,
    // then your use, modification, or distribution of it requires
    // the prior written permission of Rad3.
    // -->
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                                     xmlns:s="library://ns.adobe.com/flex/spark"
                                     xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="initApp();">
              <fx:Declarations>
                        <!-- Place non-visual elements (e.g., services, value objects) here -->
              </fx:Declarations>
                        <fx:Script>
                                  <![CDATA[
                                            import flashx.textLayout.edit.EditManager;
                                            import flashx.textLayout.edit.SelectionState;
                                            import mx.controls.Alert;
                                            import spark.components.VideoDisplay;
                                            import spark.components.VideoPlayer;
                                  private var _videoDisplay:VideoPlayer;
                                  private var _editManager:EditManager;
                                  private var _videoContainer:Sprite;
                                  private function initApp():void
                                            var videoPath:String = "sample_vid.flv";
                                            _videoDisplay = new VideoPlayer();
                                            _videoDisplay.source = videoPath;
                                            _videoContainer = new Sprite();
                                            _videoContainer.width = 200;
                                            _videoContainer.height = 200;
                                            //_videoDisplay.play();
                                            // add the video
                                            _videoContainer.addChild(_videoDisplay);
                                            _editManager = rte.textFlow.interactionManager as EditManager;
                                            _editManager.insertInlineGraphic(_videoContainer,500,400, null, new SelectionState(rte.textFlow, 0, 0));
                                  ]]>
                        </fx:Script>
                        <s:RichEditableText id="rte" width="100%" height="100%"/>
    </s:Application>
    Thanks

    gauravjlj wrote:
    ..I need Video.. What formats do you need to support?
    ..Player in my Java Web Application.Do you mean embedded in the web page, or simply available from your site?
    Please guide me the right way to do it.For Sun's latest media project, see [http://javafx.com/].
    For older JREs, you might look to the JMF. See [http://java.sun.com/javase/technologies/desktop/media/jmf/] for further details.

  • Quicktime and windows media player question??

    i have sent a quicktime file of a spot i did for a client, they like it and have uploaded it to their website, but they are getting some that say they can not view it because they only use windows media player, i know this maybe a stupid question but how can i send them a copy they can use in media player so they have both?? thanks for you help!!!

    you can buy and use the WMV Studio windows media export components from Flip4Mac which wil allow you to export to a windows media format directly from FCP and other suitable QT compliant apps ...
    or you can copy the file over onto your own quicktime enabled PC and use the free, and much faster, windows media encoder there.

  • Embedding Adobe Player in WEB site

    How do I make my WEB site bring the Adobe player up
    automatically with content playing? It needs to be similiar to
    Myspace.
    Rock335

    Hello GranNuNu,
    In order to access the Embedded document options. You'll need
    to have the document in your Share organizer, rather than your
    Buzzword organizer.
    Once the file in the Share, or My Files, organizer, you'll be
    able to click on the drop down contextual menu for the file, and
    choose "Copy Embed Code"
    With that code, you'll be able to embed the file into your
    HTML web page.
    Hope that gives some more insight into what you're looking to
    accomplish!
    Cheers,
    Pete

  • How can I get my embedded mp3 player to work?

    I was using Mindy McAdams' tutorial on embedding an MP3 audio player on my webpages, and was able to get the player to show up in iWeb (using a HTML snippet), but not when I published it. I must admit that I'm new to widgets and may not be doing this correctly. My URL is
    http://www.nishmusic.com/Site/AmazingSilentNight.html
    The html code that I was using is:
    <script language="JavaScript" src="http://www.nishmusic.com/Audio/audio-player.js"></script>
    <object type="application/x-shockwave-flash" data="http://www.nishmusic.com/Audio/player.swf" id="audioplayer1" height="24" width="290">
    <param name="movie" value="http://www.nishmusic.com/Audio/player.swf">
    <param name="FlashVars" value="playerID=audioplayer1&soundFile=http://www.nishmusic.com/Audio/Play_Amaz ingSilentNight.mp3">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="wmode" value="transparent">
    </object>
    Any ideas? Thanks!
    Judy

    Thanks for checking it out...unfortunately it still isn't working for me and I can't figure out why. I pasted the code into the snippet, hit "apply" and can see the player on the page. I published only the html of that page but when I checked the site on Safari, the player doesn't appear. Hmm.

  • Embedding Flash Player 9 on Linux

    Hi there. I wish to view some swf movies (i.e. adverts) in my
    C/C++ app. Is there any way to embed ONLY a flashplayer inside such
    application? I don't need to embed full featured web browser, and
    such thing on linux isn't possible in any "portable" way.

    I have another question. Does flash player 9 support XEmbed
    protocol? If yes how can i launch it as XEmbed client?

  • EMBEDDING FLV PLAYER ?

    I'm trying to place a flv player into my flash page which
    then is going to be exported as an swf and used as a page in a
    'flip - page' style magazine. I bought the flip page component but
    when the swf page with the flv player is used as a page, the player
    does not exist and the video automatically begins to play
    regardless of what page the magazine is turned to...
    I noticed that when I published the page it creates a
    seperate swf file for the player.
    Is there any way of making it into 1 swf file with the player
    in it?????????
    Cheers everyone

    The separate swf is the skin for the player, not the player
    itself. The player is embedded, and it loads its skin (how it
    looks) from that file. And, no, I have not yet seen a way to embed
    the skin into the swf.
    As for the video automatically playing, set the players
    autoPlay property to false and you will solve that.

  • Embedding music player?

    So... I've searched the forum and seen a few suggestions on embedding a music player into your iWeb, but none seem to work. I am some what familiar with HTML and am certain the code I am inserting into my website is correct, but I cannot seem to get a player up and running. The actual player shows up fine, but it cannot find my playlists. I have tried using both xspf and xml type playlists and players, but still have not luck getting this to work. I understand iWeb is what it is- and is not meant to be a full blown web design program - but with the HTML snippet, my code should work and isn't.
    Does anyone out there have a working mp3 player on their website? I do not want to have the files linked or playing in the background. I am specifically looking to get a player working. Is this just not an option for iWeb? Any ideas or suggestions? All feedback is appreciated!

    Example of a working mp3 player using an html snippet in iWeb 2 http://www.rickiekirman.com/site1/Resting_Soul.html
    Here's instructions for a basic player setup - http://www.ic.sunysb.edu/stu/ahanley/music/help.htm
    If you search the web you will find many more!!
    Note: you will need to manually put the music and playlist files on your web server

Maybe you are looking for

  • Errors 3259 & 3252

    I have purchased 30 songs, 7 have downloaded without any problems. The remaining 23 start to download then time out error 3259 network connection timed out or error 3252 stopped. I have the latest version of iTunes, my firewall is off ????????? Any s

  • Some one is having problems with the timed access in airport last gen?

    I have timed access to the airport, but it seems do not work fine... I have the list of the computer that can have acces to my wifi network , but all people how has the password can go in to my wifi network. Any one with this problem to? Airport util

  • Completely Lost with BI

    Good evening, I have bought Business Intelligence Standard Edition For linux. I'm looking for the certification matrix on Metalink but I can't find it!!! I have the options: a) "BI Enterprise Edition"( which I don't have) b) Standard Edition One (onl

  • Mod Security on Apache

    Does anyone know how to disable uploads using mod security and then allow upload + (set limitation) only from one script. (Example - only allow 100kb for domain43.domain.com/script.cgi)

  • Java.rmi.activation.ActivateFailedException

    I get this error using Activation java.rmi.activation.ActivateFailedException: failed to activate object; nested exception is: java.rmi.activation.ActivationException: unable to create activation group; nested exception is: java.io.IOException: The p