Embedding QuickTime Files - Autoplay Off ?

I thought I would embed my clients QuickTime movies instead
of opening up into a new page, href. they are embedded fine HOWEVER
all are playing at once when page opens!!!. I do not see Properties
for Quicktime.
I used the xhtml code line : <parem name="autoplay"
value="false" />
which does not fix the problem. Here is the whole code for
one of the movies, if it helps (came from classroom teacher)
<!-- embed quicktime movie -->
<!-- for older IE browers -->
<object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="
http://www.apple.com/qtactivex/qtplugin.cab"
width="320" height="255">
<param name="src"
value="../../movietests/ffems_entry.mov" />
<parem name="autoplay" value="false" />
<!-- [if gte IE 7> <!-->
<!-- embed quicktime movie -->
<!-- for all other browers -->
<object type="video/quicktime"
data="../../movietests/ffems_entry.mov" width="320"
height="255">
<parem name="autoplay" value="false" />
alt : <a href="../../movietests/ffems_entry.mov">Click
for Movie </a>
</object>
<!--<! [endif] -->
<!--[if It IE 7] >
alt : <a href="../../movietests/ffems_entry.mov">
Click for Movie </a>
<! [endif] -->
</object>

This method uses two tags: <object> and <embed>.
This is for maximum browser
compatibility.
http://www.mediacollege.com/video/format/quicktime/streaming/
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"Jane Barber" <[email protected]> wrote in
message
news:g0kpka$p25$[email protected]..
> I thought I would embed my clients QuickTime movies
instead of opening up
into
> a new page, href. they are embedded fine HOWEVER all are
playing at once
when
> page opens!!!. I do not see Properties for Quicktime.
> I used the xhtml code line : <parem name="autoplay"
> value="false" />
> which does not fix the problem. Here is the whole code
for one of the
movies,
> if it helps (came from classroom teacher)
>
> <!-- embed quicktime movie -->
> <!-- for older IE browers -->
>
> <object
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
> codebase="
http://www.apple.com/qtactivex/qtplugin.cab"
> width="320" height="255">
> <param name="src"
value="../../movietests/ffems_entry.mov"
/>
> <parem name="autoplay" value="false" />
> <!-- [if gte IE 7> <!-->
>
>
> <!-- embed quicktime movie -->
> <!-- for all other browers -->
>
> <object type="video/quicktime"
> data="../../movietests/ffems_entry.mov" width="320"
height="255">
> <parem name="autoplay" value="false" />
> alt : <a
href="../../movietests/ffems_entry.mov">Click for
> Movie </a>
> </object>
> <!--<! [endif] -->
> <!--[if It IE 7] >
> alt : <a href="../../movietests/ffems_entry.mov">
Click
for
> Movie </a>
> <! [endif] -->
> </object>
>
>
>

Similar Messages

  • Embedded QuickTime files not playing sound

    I'm having trouble getting older, embedded QuickTime files to play properly. Many of them do play but without sound.
    An example:
    The embedded QuickTime files in questions 6 and 10 here...
    http://www.linguistics.ucla.edu/people/schuh/lx001/Web_Quizzes/Quiz_07/07web.htm l
    ...do not play sound.
    When viewing the files directly...
    Example: http://www.linguistics.ucla.edu/people/schuh/lx001/Web_Quizzes/Quiz_07/07_Quiz_m edia/0706_split_brain_red.mov
    ...the sound plays properly.
    I have done a bit of playing around on a few different machines and have found the following:
    2009 MacBook Pro: video and sound play correctly in Safari and Firefox
    OS X: 10.7.5
    Safari: 6.1.6
    Firefox: 36.0 with QuickTime Plugin ?
    QuickTime 7: ?
    QuickTime X:10.1
    2009 Mac Mini: video and sound play correctly in Safari and Firefox
    OS X: 10.8.5
    Safari: 6.2.3
    Firefox: 33.1 with QuickTime Plugin 7.7.1
    Firefox: 36.0.1 with QuickTime Plugin 7.7.1
    QuickTime 7: 7.6.6
    QuickTime X: 10.2
    2011 Mac Mini:  video and sound play correctly in Safari and Firefox
    OS X: 10.9.5
    Safari: 7.1.3
    Firefox: 31.0 with QuickTime Plugin 7.7.1
    Firefox: 36.0.1. With QuickTime Plugin 7.7.3
    QuickTime 7: 7.6.6
    QuickTime X: 10.3
    2011 iMac: no sound in videos, improper display of video with menu in both Safari and Firefox
    OS X: 10.10.2
    Safari: 8.0.3
    Firefox: 36.0.1 with QuickTime Plugin 7.7.3
    QuickTime 7: 7.6.6
    QuickTime X: 10.4
    2011 Mac Pro: no sound in videos, improper display of video with menu in both Safari and Firefox
    OS X: 10.10.2
    Safari: 8.0.3
    Firefox: 36.0.1 with QuickTime Plugin 7.7.3
    QuickTime 7: 7.6.6
    QuickTime X: 10.4
    Is this a Yosemite issue? Not being able to play older QuickTime 7 files properly? I'm not sure what else the issue could be since everything seems to work fine in 10.7, 10.8, and 10.9 (unfortunately, I have been unable to test this in 10.10 or 10.10.1). Maybe I'm overcomplicating a simple issue? Any help would be greatly appreciated.
    Thanks!

    Is this a Yosemite issue? Not being able to play older QuickTime 7 files properly? I'm not sure what else the issue could be since everything seems to work fine in 10.7, 10.8, and 10.9 (unfortunately, I have been unable to test this in 10.10 or 10.10.1). Maybe I'm overcomplicating a simple issue? Any help would be greatly appreciated.
    Some very interesting observations which peaked my own curiosity due to on-again, off-again nature of the playback. I suspect this is either a "bug" or represents content handling changes that are currently in the process of  "evolving." Not a web site programmer so I used iWeb to run some contrast-comparison tests on how audio was handled by the plug-in software when directly accessing the content by its URL and via the page embed strategies. My results mirrored yours in that:
    1) All legacy codecs tested (A-Law, IMA, QDM2, QPV, and u-Law) in an MOV file container played correctly in the QT 7 player.
    2) The same files all played correctly when content was accessed by the plug-in software directly using the URL reference.
    3) None of the files containing legacy audio compression formats would play audio using the plug-in software using a web page embedding strategy.
    4) An MP4 (H.264/AAC) version of you original clip played correctly in all instances.
    5) Replacing your QDM2 audio track with an AAC audio track in the original MOV file allowed the file to play correctly in all instances.
    Based on these observations, I suspect the problem is in the way the software is currently programmed to handle (or rather ignore) the embedded strategy content. However, as you indicated, it is probably time to update your files. Not only did the H.264/AAC version of your original file play in all instances, but it used less than 45% of the file space/bandwidth for the settings I employed as compared to your original "0706_split_brain_red.mov" original file.

  • How do I get an embedded quicktime file to appear "activated" w/playback & volume upon opening PDF?

    I am new to adobe acrobat, and I'm using version 8.  I am trying to insert quicktime videos in a PDF File.  I have figured out how to insert the video files and embed them in the PDF.
    However, when I save the PDF, close it, and then re-open the it, the quicktime file does not appear.  If I don't use a poster image, then it is just blank where the file is, but the file is there, and when I click on the empty space where I know that it has been embedded a dialog box opens about playing it just this once, or making it a trusted file, etc.  Then it plays, and the volume and playblack controls, along with the background, are visible. (it is actually just an audio track in a quicktime file, so nothing is playing but the audio, and the background is solid black.  I have set it up so that it stays there once activated.
    What I want is for the volume and playblack controls and the black background to appear as soon as you open the PDF file, without having to click in the blank area where the file has been inserted.  This is going to be part of a portfolio that I am submitting for a school program, so I need the person that is opening it to be able to clearly see where the file is, and see the playblack and volume controls so that he can playback the file.
    So how do i get the embedded quicktime file to automatically show up in "activated" mode, with the playback and volume controls visible and ready to be used?
    Any help would be greatly appreciated.
    Thanks...

    If the video is only linked it would reduce the file size of the pdf and it would make it accessible for people opening on a device (like iPad) which does not allow flash which must be installed with Acrobat to view embedded media.
    But I would recommend to send the people only a link to the PDF. I hate it, when my iPhone filled with useless stuff, if I would like to see it I could donwload, but as attachment make my space overfilled.

  • Problem embedding quicktime files

    Hi,
    I run a website with embedded quicktime files at www.tubespot.com. I have a problem viewing the quicktime files using Safari. The page seems to work fine on any other web browser.
    I copied the code for the <object> tag and the <embed> tag straight from trailers.apple.com. And in Safari, if I refresh several times, eventually it will show the video. This is true on any of several macs running Panther and Tiger.
    Also, when I put forth just the <object> tag it works every time. But in the context of my site, it often doesn't show up. I've tried playing with the tag specs to make sure there's way more than enough room, etc., but I cannot seem to make it consistently show up.
    Can anyone look at the code and offer any insight to the problem? Is anyone able to reliably see the videos using Safari?
    Thanks,
    Chris

    Read Bill Hunt on a file type as WRAPPER
    http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    Report back with the codec details of your file, use the programs below
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainfo.massanti.com/
    Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project

  • Embedding quicktime files to be viewed in mobile safari on iphone

    I'm trying to place some quicktime files i've made on my site so that they're viewable on my iphone's mobile safari browser. I can't seem to get it to work, anyone else have any luck?
    Currently i've exported it as .mov, and .m4v several different ways including using QTPro, FCP, and compressor and always selecting the iPhone option.
    Is there a certain type of html the iphone needs to have the video embedded with in order to read it on the iphone?
    My current result is either the phone says "can't download file" or "quicktime can't play file"

    i'm not sure the iphone supports .mov files. try exporting as a .mp4 (MPEG-4).
    http://www.apple.com/iphone/specs.html

  • Get Embedded Quicktime Files to Load LAST?

    This is a long standing issue for me and I haven't been able to find a solution.
    Is there a way to force embedded Quicktime media to load last on my iWeb created pages? Often, when I have an .mp3 or worse, an .mov; a few of the page elements load on the browser screen, but then the movie file loads and, until it is fully loaded, the rest of the page elements do not.
    Please help. This is really a big deal to me as I add more and more blog entries.

    Possible workarounds that don't load the movie until the play button is selected:
    Opening Item in a New, Precisely Sized Window
    QT Movies via Export for Web in QT Player
    OT

  • Embedded quicktime files in website

    Hi
    whats the best method of embedding some .mov h264/mp3 demos in a website WITHOUT having the videos load on page load. essentially i want an embedded player like the JW FLV Media Player which you see on blogs all the time and doesnt load the video until the user clicks on the video image - problem is it dosent work with my .movs, are there any other flash-written embedded players that will?

    The technique is known as a "poster movie" page.
    A simple image file format saved as a .mov file. It loads the QuickTime browser plug-in (testing the machine for a QuickTime install) and just "waits" for a viewers "click".
    The click triggers the HREF link and the "target" (browser window, new browser window or QuickTime Player) downloads and displays the file.
    Advantages to this method are obvious. The image format "poster" is a very tiny file size. Nothing happens until a visitor click on those images so you could have dozens of them on a single page. Nothing downloads until a visitor clicks which saves you tons of bandwidth usage.
    One of my pages as an example:
    http://homepage.mac.com/kkirkster/03war/
    Another method is a QuickTime Media Link file. These are tiny .qtl files that are "text based" links you can add to your page(s). Because they are text based URL's you could disguise them in the body of an html file page text. They measure in KB's (bytes, really) and a click on them would download to the viewers computer. If they have their browser set to open "Safe" files the QuickTime Player app would launch and the file would play using the Presentation settings you set for the file.
    Another of my files as an example:
    http://homepage.mac.com/kkirkster/.Public/TouchofGrey.qtl
    If my example reverts to the "small" version please wait about 30 seconds and then hit Command-F to revert to full screen so more data can download.

  • QuicktimeX Not Streaming Apple Trailers or Embeded Quicktime Files

    For examples, going to http://www.apple.com/trailers/wb/invictus/ and clicking "Large" or any other format brings up a black box with a link saying "QuickTime required. Free download". Clicking an hd format (480, 720, etc" does absolutely nothing. Nothing loads, no progress bar, no downloads windows. This happens in both Safari and Firefox.

    I too cannot get movie trailers to play on my macbook running leopard. If I go to the apple website to play trailers.. I get an error that says "quicktime required,. free dowload". I try to download it and its version 7 of quicktime so I get an error message saying it can't be installed because quicken x is already installed. All I am trying to do is play some movie trailers. I tried trashing quicken x and re-installing form the mac oxc snow leopard disc, but that didn't fix it. Same thing happens. 'm perplexed?

  • Embedding Quicktime On Website

    Hey,
    I'm working on a website that involves embedding a few movies I've made as quicktime files.
    Here's a link to the site so that you can see what I am talking about:
    www.nathan.onemightymyth.com/movies
    I've set it up so that when the person clicks on the link to the movie, a small pop-up window opens, and the movie loads in that window.
    The problem is, for some reason quicktime doesn't seem to want to load right away. Usually, when I watch movies online in embedded quicktime files, the player shows up, even before the video is loaded completely, and you can watch the download progress on the little slider bar.
    For some reason, on my website, quicktime will not open until the file is completely downloaded.
    I'm not sure if this is an issue with the script, or with the format I use when I create the file?
    Here's the script I used:
    <embed src="http://www.nathan.onemightymyth.com/movies/station/Station.mov" width="300" height="216" bgcolor="#000000" autoplay="true" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime">
    Dell XPS 400   Windows XP   using Premiere Pro 1.5 for Exporting *.mov files

    Thanks for your help. We're getting somewhere.
    I've replaced my code with the correctly one, thank you very much for bringing that to my attention, QuickTimeKirk.
    However, I can't seem to find the "Fast Start" feature when encoding my quicktime files.
    I'm using Adobe Premiere Pro to encode quicktime, but am willing to download any programs that do have this feature.
    I've posted a message on an adobe forum asking if anyone knows anything about this "fast start" thing. So maybe someone will answer that for me, but if anyone knows where I can find this feature, please let me know. Thanks again.

  • Embedding a quicktime file into a page

    hey guys. Im trying to embedd a quicktime file into a page
    ive made. I found this tutorial online.
    http://www.csupomona.edu/~llsoe/42101/premiere/playmov.htm
    I embedded the file but when i try to play it its telling me
    "Unable to find the plug-in that handles this media type. " When I
    play the movie in quicktime its fine, buyt I cant get it to play on
    the page? Has anyone ran into this before? Thanks

    There is a great extension that will do it all for you and
    it's free...it's here:
    http://www.adobe.com/cfusion/exchange/index.cfm#view=sn106&viewName=Exchange%20Search%20De tails&loc=en_us&authorid=32895559&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=0&ex tid=1007547&catid=0

  • Embedding quicktime movie???

    hi, i'm struggling to load a .swf with an embedded quicktime
    mov into my flash page using the preloader + loader components in
    flash mx 2004!
    i've followed the help: "To create an application with the
    ProgressBar component in event mode:..."
    the loader works but the sound in the embedded mov starts
    playing before the visuals - pls help!!!
    this is the code on the 1st frame of the original SWF to load
    the SWF with the embedded .mov:
    stop();
    loader.autoLoad = false;
    loader.contentPath = "graphics/sponsjan_clip.swf";
    pBar.source = loader;
    // loading does not start until load() is invoked
    loader.load();
    and here's the final page:
    http://www.thebornkreative.com/promo/SponsJanBlokBroekies.htm

    Thanks Daniel. Your suggestion was correct.
    In order to access the quicktime movie file I had to use the following path:
    /<portal-name>/portlets/<portlet-name>/<movie-name>.mov
    "Daniel Selman" <[email protected]> wrote:
    Khosro,
    Khosro,
    My guess would be that the path to "sample.mov" is different depending on
    whether you access
    the page directly or the portlet is included within the overall Portal
    page.
    As an experiment, try changing the URL to an absolute path, or copying the
    file into the same location as your other portal resources.
    Sincerely,
    Daniel Selman
    "Khosro Beechey" <[email protected]> wrote in message
    news:3cc96a76$[email protected]..
    "Khosro Beechey" <[email protected]> wrote:
    Has anyone successfully embedded some form of movie file within a
    portlet.
    I have
    tried embedding a quicktime movie file (in a jsp and html file) and when
    I view my
    portlet within the portal page I get the following error message "Thedata
    that the
    plugin requested, did not download successfully.". However, when Idirectly
    access
    the content file (.html or .jsp) the quicktime movie file displayscorrectly.
    Any
    suggestions?
    Here is a the code snippet that I used:
    <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"WIDTH="160"HEIGHT="144"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
    <PARAM name="SRC" VALUE="sample.mov">
    <PARAM name="AUTOPLAY" VALUE="true">
    <PARAM name="CONTROLLER" VALUE="false">
    <EMBED SRC="sample.mov" WIDTH="320" HEIGHT="240" AUTOPLAY="true"CONTROLLER="false"
    PLUGINSPAGE="http://www.apple.com/quicktime/download/">
    </EMBED>
    </OBJECT>The string, WIDTH="160"HEIGHT="144" should read WIDTH="320"HEIGHT="240".... typo
    error.

  • After Effects CC stopped working with QuickTime files

    I can not reliably use QuickTime (Animation or ProRes codec) in my timeline. I also can't export to QuickTime. I believe accepting the latest update to CC or my system software initiated this problem. I did not have this problem last week. I have converted all of my source QTs to .PNG sequences and .AIFs as a work-around.
    System Details:
    CS 6 CC | Mac OS 10.8.4 | MacPro5,1 | 96 GB Ram | PROJECT & MEDIA drive: Mercury Accelsior > 500 MB/s read/write | CACHE drive: Mercury Accelsior > 500 MB/s read/write | Nvidia Quadro 4000 Mac | CUDA Driver: latest update.
    Troubleshooting Info:
    • I've read this article: http://blogs.adobe.com/aftereffects/2011/02/troubleshooting-quicktime-errors-with-after-ef fects.html
    • I don't have Blackmagic or Aja, but I do have Nvidia Quadro 4000 Mac with the latest Nvidia and Cuda drivers. I'll try uninstalling... but I may want to raytrace in the coming days.
    • I've trashed the 12.0 folder and rebooted many times
    • repaired permissions
    • Multi-threding on/off doesn't matter
    update
    • "QT32Server process" appears then disappears Activity Monitor when I try to render ProRes (output module fails...)
    • No firewall
    • Uninstaled Nvidia driver. Restarted. Same problems.
    and then
    • Created a fresh admin user. This seems to work for now: I can read and write QTs through AE again. I'll update if there are any changes.
    update again
    • Once again, I  can not import ProRes QTs into AE CC. Making a new user only worked for 2 launches. The only software I used with this system/new user was Adobe AE CC, PS CC, and Safari.
    Any suggestions?
    Best,
    Benjamin

    Hello,
    My team and I have been following this thread - we've been having very similar issues. Namely the 86::2 error and "MooV file is damaged or unsupported."
    We had these issues on two machines from the first time we ran Ae CC and Pr CC early last week and were on OS 10.7.5. So we did a clean install and upgraged to Mountain Lion.
    System Info: CS 6 | FCP 7 | 2x2.93 GHz 6-Core Intel Xeon | 64 GB 1333 MHz DDR3 ECC | NVIDIA Quadro 4000 2048 MB | OS X 10.8.4 | Latest CUDA drivers | AJA KonaLHi drivers 10.4.4 (we have moved back from 10.4.5 upon reccomendation from AJA tech support.)
    The second machine is the same as above, but with 20 GB of ram.
    (Red Giant plugins were installed after the crashes on the clean install)
    We are networked with an XSAN.
    On my machine, the first listed above, I seem to have stemmed the issue in Ae by uninstalling Premiere. Without Premiere none of the problems in AE occur.
    On my clean install the timeline of app installation went: first FCP, then Ae, then Pr. When I installed Premiere the problems arose again, 86::2 error and MooV error and the issue still arrises on the 20 GB machine when switching between Ae and Pr.
    I hope that makes sense.
    We will troubleshoot the Quicktime files tomorrow. I hope this can be helpful!
    Thanks.
    Adobe Crash Report Links:
    https://dl.dropboxusercontent.com/u/8857265/Adobe%20Troubleshooting%20-%20Reports/Adobe%20 QT32%20Server_2013-07-31-150909_Edit-TWO.crash
    https://dl.dropboxusercontent.com/u/8857265/Adobe%20Troubleshooting%20-%20Reports/After%20 Effects_2013-07-31-154601_Edit-TWO.crash
    https://dl.dropboxusercontent.com/u/8857265/Adobe%20Troubleshooting%20-%20Reports/After%20 Effects_2013-07-31-155938_Edit-TWO.crash

  • PDF attachments in Mail play like QuickTime files

    This is really off the wall and a problem for which I have searched, without success, for an answer.
    Using SL and Apple Mail, when I receive an email from one other Apple user, with a .pdf file attached, the first page of the .pdf file opens in Mail and when you get to the bottom of the first page of that email, you are presented with a slider, as in the type on which you click to play a QuickTime file. Click on it and subsequent pages of the .pdf file flash by, one after the other, too quick to read.
    To see what I mean, look at the screen shot I took of the bottom half of one of his incoming emails.
    https://files.me.com/bikerbob38/ybduxw
    Is this weird or what?
    Any suggestions, observations, thoughts??
    Thanks

    Thank you, Linc.  I have followed your advise and downloaded Tinker Tool and changed the preferences as suggested.  I haven't tested it yet, though.  If it doesn't solve my problem, I'll so advise.  If it does, I'll be hitting the "This solved my question" button.
    Still getting acquainted with Lion.  I'm sure I'll have more questions.

  • Files downloaded turn into QuickTime files and not iTune Files!

    Hi folks,
    I am downloading some songs from mp3search.ru (very very cheap mp3 site) and they are downloaded as iTune files (which is what I require), however, when they download fully they become Quicktime files!
    I now have to change them individually to be opened with iTunes but they remain QT files!!
    How do I stop QuickTime from being the default and dictating itself as the main MP3 player?!
    Thanks
    Tc

    well, today I browsed iTunes, happened to find something I liked and thought I'd give it a go..
    After checking this bit:
    Import in An Instant
    To import songs into iTunes, just insert a CD into your computer and click Import CD. Or set up iTunes to automatically add music when you insert a CD. Either way, iTunes imports music in a snap. iTunes saves music from your CDs as high-quality AAC files — a format that builds upon state-of-the-art audio technology from Dolby Labs. But you can choose different audio formats, too. iTunes lets you convert music to MP3s at high bit-rate at no extra charge. Using AAC or MP3, you can store more than 100 songs in the same amount of space as a single CD. iTunes also supports the Apple Lossless format, which gives you CD-quality audio in about half the storage space.
    then registering an account I felt sort of confident, not in the lack of looking, the information is just hot air anyway rwitten by halfwits, but this was what it seemed..
    BUT LOW AND BEHOLD,
    None of this happened
    I end up with M4P files.... *** are those...
    Burning my new purchase onto a disc didn't work in my stereo
    I'm really p*ed off about this matter, measly 10 $ maybe, but the disappointment in being aggravated this way adding to increasing dismay, that you don't get anything face value from practically any commercial company anymore, seriously gets my fumes going, cos I could have gone to the record store, taken care of everybody and probably walked out with two great discs for the same price and half the time I spent sorting my anger
    I'll say it again, software designers stay the f* out of my way and start doing your jobs and provide the service you advertise using the KISS principle... stop jacking around
    H*ll even the buttons in here don't work, trying to highlight in italic the quote from iTunes store...
    Someone explain me how I get, as they state I could and should, buying my record in the iTunes store and get it on a CD so I can play it on my stereo, cause as we all know the G5 comes with f* all speakers..
    Kind regards with a bird to all these internet scams
    G5   Mac OS X (10.4.5)  

  • Acrobat Pro: Making timecode visible in embedded sound files?

    Hello.  I teach music history courses.  For copyright purposes (i.e., to prevent music theft), I am embedding sound files in PDFs for student use.  Some of my commentaries have timing cues (e.g., Horns enter at 3'38"), but I've not found a way to make the timecode visible to the students.
    Time codes are, of course, a standard feature on most music players (iTunes, Quicktime, WMP, etc.), as well as on many Flash players.  It seems reasonable that the media player in Acrobat should have a similar feature, even if disabled by default.  But if it does, I have been unable to locate or enable it.  Does such a feature exist on Acrobat?
    If not, does anyone have a recommendation for a possible alternative?  Thanks.

    You do know that as of Acrobat 9.0 you are able to include Flash Movies in PDFs. Now as to how that works I couldn't tell you as I haven't used Flash much even though I have it as part of Studio 8.

Maybe you are looking for

  • How to save a query in package and transport it?

    i have saved a query as local object? now without making any changes to it, how to save it in a package? and please give me step by step procedure to transport query from one server to another server?

  • Update XBOX Live Contract payment method through Best Buy

    I have XBOX Live Gold Membership I bought on contract through Best Buy when I bought my XBOX console. I no longer can use my console because I get a message that states my payments are not up to date. I need to update my payment method for the member

  • Navigating between several pages

    I have 3 pages - let's say a.jsp to display categories, b.jsp to display products, and c.jsp to display a product a.jsp will have a list of categories which will be links. Each link will go to b.jsp, which will display the products associated with th

  • Design Mode not displaying

    I have some old (from the year 2000-2001) html files that would show up in the design editor in Dreamweaver. I am now using Dreamweaver CS3 and the design mode only shows my background. When I click on the 'split' icon to show both design/code, the c

  • Problems with IPC

    Hello together, we' re building a ISA-like java-application for a customer. We try to use the same framework as the standard isa-app. Via IPC we are getting the characteristics of a product und configuring it. This works with the 3.1 version of the c