Several videos on one page + stop preload

hi, my name is philipp a i'm new in this forum.
i am looking for a solution to this problem:
i have on one webpage several videos and i want to stop the preload function.
that makes the whole site very slow.
are there any solutions? i dont want to have one site for every single video.

Welcome to the Apple Discussions. Another alternative is the method used and described on this demo page: Opening Item in a New, Precisely Sized Window.
There are 8 videos on this demo page using that method: PhotoPresenter Animated Slideshow Themes.
OT

Similar Messages

  • Insert several videos in a Pages file

    We have recently created a complex book in iBooks Author and as it was very interesting we wanted to make it available too in iPhone so we prepared a simpler version using Pages instead of Author.
    The problem was that we inserted several videos on a Pages file in order to upload a book visible on iPhone.
    When we send it to our iPhone we saw all videos were the same, and it was the first one we inserted.
    Trying to solve this problem, we decompressed epub file, looked into /OPS folder and we saw all <video src codes included the same video. It seems Pages rasterized each video under a new one and gives it the name of the book we defined in Pages.
    We saw all videos inserted in the book were all the same.
    Then we edited (with Dreamweaver) xhtml files and changed manually the name of the video in <video src codes and also added all m4v videos needed into /OPS folder. Also we added new elements into opf file.
    We recompress all folders into a zip file, rename it to epub and send to iPhone via Proofer and it worked fine and we saw all 8 videos correctly
    However, when we tried tu upload to Apple Store by means of iTunes Producer (last version) we get this error:
    1 package(s) were not uploaded because they had problems:
              /Users/un/Music/iTunes Producer/Playlists/Vernacle_iPhone.itmsp - Error Messages:
                       Apple's web service operation was not successful
                       Unable to authenticate the package: Vernacle_iPhone.itmsp
                       ERROR ITMS-9000: "Unable to parse opf file: container.xml" at Book (MZItmspBookPackage)
    Any ideas?
    PS as a reference, the same book in iBooks Author worked fine with each video correctly placed.

    When you post code, please use[code] and [/code] tags as described in Formatting tips on the message entry page. It makes it much easier to read.
    I'm confused, you are returning a GIF, not a PDF in the code below, but you are telling the client you are returning a JPEG.
    Graphics2D.drawImage
    ImageIO.read

  • Multiple HTML5 Videos on one page

    How can I get more than one HTML5 video on one page?  When I tried to place 4 3-sec videos with autoplay and looping, only the first one plays.
      <video height="300" weight="300" controls preload="none" autoplay loop>
    <source src="video1.m4v" type= "video/mp4"/>
      <video height="300" weight="300" controls preload="none" autoplay loop>
    <source src="video2.m4v" type= "video/mp4"/>
      <video height="300" weight="300" controls preload="none" autoplay loop>
    <source src="video3.m4v" type= "video/mp4"/>
      <video height="300" weight="300" controls preload="none" autoplay loop>
    <source src="video4.m4v" type= "video/mp4"/>
    Thank you

    Hi
    Unfortunately you cannot, as most browsers use an "exclusive OR" code for playing videos, which means that only one will play at a time. The reason for this is that if they did not do so you could have multiple soundtracks playing at the same time.
    There are 3rd party players that will do this though, (sorry cannot recommend any specific player, but try a search).
    PZ

  • I need an idea how to place multiple videos on one page

    Multiple videos on one page in Muse neded for a video portfolio..
    Anyone got a great idea how this can be done please. (or direct me to a tutorial link - doing one is all I can find)
    I am happy with either embedded or Menu linked on objects to videos.
    Youtube is hosting the videos
    I just cant find any way to put hyperlinks or urls in objects and I can not find a way to make small video players in Muse.
    If I scale the container ..things go very weird. eg the video goes tiny and into a corner.
    I feel like I am working with half a tool box!!!
    I cant even find a template where this has been done.
    Any help is appreciated. Thanx.

    That works perfectly thank you.
    Now I am wondering if I can have a single "viewer" that will play any selected video from a button , a menu or other trigger?
    Info for others if required. :  The You tube ID required in the widget setting is not the URL.  Its an alpha/numeric obtained from part of the YT embedding code.
    example - the bold underlined section
    <iframe width="720" height="405" src="//www.youtube.com/embed/w6ZcCOCihuY" frameborder="0" allowfullscreen></iframe>

  • Multiple videos on one page - need to keep all visible once played

    Hello all,
    Firstly, I'll admit that I'm a novice as far as DPS goes...the app I'm working on is only my second attempt. I've managed to put the bones of it together, but I'm having problems with some video files.
    I only realised today that you can't use InDesign's animation facility as it uses Flash (this app's for the iPad).
    This is what I need to achieve: on one page, there are numbers 1, 2 and 3, running vertically. These are buttons. When each button is pressed, I want a line of text to fade in next to it.
    I couldn't get this to work with an image sequence so I've created three movies. I dropped the first one in and it faded in fine when button one was pressed.
    The problem is - when I press button 2, the text (movie) next to button one disappears. Is there any way to keep all three movies showing their last frame at once?
    Sorry this is a bit long-winded....hope you can help people!
    Cheers,
    Anth.

    I would rather use MSOs to get the effect you describe.
    For each button a 2-state MSO would do the job perfectly.

  • Multiple videos on one page

    so i have created a website (which i haven't posted yet) in iweb- my question concerns video on iweb. on one page i have 5 videos that range from 20MB to 60MB, i would like these videos to download without a lot of wait time. curious what the wait time for this page would be? and also, would it be better to create a picture and then a hyperlink to each video? would that be faster? would preferably like to have multiple videos play on the page rather than hyperlinking to another page, but from what i've read, it sounds like it takes a while to download a page like that. also, i am not going to use mobileme, most likely godaddy.
    thank you.
    ben

    I just learned from toad yesterday...and I was where you were. I was afraid to try the code thing. But I kept pushing till I figured it out.
    I also publish with GoDaddy. They are very Mac friendly.
    My suggestion is that you upload your video file to Godaddy first. I used Cyberduck (free). When you get Cyberduck up and your file uploaded to the server, look (navigate) on the Cyberduck interface to the video file you have created the button for.
    Then, go to "Get Info" in the pulldown menu. You will see the URL that GoDaddy has assigned to the video (basically the Directory/Path).
    This is the info you want to put in the code part on iWeb where (in red) you replace the template text.
    To help you understand what Toad has published in red:
    1. the first red is where the URL path from the Cyberduck info goes.
    2. the second reds are the size of the Video you want to display. I find that 640x480 works very well.
    3. the last red is what your button will say: replace with "Click to Play"
    BIG HINT: Get Quicktime Pro. That interface will allow you to save your vide as a "Fast Start" video for uploading. I think this is Apple's equivalent of Flash.
    Once you get your stuff in place you will probably have to have a few phone sessions with Tech support at GDaddy. They can spot your mistakes and help get you up.
    Good Luck. This was all new to me and very intimidating - but 48 hours later I was able to have it all working.
    I even got it working on Network Solutions - but it was much more of a headache.
    For large video files, though, NetSol will let you put your videos on a Streaming Server for faster and more reliable service. Problem is that server only works with RealMedia and Windows Media Player...and who wants to convert all their QT files.

  • Convert several videos into one

    I have several video clips that I would like to link together so they would show as one movie or iDVD
    I have iDVD version 6.0.4
    Is this possible?? If so will you explain the process?

    Mistake to have posted in iDVD '08
    My version of iMovie is 6.0.3
    iPhoto version 6.06
    iDVD 6.0.4
    These are placed individually in my applications folder.
    I could not find an iLife package, just the individual applications.
    My video clips are in MPG format.
    Should I upgrade to the latest version of iLife?? Does one have to subscribe annually? I hate to have to do this as this is a one time thing.
    I will appreciate any help you can offer.
    Thank you so much.

  • Won't play multiple videos on one page.  Ignores POSTER FRAME.

    Three questions really. I have iweb '09, the latest everything, blah blah....
    1) I just update my iweb page and it's now showing my URL twice, in the URL--any thoughts.
    2) Also, I have three quick-time movies on one page and only the top will play. Why don't the other two play?
    3) I've taken "auto play" off and the poster frame I set won't work either. Anyone know why it's ignoring poster frames I set?

    Two of your files are .mpg (MPEG-1) and the other is a .mov file but does not display in my browser.
    No poster frames for MPEG-1 formats.
    http://www.pulseproductions.org/pulseproductions.org/Media/Dance-H.264%20800Kbps .mov is the location of that file but it doesn't work from your server unless manually linked (like I did above).
    Your server doesn't like "spaces" in your file names. Try renaming your files to remove them.

  • Acrobat 7.1.0 multipage print job goes one page at a time

    This condition existed before I installed the lastest update but it has not gone away so it must be a setting. When I send a multipage document to my printer (laserjet 4000) from Acrobat Professional the printer will start up (wakeup), print one page, stop the printing process (explained below) and then restart/wakeup and print the next page. It could take 3 or 4 minutes to print a 10 page doc.
    By stopping the printing process I mean the display will return to "Ready" the the printer will make that whining down sound like it is completed a print job and stop for 10 seconds or so. It then starts all over.
    When I print from any other program the printer starts up and stays running until the print job is complete even if it is 50 pages or so.
    Any thoughts?????
    Thank you in advance!!

    Many different factors could be causing this, but there's no way to tell from this end what it could be.
    The first thing I always recommend is to check for driver updates online. Even if a newer version doesn't exist, you should download and reinstall the printer driver. Never hurts to do that, and sometimes it solves the problem... especially in cases like yours, where the printer model is old but the software you're working with has continued to be updated. HP seems to have the most trouble across different applications; these printers never seem to be fully compatible with all new software versions, no matter what software it is. Seems like there's always something that doesn't work quite right.
    Assuming you've done that and it didn't help, next look at what you're printing.
    Is the PDF heavy in graphics? How large are the graphics---what resolution are they and if in color, what color format (I use the demo version of Quite a Box of Tricks plug-in for this: http://www.quite.com/box/)? At what resolution are you printing? Do the images contain transparencies?
    Have you (or whoever creates the PDFs) changed any color management options? What happens if you use the Quite plug-in to convert colors to greyscale? (The demo version will place an X over the page but you'll at least be able to tell whether it makes a difference.)
    What is the PDF file size? Have you tried optimizing the PDF before printing?
    All printers and printer drivers are different, giving different options in the Print dialog, so I can't give you anything very specific to look at there... but look for your print quality option. Is it set to "high" (or "best" or whatever your printer calls it)? If so, change it to normal quality and see if that speeds things up.
    Those are just some things off the top of my head that you might want to look at. Please report back with your results.

  • Multiple Movies on one page.

    Hello All.
    I a doing a keynote presentation which will be fairly interactive.  The plan is to show some of our work off on one page, so maybe 6 videos on one page.
    I have got it so they they start individually  a click each time and i have made it so i can use the mouse but I don't want them to play in a particular order I will be showing people in small groups and showing them what's more suited to them.
    So what I want to do is be able to have it so I can just use the mouse and go to any movie and play it, at the moment i have to let it play by the one click method to get the controls to do anything with it and so they have to play in order. 
    I have look everywhere so any help at all will be helpful!
    Thanks,

    Hi there
    If you place a Button or Click Box object on the slide it should stay put until the user clicks it. (Well, it will as long as you configure the Slidelet as "Click to stick".)
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • 2 Videos on one slide

    It seems as I'm having a great deal of problems with Captivate today.
    I need a slide that contains 2 videos.  One plays on slide opening and then the other video to display when the first one is finished. I've tried Blank slides and Insert Slide Video.  Both give me the error message - "The slide already contains a slide video.  Remove the video to continue."
    Is there a way to have 2 videos on one page??

    Hi there
    Why not simply have two slides with a video on each? After the first plays, transition to the second slide and second video.
    If the vids play one after the other, not seeing why two slides won't do the trick. The user will never know.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Printer prints one page, then stops

    I've had my printer for several years. Now, when I try to print a multiple page file, it prints one page and stops. I have to print each page individually. It never used to do this.

    Hey ,  Thank you for posting in the HP Support Forum.  I understand you're encountering a partial print job issue when using your HP LaserJet Pro CP1025 Color Printer.  I would like to help.  Firstly, I recommend you run the HP Print and Scan Doctor for Windows.  You can click here to install.  This utility might find and fix whatever's ailing your setup.  Additionally, if this approach doesn't help, I suggest working your way through the steps listed in this article from HP.  It should help rule out potential print queue issues.  Lastly, it won't hurt to clear out your temp files as directed below:  Clear Temp Folder:  Open your Start menu and in the 'search programs and files' box type %temp% and hit enter.When the Temp folder opens select Ctrl + A at the same time on your keyboardOnce everything is highlighted in the Temp folder select 'Delete' on your keyboard to delete the files within the Temp folder. No files and folders on your actual computer will be removed. This will only delete Temporary files. If a file is still be used by a program on your computer you will get the pop up to 'skip' the item.Once the Temp files are deleted close the windowOn your Desktop, right click on the Recycling Bin and select Empty Recycling BinPlease let me know the result of your troubleshooting by responding to this post.  If I have helped you resolve the issue, feel free to give me a virtual high-five by clicking the 'Thumbs Up' icon below and clicking to accept this solution. Thanks again for your post and have a great day!   

  • In pages, when a create a document, potions of it, say several pages will be clumped together and it effects me editing their order.  It is like they are forever joined- How do I edit my document and print just one page or move just one page?

    In pages, when a create a document, potions of it, say several pages will be clumped together and it effects me editing their order.  It is like they are forever joined- How do I edit my document and print just one page or move just one page?

    May you open your eyes before creating a new thread ?
    Your question was already asked and answered today.
    https://discussions.apple.com/thread/3177074?tstart=0
    Yvan KOENIG (VALLAURIS, France) jeudi 14 juillet 2011 14:40:40
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How can i print a one page spread sheet without having it spread over several sheets of paper none of which is complete?

    I have an iMac less than 1 year old with lion o/s and numbers. i have been spoiled in the printing of spread sheets on PC's. I find it impossible to print only 1 page when printing a single page spread sheet. The result is my spread sheet spread over several sheets of paper with no usable spread sheet printed. Can anyone help this 86 year old man who has been to the Apple Store twice to learn this but I still have trouble. Thanks in advance for your help. jim

    Jim,
    Take heart.  We can help.
    First turn on page view so you can see how the content of your sheet fits on the page(s).  A Numbers document contains sheets (listed on the left) which in turn contain tables, charts, text, and graphics.  Select the sheet you want to print on the left, then enable page view by selecting the menu item:
    "View > Show Print View":
    Now you should see your content and how it fits on one, or more, pages.  If thie content is too big for one page use the controls and the bottom left of the window to expose the sheet controls:
    Here a table is too big to fit on one page:
    slide the "Content Scale" slider so the content fits:

  • Hi, My printing has suddenly changed in adobe to a large scale, as in, what should be one page of print comes out as 24 pages?   I havent changed anything, its happening on more than one document also, I have to stop my printer before all the pages spew o

    Hi, My printing has suddenly changed in adobe to a large scale, as in, what should be one page of print comes out as 24 pages?   I havent changed anything, its happening on more than one document also, I have to stop my printer before all the pages spew out. I have tried printing 'one single page' and it does exactly the same? Help?

    Is the Poster Print feature turned ON?

Maybe you are looking for

  • IE 11 - Sharepoint open in windows explorer not working

    In my IE 11 - Sharepoint open in windows explorer don't work. It appear always error message "Your client does not support opening this list with Windows Explorer" Already installed FIX ( http://support.microsoft.com/kb/2846960) Restart laptop Then S

  • Gregorian Calendar - Week 53 not displayed

    Hello all, My question is really quick : I'm displaying a DateNavigator in a Webdynpro Iview and the week 53 is missing.... how can I display it? I changed the Location values : - the default location is en_US - the location in parameter is FRENCH I

  • Smart Object Display Issue CS5 - Anyone else?

    I created a new PS document (CS5 Mac latest version) I have a few layers I grouped and made a smart object for ease of updating and reuse. Problem is my smart object just randomly disappear or even sppear to be "erased" by other layters if i move the

  • Effects on moving backward

    All, When moving forward with the slides while giving a presentation, one can create beautiful effects between slides. Is it possible to have the same effects in reverse when moving backward as it looks a bit non-professional when giving presentation

  • HT1766 how do i permanently delete an app from icloud and phone

    How do I permanently delete a purchased app from icloud, itunes and phone?  I don't want it showing up anywhere.