Keynote with imbedded movies to Web?

I have a keynote presentation with several slides that have QT movies in them, set to play on opening and to loop. I want to make this web-accessible. When I export the presentation to HTML for placement on the web, only the initial frame of the movie is seen, and they cannot be played.
Is there a method for doing this?
Thank you in advance.

Dear littlebluman,
unfortunately I can't help you about your subject, but probably you can help me. I`ve aquired recently a Macbook pro and I`m giving my first steps with keynote. Your request is the only o one which is related with my question, which is about Quicktime files in keynote presentations.
Could you tell me how can I import a QT movie int a keynote presentations?.
Thank you in advance,
Alfredo
Macbook pro   Mac OS X (10.4.6)  

Similar Messages

  • Keynote with embedded .mov exported to Quicktime and then WMV (Flip4Mac)

    Hi,
    I have a Keynote with an embedded .mov file (video and audio) half way through which exports to Quicktime fine ("Keynote .mov").
    When I use Flip4Mac to convert the Keynote .mov to WMV the resulting WMV file works fine but stops when the audio of the Keynote .mov stops i.e. Flip4Mac doesn't render the last of the Keynote .mov
    I have sought help over at Flip4Mac tech support forum but thought someone here might know the answer.
    I have tried a variety of different .mov files in my Keynote but the same in all cases: export to QT is fine but Flip4Mac stops converting the Keynote .mov at the end of any audio.
    I can extract the audio track and Flip4Mac will convert the Keynote .mov (video) all the way through.
    Help?

    what format are the movies you placed on your slides? This makes a big difference in if they get included in the exported QT movie.

  • The iWork Public Beta allowed me to share Keynote presentations with anyone via the web. How can I share a Keynote presentation online via iCloud? Must the presentation be downloaded to view?

    The iWork Public Beta allowed me to share Keynote presentations with anyone via the web. Now Apple tells me the Public Beta is being replaced by iCloud. How can I share a Keynote presentation online via iCloud? Must the presentation be downloaded to view?

    iCloud is not designed for sharing data with other people: you will need a third-party alternative such as DropBox or Sugarsync.
    More details here (written for migrators from MobileMe but the basic information may be helpful):
    http://rfwilmut.net/migrate3

  • I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox.  The upload gets caught in a loop.  nojo99

    I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox (my internet provider).  The upload always gets caught in a loop.  I  have repaired permissions.  I've been successfully uploading movies each week to my church website (or intermediary like Filezilla) for over a year.  I cannot figure out why I'm no longer successful.  Your feedback is desired and welcome.  nojo99

    I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox (my internet provider).  The upload always gets caught in a loop.  I  have repaired permissions.  I've been successfully uploading movies each week to my church website (or intermediary like Filezilla) for over a year.  I cannot figure out why I'm no longer successful.  Your feedback is desired and welcome.  nojo99

  • Exporting Keynote to Quicktime movie with audio

    I am struggling to get this to work although I have done so previously. I have a fully functioning keynote with an embedded quicktime movie and an audio file. The Keynote works fine.
    When I try to export it I just get the audio file!! I am opting for 'manual' even thought the Keynote is a looped production without the need for any manual input.
    Any ideas? thanks

    Exporting to Quicktime with sound seems to have been restored ok in Keynote 09 as I have just tested it on the trial download copy. Up until then I have been importing into Garage Band without sound and adding it there which is successful but I think the quality of picture is better with only one step i.e within Keynote itself.

  • Keynote to quicktime movie to iDVD, no sound on dvd

    I know this has been asked a million times, however I (a relatively recent Mac convert) absolutely can't believe that Apple would not allow this to work.
    I have a keynote slideshow with music. I "send to iDVD" as well as "export" into a quicktime movie. Resultant files are movie and soundtrack. I bring into iDVD. Sound plays in iDVD. Burn dvd from iDVD, no sound on dvd.
    C'mon, the instructions are there, the menus are there. Apple can't expect us to "import into iMovie, match movie and soundtrack" or "burn using disk utility" or otherwise do anything other than take a keynote and make it in to a dvd.
    Worst case, can I just burn a CD or DVD that automatically plays the keynote with sound and doesn't have the cool DVD Menu?
    Again, sorry for the "same old question", however I have not found a fix that worked nor do I believe that Apple means for this to be so difficult.
    For those experts out there that have seen this question before, I really have spent a significant amount of time researching the problem and haven't found a fix that worked or an official response from Apple.
    Thanks again.

    I am not running this on an intranet, I am creating a video for my students and posting it to my Internet web page. So if I were to post the keynote file itself, 4/5 of my students would be unable to open it because they don't have Macs. Some do not even have desktop computers and view stuff on their smart phones. I solved the issue, at least partially, by saving the presentation as html and posting it to my site that way. It works but it is a bit buggy. Would still rather make it into a movie.

  • Code for Embedding Quicktime Movies in Web Pages-Question

    I have been embedding QT movies in web pages for years. I used to use the embed and object tags, but due to the problems with the default settings of IE7, in regards to ActiveX, I recently changed to the javascript method.
    I will paste sample code below, of how I use it, with the movie title change to sample: (of course I change the dimensions, depending on the movie size.)
    <script language="JavaScript" type="text/javascript"><!--
    QT_WriteOBJECT('sample.mov', '644', '76','','controller','true','autoplay','true','showlogo','true','cache','false' ,'enablejavascript','true');
    // --></script>
    and I put at the top of the page, right before </head>
    <script src="AC_QuickTime.js" language="JavaScript" type="text/javascript"></script>
    I forgot where I got this code. Perhaps from someone on this forum, or elsewhere. It seems to work with the default settings on most browsers.
    I have a couple questions, however, regarding fine-tuning it a little more.
    1) If it takes a while for the movie to load, users who open my pages see a static Q QT icon. How would one make the icon flash, with flashing text that says "Loading", so that the user knows that the video is loading? (I have seen that on other sites, and don't know how to do that.)
    2)As said the javascript works with most browser default settings, as most have javascript enabled by default. But what if a user does not have javascript enabled? Could the code sense that, and if non-existent, tell the user to enable javascript? Or, if javascript is disabled, could the embed and/or object tags be activated?
    3) The code above, that I got from someone, says "cache=false". That means that each time someone sees the movie, it has to be reloaded from the net, and not from the browser cache, correct? If so, why would one want it to be set that way? If it's a large movie, a user with a slower computer and/or internet connection would certainly prefer if it could play from the cache the next time, loading much faster. Is there any reason to prefer "cache=false"?
    4)Is there any code that could be put in, to allow the user, if they prefer, to download the file,(perhaps with a right-click or CTRL-Click), instead of playing it in the browser?
    Thank you very much in advance, to whomever can help with these code questions.

    Thank you for your reply, Kirk,
    1)Yes, I do have "fast start" enabled in my files, and they were made with QT Pro, newest version. So no, there is no "trouble with my files".
    However, I would still like to have that flashing "Loading" icon when the file is loading, as I see on other sites. (And yes, even with "Fast Start" enabled, depending on the size of the file, the speed of the computer and internet connection, it can take a little time beforeit starts.) Anyone know how to create that flashing "Loading" icon, rather than just the static Q?
    2)I just wondered if there was a way for the javascript to recognize if the user does not have javascript, and bring up a message if that is the case, telling the user they need to enable it to see the content. (As would happen if the user does not have the QT plugin installed.) Yes, I realize it would not work to include in the normal way the embed and object tags as well, I wondered if there was a way to invoke them only if the user doesn't have javascript. Perhaps impossible, but I thought I'd ask, in case someone knows of a way to do that.
    4)Yes, I guess I could just put a separate direct text link to the movie file for downloading. I just wondered if there was a way to put that in the javascript, so that if someone right-clicks on the QT icon, they can download rather than view it, rather than use a separate link. That may also be impossible, but I thought I'd ask, and see if there is a way to do that.
    Your question to me regarding dimensions--I forget which was the QT movie, that I took that sample from. Yes, I have some in unusual sizes. They are not normal movies. I don't have time to explain more now though, and that has no bearing on the questions I asked.
    Once again, thanks for replying, and if you or someone else could help further with my questions, I would appreciate it very much.
    Have a nice day!

  • Movies in Web Gallery

    iPhoto or .Mac for web gallery questions? I'll try here:
    Running iPhoto 7.01 and uploaded a web gallery of my niece's wedding. My camera takes QT movies as well and allows you to select movies and even sends a thumbnail with a movie icon on it. But when try and play them you get an generic 'QuickTime is unable to play this movie. Please try again.' and the Gallery entry in iphoto has one of the triangle '!' signs after it as if it ran into problems.
    So is it:
    a bug in delivery and Gallery doesn't really support QT movies (and should warn you if some are selected or just ignore them)
    it only supports certain types of QT movies (though I don't think they got sent)
    Or some other problem? No mention of movies that are supported by iPhoto in the database in any Gallery help or notice I can find.

    Why is this thread marked as 'Answered?' Is the 'solution' that, while iPhoto 'seems' to be able to upload videos it lists and plays to Web Gallery, videos don't play.
    Is that the answer? Has anyone been able to have videos uploaded to a web gallery via iPhoto actually run in a Web Gallery. If so, which format was it in?
    (ANSWER/Workaround below.)
    For me, My camera's MPEG1 Muxed, 640 x 480 pixels movies are copied to and list fine in iPhoto and are listed with an icon in a Web Gallery, but throws up an error message.
    Movies exported to finder by iMovie 08 (.m4v, mpeg4 using H.264) is not even accepted as a valid format by iPhoto, so I can't say if it will run in the Web Gallery. Likewise, exporting a movie to the Media Browser does little, as iPhoto can't access the Media Browser. (Is that true? Am I missing something?)
    Video encoded as MPEG4 Decompressor (libavcodec), 640 x 480, Millions AAC, Stereo (L R), 44.100 kHz (.mp4) is accepted as a valid format and is uploaded to the Web Gallery. It is also played in Web Gallery.
    So, Non-H.264 compressed mpeg4 movie clips will play in Web Gallery.

  • Problems with image movement

    Hello everybody:
    First of all let me tell you that I am not a DVD wise person. I am starting to use iDVD and hope to soon be able to use DVD Studio Pro. The problem that I have is that I created a presentation in Motion using only photographies. The project was done using the Full HD(HDV1080p 30) format and saved as a quicktime file. When the file is played it looks great with smooth movements, but when transferred to iDVD the pictures still look good but the effects and movements are not smooth anymore, they stutter at times... This is the first time that I have this problem, maybe because I tried to do the project in full HD format? Or maybe is a problem of the speed of the data transfer? I know iDVD has a menu that allows to burn a DVD with Pro quality but I am still getting the same result.
    Also please...could someone recommend me some webpage o text regarding dvd recording for beginners?
    Thanks a lot for you help...

    Hi
    One thing
    iDVD - Can't do HD - not any version of it
    DVD Studio pro - most probably
    Roxio Toast™ - at least with Blue-Ray component to Blue-Ray burner/disks (DVD too but very short eg 20-30 minutes)
    Tutorials
    Some of them on internet
    iDVD 5
    www.kenstone.net/fcphomepage/idvd_5stone.html
    iLife6
    www.apple.com/ilife/tutorials/
    iMovie HD 6
    manuals.info.apple.com/en/iMovieHD_6_GettingStarted.pdf
    iLife08 and Mac OS X.5
    www.apple.com/ilife/tutorials
    iMovie08 and Mac OS X.5
    www.apple.com/ilife/tutorials/#imovie
    iDVD08 and Mac OS X.5
    www.apple.com/ilife/tutorials/#idvd
    Karsten Schluter
    karsten.schluter.googlepages.com/im08tricks
    Podcasts Apple
    - Find Out How - Document Apple
    - Find Out How - Mac OS X Apple
    - Find Out How - Movies Apple
    - Find Out How - Music Apple
    - Find Out How - Photos Apple
    - Find Out How - Web
    Books
    David Pogue's books
    • iMovie HD the Missing Manual
    • iMovie 6 & iDVD The Missing Manual
    • iMovie’08 & iDVD The Missing Manual
    • iMovie’09 & iDVD The Missing Manual
    Yours Bengt W

  • Problem with QuickTime Movies From iMovie HD

    I posted this earlier (on the second day of Leopard's Release), and did not get much feedback, and so thought I'd try again after people have had time to run Leopard.
    I have some movies that I created using iMovie HD. I have the QuickTime version of the movie for use with Front Row.
    On my G5 iMac running Leopard, the quality of the movies on Front Row is fine. However, in Leopard, the quality is lousy. The movies were made from still photos, using the Ken Burns effect. There are also transitions. On the web, on my iWeb site, the pictures take a while to come into focus. I sort of expect this on the web. However, I've found the same thing with the movie files using Front Row on Leopard. Again, this slowness in coming into focus does not appear when playing the movie on Front Row on Tiger on a G5 iMac.
    Curious if anyone else has encountered problems/issues with QuickTime movies files from iMovie HD. And if so, what if any fixes are available.
    Thanks in advance.
    Russell

    Hmmmm, so it works OK in Front Row but NOT in Quicktime player? Thats odd. Front Row works worse for me!
    It sounds like it may be a rendering problem with Quicktime - It has to process the file in general (or parts of the file, for example, if you export 10 pics looped in Flash, it has to process the 10 image files each time it plays it through, resulting in the first 4 or 5 images to shoot out jerkily [read LAG] unlike the rest of the movie, which is smooth). If these images in your movie are large in file size or contain tons of wacky photoshopped effects, etc, that might be whats causing the problem.
    I'd check everything is updated to the latest version, repair permissions on the disk in Disk Utility, and then see if anythings improved.
    Hope this helps you.

  • Trouble Exporting to 16:9 with Quicktime Movie or Quicktime Conversion

    I have created a 5 minute movie using shots taken from my Sony HDR-FX1. The shots were native 16:9. They imported fine into FCEHD. While editing in FCEHD, the clips all displayed in the viewer as 16:9. When I exported to Quicktime Movie, the resulting product was 16:9. When I exported using Quicktime Conversion, my product became 4:3.
    Having read other posts here, I looked closely at all clips (which were all checked as Anamorphic), and my Sequence (which was not checked Anamorphic -- but was instead HD1440x1080). I then created a new sequence, which was checked as Anamorphic, copied my clips to it, then exported it. It got worse. Now, it exports 4:3 using both Quicktime Movie and Quicktime Conversion.
    I then created a new project, created a new sequence set to Anamorphic, then copied one clip into it from my earlier project and exported it -- same result. I then imported a clip into this new project from the original files from my camera and exported -- same result.
    One final note, when looking at the Frame Size in the properties of my sequence and clips, it is set to 720x480. And, when I look at the Get Info on the exported files of the original, I see 1920x1080 (Quicktime Movie export) and 1440x1080 (Quicktime Conversion export) before I created the new sequence; then 720x480 in both after I created the new sequence.
    Any help you can provide would be incredibly appreciated!
    Dan

    You are right. My original sequence was marked as HD. When I exported that one to Quicktime Movie, it displayed 16:9.
    Then, I created a new sequence that was 720x480 and checked as anamorphic. That one, exported with Quicktime Movie and/or Quicktime Conversion was 720x480 and was squeezed into 4:3 rather than displaying in Quicktime as 16:9.
    Last night, I burned this to DVD using iMovie and it displayed properly on my 16:9 television. But, alas, it is squeezed on my 4:3 television (rather than letterboxed).
    Also, I exported to Quicktime Conversion and used "custom size" of 720x405 and achieved a movie that will play in Quicktime as near 16:9 so I can put it up on the web in the right dimensions.
    Is there a better/easier way to export footage shot 16:9, edited 16:9 so that it automatically exports 16:9 for use in Quicktime and/or on a DVD?

  • Launching mpeg movies from web AW files

    The mpeg movies work fine in author mode and in local
    published mode but not on the web. It keeps yielding the message,
    "Where is MV***.mpg?" I have placed the AW7 mpeg and runtime
    drivers in the same web folder with the AW and movie files but it
    doesn't help. Can it be some incompatibility between the movie icon
    and the movie itself, or some problem with the movie format? The
    movie parameters I've used are:
    output format: Mpeg1
    codec video: Mpeg-1
    Fps: 25
    Bitrate: 1152
    codec audio: MP3
    Frequency: 44100
    Bitrate: 224

    > The mpeg movies work fine in author mode and in local
    published mode but
    > not on
    > the web. It keeps yielding the message, "Where is
    MV***.mpg?" I have
    > placed the
    > AW7 mpeg and runtime drivers in the same web folder with
    the AW and movie
    > files
    > but it doesn't help. Can it be some incompatibility
    between the movie icon
    > and
    > the movie itself, or some problem with the movie format?
    The movie
    > parameters
    > I've used are:
    Should work fine.
    But you need to
    a) add the MPG files to the files list in One Button
    Publishing - if they
    are not here already
    b) make sure Authorware knows where they will be once
    downloaded. Default
    folder for downloaded files **that are in the same folder as
    your Authorware
    file*** is a subfolder of the plugin folder called downloads.
    b) is probably what is most likely to have caught you out,
    because
    Authorware still looks in the same folder as itself, instead
    of in the
    Downloads folder. You can either move all you movies to a
    subfolder, relink
    them, then repackage, or else add Downloads to the
    SearchPath.
    Steve
    Adobe Community Expert: eLearning, Mobile and Devices
    European eLearning Summit - EeLS
    Adobe-sponsored eLearning conference.
    http://www.elearningsummit.eu

  • Keynote quits during movie playback

    I use Keynote 6.5.2  for presentations in my classroom on my Mid 2010 Mac Mini (10.10.2).  Over the last month, whenever I play an imbedded movie, Keynote will randomly exit at any time in the movie to the desktop.   It looks similar to following a hyperlink, only Safari does not open.  The green "resume" arrow on the Keynote icon is visible on the dock and will return me to the movie, but it will start the movie over.  Could anyone please offer a solutions to this annoyance?

    I figured out that deleting the quicktime-cache should help. I tried it. Now I can watch converted videos, tv-series without proplems.
    But iTunes still freezes when I want to watch a movie rental, when direct3d acceleration is of...

  • Problem with plugins in my web site

    Problem with plugins in my web site PLS HELP 

    i'm pretty sure you're going to get no help unless you supply some helpful information.

  • Goods Receipt Report With 101 movement type using bapi_goodsmvt_create

    Dear Abapers,
            i am getting some problem, i got requirement like Goods Receipt Report with 101 movement type using
    bapi_goodsmvt_create and data should upload through excel sheet.
    still facing problems, i have searched sdn forum n sdn code also, but relevant answer i could not find.
    What are all the inputs i need to take and please give some valuable inputs to me.
    please do help ..... thanks for advance..
    Thanks & regards,
    Vinay.
    Moderator message : Spec dumping is not allowed, show the work you have already done. Thead locked.
    Edited by: Vinod Kumar on Sep 27, 2011 10:58 AM

    Dear Abapers,
            i am getting some problem, i got requirement like Goods Receipt Report with 101 movement type using
    bapi_goodsmvt_create and data should upload through excel sheet.
    still facing problems, i have searched sdn forum n sdn code also, but relevant answer i could not find.
    What are all the inputs i need to take and please give some valuable inputs to me.
    please do help ..... thanks for advance..
    Thanks & regards,
    Vinay.
    Moderator message : Spec dumping is not allowed, show the work you have already done. Thead locked.
    Edited by: Vinod Kumar on Sep 27, 2011 10:58 AM

Maybe you are looking for

  • Inconsistent Printing to a Shared Printer

    I'm having a problem printing to a shared printer. My computer is a MacBook Air on Lion. The computer where the printer is shared from is a Mac Pro on Snow Leopard. It's a Brother Laser Printer HL-1440. I'm connected to the same ethernet as Mac Pro.

  • Do I need a security license to setup VPN on router?

    Hi All. I'm trying to setup VPN connections on 2 different routers and I'm not sure about that Do I need a security license to setup VPN connection on router? First one is 1941-K9 site-to-site. Second one is 887G-K9, EasyVPN connection. Both of them

  • Need to restart my system to get Home sharing from Windows working

    On the second start-up of iTunes on Windows, it cannot see my two AirPlay devices on my network and other devices on the network cannot see the shared library. All of this works the first time I start Windows after system start-up. If I reboot the ma

  • CS4 Export Problem..Audio only...?

    I'm having an issue exporting a sequence. I'm shooting with a Canon7D in 23.976fps and converting the .mov files with cineform (avi). I'm using AVCHD 24p preset (1920x1080 1.0 Square Pixels). I've imported a seperate sequence with the same settings i

  • Printing directly from FP50 (Manual Outgoing Checks Lot)

    I'm wondering how to configure the program so that when I create a check using FP50, I have the option to print from that screen. I'm not sure what needs to be changed so that I have that option.