Need help fast - iPhoto slide show on Windows ?

Hi,
I am really needing your help with this. I have created a slideshow in iPhoto for a funeral service for our uncle which is being held this evening. However, I just found out that they need to view this slideshow on a Windows computer.
HELP !! I tried exporting the slide show to iDVD but just want to burn a DVD that will play this looping slide show along with the iTunes playlist they already have set up on this Windows laptop.
Do I have to go through all the theme stuff in iDVD just to create this slideshow that will keep looping ? I don't want it to go back to the chapter menu everytime it finishes.
I am under a really tight time line to get this done...please help.
Thanks !

I'm not an expert on this, but...
Have you tried exporting the slideshow to a Quicktime Movie? (Select the slideshow, then File>Export). You could burn that to a disc just as a file and play it in Quicktime on the Windows PC. Quicktime has a loop function, so you wouldn't have to mess with chapter menus, etc.
Maybe someone with more experience has a better idea.
Good Luck,
Karen

Similar Messages

  • Need help with image slide show using xml

    I have a flash document that pulls up images using xml but I
    would like for the images to also link to different urls and to be
    able to change these links in the XML document. I have included my
    code
    Also my xml file looks simular to this
    <images>
    <pic>
    <image>images/1.jpg</image>
    </pic>
    <images>
    Please if anyone can help me that would be great. Once again
    I would like for these images to be able to link to a url and to
    read the url in my XML document.

    Here's my quick suggestion:
    Add a <link> child element to your <pic> elements
    - each <link> would be a sibling of each <image>, like
    this:
    <pic>
    <image>filename.jpg</image>
    <link>
    http://www.example.com</link>
    </pic>
    Then, in your loadXML function, add this:
    link = []
    for(...){
    link
    = xmlNode.childNodes.childNode[2].firstChild.nodeValue
    Finally, in each function where you call picture.loadMovie(),
    add a line below it:
    picture.onRelease = function(){
    getURL(link
    Best,
    Brian Driscoll
    Owner
    Driscoll Web Development
    http://driscollwebdev.com

  • Need help with Flash Slide Show

    Hello, Flash friends.
    I recently put together a Flash photo album for a client of
    mine. She wants to be able to upload new images, so I created it
    with XML using the following action-script:
    function loadXML(loaded) {
    if (loaded) {
    xmlNode = this.firstChild;
    image = [];
    description = [];
    total = xmlNode.childNodes.length;
    for (i=0; i<total; i++) {
    image
    = xmlNode.childNodes.childNodes[0].firstChild.nodeValue;
    description
    = xmlNode.childNodes.childNodes[1].firstChild.nodeValue;
    firstImage();
    } else {
    content = "file not loaded!";
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("images.xml");
    listen = new Object();
    listen.onKeyDown = function() {
    if (Key.getCode() == Key.LEFT) {
    prevImage();
    } else if (Key.getCode() == Key.RIGHT) {
    nextImage();
    Key.addListener(listen);
    previous_btn.onRelease = function() {
    prevImage();
    next_btn.onRelease = function() {
    nextImage();
    p = 0;
    this.onEnterFrame = function() {
    filesize = picture.getBytesTotal();
    loaded = picture.getBytesLoaded();
    preloader._visible = true;
    if (loaded != filesize) {
    preloader.preload_bar._xscale = 100*loaded/filesize;
    } else {
    preloader._visible = false;
    if (picture._alpha<100) {
    picture._alpha += 10;
    function nextImage() {
    if (p<(total-1)) {
    p++;
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    desc_txt.text = description[p];
    picture_num();
    function prevImage() {
    if (p>0) {
    p--;
    picture._alpha = 0;
    picture.loadMovie(image[p], 1);
    desc_txt.text = description[p];
    picture_num();
    function firstImage() {
    if (loaded == filesize) {
    picture._alpha = 0;
    picture.loadMovie(image[0], 1);
    desc_txt.text = description[0];
    picture_num();
    function picture_num() {
    current_pos = p+1;
    pos_txt.text = current_pos+" / "+total;
    As you can see, the images can only be viewed by clicking a
    "next" or "previous" button.
    Well, my client has since decided that she would like to drop
    the buttons and have the images automatically change from one to
    another while the user sits back and watches. This seems like such
    an easy code to add, but I am a novice at this, and I cannot find
    any forums or tutorials that give a proper code which I may copy
    and paste into this pre-existing code.
    Can anyone offer a suggestion?
    Thank you!!!!!

    Here's my quick suggestion:
    Add a <link> child element to your <pic> elements
    - each <link> would be a sibling of each <image>, like
    this:
    <pic>
    <image>filename.jpg</image>
    <link>
    http://www.example.com</link>
    </pic>
    Then, in your loadXML function, add this:
    link = []
    for(...){
    link
    = xmlNode.childNodes.childNode[2].firstChild.nodeValue
    Finally, in each function where you call picture.loadMovie(),
    add a line below it:
    picture.onRelease = function(){
    getURL(link
    Best,
    Brian Driscoll
    Owner
    Driscoll Web Development
    http://driscollwebdev.com

  • Need help - creating QT movies from iPhoto slide shows

    I am creating QT movies from slideshows in iPhoto. I then put the QT movies on a CD. I am having no trouble doing this, but if I give the CD to a Windows user, will she be able to view it? If not, is there any way to make it Windows compatible? Are there any other problems I should be aware of before I give these QT movies for Christmas gifts?

    Any PC user that has QuickTime 5, or higher, installed will be able to view your iPhoto slide show movies on the CD.
    You must use the Finder to guarantee a PC compatible CD, however.

  • My little brother messed up with my iPod touch 4th Gen by entering the wrong password , now all data is beeing erased what should I do.The iPod is just showing the Apple Logo and some buffering icon below it.Need help fast!I'm really worried!

    I really need help this has happend 5 hours ago and the ipod os still showing the apple logo and the buffering icon below it!
    It re booted several times till now.
    Need help fast!

    - I suspect that he went to Settings>General>Reset>Erase all content and settings.  For 1G or 2G iPod that can take hours and it will likely stall out if not connected to a charging source.
    Try the following:
    - A reset.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - The connect to computer and try to restore via iTunes.
    - Id something is still showing onthe screen, disconnect from computer/charging source and let the battery fully drain. After charging for an hour, Try the reset and restore.
    - If you can turn the iPod off, se if placing the iPod in recovery mode and then restore. For recovey mode:
    iPhone and iPod touch: Unable to update or restore

  • Need Help Fast Please

    Why does this code not do what I want to happen?
    I have a 7 non functional buttons above the buttons for the days in the month and I would like to be able to layout the buttons starting on the day that the month begins and ending where it ends.
    Like in the microsoft windows calander.
    Any ideas as to how I'd do this?
    I need help fast. Please.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.util.*;
    public class MyDairy extends JFrame
         //Initilises Global Variables
         myHandler H = new myHandler();
         monthHandler J = new monthHandler();
         openHandler O = new openHandler();
         String monthName;
         JComboBox months;
         static String[] daysOfWeek = {"Sun", "Mon", "Tue", "Wed", "Thur", "Fri", "Sat"};
         static int[] daysInMonth = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; 
         JFileChooser box;
         public MyDairy()
              //Initilises the JComponents
              JMenuBar menuBar;
               JMenu menu;
              JMenuItem menuOpen;
              JMenuItem menuSave;
              JMenuItem menuExit;
              JButton dayName[] = new JButton[7];
              JButton day[] = new JButton[36];
              JPanel b;
              JPanel a;
              Calendar today = Calendar.getInstance();
              Calendar startOfMonth = Calendar.getInstance();
              startOfMonth.set(Calendar.DAY_OF_MONTH,1);
              startOfMonth.set(Calendar.DAY_OF_WEEK,7);
              System.out.print(startOfMonth);
              //Sets up the Layout
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Container c = getContentPane();   
              c.setLayout(new BoxLayout(c, BoxLayout.Y_AXIS));
              a = new JPanel();   
              a.setLayout(new GridLayout(0, 7));
              b = new JPanel();   
              b.setLayout(new GridLayout(5, 7));
              //Sets up and adds the menu bar   
              menuBar = new JMenuBar();   
              setJMenuBar(menuBar);  
              //Adds the File menu
              menu = new JMenu("File");   
              menuBar.add(menu);
              //Adds the menu items      
              menuOpen = new JMenuItem("Open");     
              menu.add(menuOpen);
              menuSave = new JMenuItem("Save");     
              menu.add(menuSave);
              menuExit = new JMenuItem("Exit");     
              menu.add(menuExit);
              //Produses the ComboBox
              String[] name={"January", "Feburary", "March", "April", "May", "June", "July", "Augest", "September", "October", "November", "December"};
              months = new JComboBox(name);
              int m = today.get(Calendar.MONTH);
              int d2 = today.get(Calendar.DAY_OF_WEEK);
              System.out.print(d2);
              months.setSelectedIndex(m);
              months.addActionListener(J);
              c.add(months);
              c.add(Box.createVerticalStrut(10));
              switch (months.getSelectedIndex())         
                       case 0: for (int i=1; i<36; i++)                          {                   
                         if(i<4)                
                            day[i] = new JButton();                  
                            day.setEnabled(false);               }               
    int k = 1;                
    day[i] = new JButton(" "+k);                b.add(day[i]);                
    day[i].addActionListener(H);               k++;               
    }break;          
    //other case statement up to 11 are simaliar          }                     
    c.add(a);
              //Produces an Array of Buttons
              for (int i=1; i<36; i++)
                   day[i] = new JButton(" "+i);
                   b.add(day[i]);      
                   day[i].addActionListener(H);               
              c.add(b);
              updateNameField();
              setSize(400,400);
              show();
         }//constructor
         private void updateNameField()
              monthName = (String) months.getSelectedItem();
         class myHandler implements ActionListener
              public void actionPerformed(ActionEvent e)
                   new Text_Area(monthName);
         class openHandler implements ActionListener
              public void actionPerformed(ActionEvent e)
                   File f1 = New File ("2003.dat");
                   simpleSerializer S = new simpleSerializer(f1);
                   MyDairy = S.readObjectFromFile();
         class monthHandler implements ActionListener
              public void actionPerformed(ActionEvent e)
                   updateNameField();
         public static void main(String[] args)
              new MyDairy();

    Container c = getContentPane();
    c.setLayout(new BoxLayout(c, BoxLayout.Y_AXIS));don't code like above try something like...
    Box box=Box.createVerticalBox();
    c.add(box);
    ----so on
    Hope this will help...

  • Convert iphoto slide show to mov format?

    hello, I just want to ask that, can I convert iphoto slide show into mov format??? I tried to select all pics, and export them as a mov, but the problem is, in the iphoto slide show, the pics can be moved and fit the screen size, but when I i export it, the pics just set in the middle , no any effect.

    1. Select the photos you want to use, and click on the +. In the window that appears, select slideshow, and give your project a title.
    2. Choose your transitions and music.
    3. Go to File>Export; this will create a QuickTime movie- a .mov file.
    4. For information on playback, read this section from QuickTime Player Help.
    _Viewing Movies at Full Screen_
    You can set the screen so that only the movie is visible, not the QuickTime Player window, desktop, or other windows. This presentation setting is called "full-screen mode." (You can also set a movie to play at half size, double size, or other sizes.)
    To play a movie at full screen, do one of the following:
    Choose View > Full Screen.
    Choose View > Present Movie, choose Full Screen, and click Play.
    To quit full-screen mode, press Esc. To adjust the way the picture is sized to fit your screen, such as stretched to fit or in letterbox format, move the pointer to the top of the screen to display the QuickTime Player menu options, and then choose a setting from the View menu. The following additional options are available in full-screen mode:
    Fit to Screen: The content is scaled to fill your screen as fully as possible without cropping the movie or changing the aspect ratio.
    Zoom: The content is scaled and cropped to completely fill your screen in at least one dimension. This can eliminate black areas on the top (letterboxing) or side (pillarboxing) but may hide or distort the content.
    Panoramic: The content is scaled to fit your screen and the outer horizontal edges compressed to avoid cropping the image.
    You can also cycle through all of the available full-screen options by clicking the button in the movie controls that appear when you move the pointer.
    You can also set options for all movies playing at full screen. For example, you can hide the movie controls or change the amount of time they're displayed before being hidden. To set these options, see QuickTime Player preferences.
    Note: As long as "Display full-screen controls" is selected in QuickTime Player Preferences, you can make hidden controls appear by moving the pointer.
    I hope this helps.

  • Need Help Fast! Page is dispalying twice in quiz

    I have created a quiz using tips from another post in this
    forum. I insterted a regular slide with a continue button before
    the quiz questions. I insterted another regular slide at the end of
    the questions with a re-take button that points to that first
    slide. This part is working great. When I take the published quiz,
    I click the continue button, and instead of continuing, the slide
    redisplays. I click the button again, and it moves forward like
    it's supposed to. Any advice?
    I'm supposed to have these posted in our LMS today for
    testing, so I need help fast!!! Thanks!!

    What you're seeing is likely the result of a MS patch for IE
    in response
    to the Eolas patent suit.
    MS recently updated IE so any content shown in a page using
    the Embed,
    Object, or Script tags will need to be 'activated' before
    they can be
    clicked (or otherwise 'interacted with').
    Your home computer probably hasn't had the latest security
    rollup
    installed, is why you're not seeing the issue on that
    machine.
    There is a work around, many site mention it. This may be a
    good place
    to start:
    http://www.macromedia.com/devnet/activecontent/articles/devletter.html
    Erik
    dukekelly wrote:
    > Why is it that as soon as you ask for help, you find the
    answer?
    >
    > This isn't a captivate problem at all. It's an IE
    problem. Because the button
    > is a control in Flash, our systems where I work are
    requiring us to click the
    > screen to activate the controls. THEN you have to click
    the button. When I play
    > the movie on my home computer, this phenomenon isn't
    happening. Now, how am I
    > supposed to deal with that??? ASRRGGGHH!!!
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - Authorware
    http://www.macromedia.com/support/forums/team_macromedia/
    http://www.awaretips.net -
    samples, tips, products, faqs, and links!
    *Search the A'ware newsgroup archives*
    http://groups.google.com/groups?q=macromedia.authorware

  • In iPhoto slide show, is there a way to splice several short tunes together to play for the show?

    In iPhoto slide show, is there a way to splice several short tunes together to play for the show?

    Mike:
    If you want to do a little more that string several songs together, i.e. like cutting out the lead in and out, overlapping, etc. you can try Audacity: Free Audio Editor and Recorder. Always be sure to work with copies of your audio tracks.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • My screen is completely white, i've tried holding lock and home buttons as seen on you tube something called 'white screen of death' its goes black (think it switches off) then back to the white screen need help fast please!

    my screen is completely white, i've tried holding lock and home buttons as seen on you tube something called 'white screen of death' its goes black (think it switches off) then back to the white screen need help fast please!

    If you have not done a factory reset on the device, I recommend doing a complete  factory reset.  
    Factory Reset  - Warning this will reset device back to original factory settings.
    This method will not erase any MDN/MIN information
    Turn off the phone 
    Press Power + Volume Up/Down at the same time and hold until display will show a triage android screen 
    Display will show: 
    Reboot system Now 
    Apply sdcard:update.zip 
    Wipe Data/Factory Reset 
    Wipe Cache Partition
    Use VOL Down key to scroll down to "Wipe Data/Factory Reset", press home icon to select option and wipe device. 
    Display shows "All user data will be wiped out", press VOLUME Up to continue or VOLUME Down to exit. 
    Press Volume Up 
    Press Home to select "Reset System Now" - device will reboot
    If the problem persist I recommend having a store technician take a look at the device.
    Copy and paste the link below into your browser's address bar for the store locator.  
    http://www.verizonwireless.com/b2c/storelocator/index.jsp

  • IPhoto slide show music remotely through airtunes?

    I have an iPhoto slide show, and music for the slide show is set up through itunes (an itunes play list). itunes it set to play through speakers though airtunes, which works for regular itunes playlist playing. Can i get my slide show to play though the speakers? It plays through my computer now, seems it ought to be able to send it to my speakers wirelessly like regular itunes can.
    thanks
    roger

    Dear "cheers",
    I found airfoil and although a little pricy for shareware ($25), it does exactly what I needed. thanks
    Oddly though, I had trimmed the ends (a few seconds of slience) off a couple songs in iTunes through the Get Info->otions-> stop time, but when the playlist was played through airfoil, it didn't play those shorter versions. So I took all the songs into Garage band and made them all the perfect length and spliced them all into one song, exprted into iTunes, so now things are timed perfectly with one cut that plays with my iPhoto slide show.
    roger

  • Synching music to iPhoto slide show

    I have created a playlist in iTunes for my iPhoto slide show. It needs some tweaking here and there to align the music with the correct slides. Is there a way to start in the middle of the show to work on this or must I always start at the beginning. I know I could probably do this in iMovie, but I am crunched right now and don't know if I have the time to invest in learning a new program.
    Thanks.

    Carole:
    With iPHoto you get what it gives you. If you want to precisely align the music with slides export the movie without music. Then import the movie into iMovie and add the tracks. In iMovie you can overlap the tracks for transitioning from one to another, cut tracks to fit, etc. The save the movie or export to iDVD depending on what the final use is.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Problem partly solved: iPhoto slide shows on iPod

    I have had my iPod 60 GB for a couple of days now and was first a bit shocked that iPhoto slide shows are not visible and displayable on the iPod, since I'd like to show my iPhotos thru the iPod on a TV set.
    This is all the more non-understandable since slide shows are only small control files in the end that control order, duration, transitions etc. of slides that are physically there on the iPod already.
    Since I want pictures to be displayed on an iPod slide show in a particular order (the one I arranged in iPhoto) I tried different things (after not having found a solution in various forums) and, voila, here is a solution:
    Just put the images you want to include in the iPod slide show into an iPhoto album (not into a slide show; iPhoto albums are shown on the iPod, while iPhoto slide shows aren't). Then rearrange the order of the pics within the iPhoto album to your heart's content via drag and drop. This at least works in iPhoto 6, don't know whether this applies to earlier versions.
    Finally, sync the iPod via iTunes, and you'll find your album with the correct order of pics on the iPod, playable of course as an iPod slide show.
    So, I still don't see my older iPhoto slides shows, which is a pity, but at least for now and the future (until Apple provides an upgrade to iPhoto and/or iPod, HELLO, APPLE, someone awake??) it works for me.
    I hope this helps some of you who were as desperate as I was...
    Cheers Jochen
    iBook 12", Mac mini PPC   Mac OS X (10.4.5)  

    The timing is probably not ignored but it is likely that transitions are applied differently on the tv and may take a different length of time to occur. Still the effect is the same and unfortunately it's not too pretty. Which is why I chose to stick with simply syncing photos and not slideshows a long time ago.

  • IPhoto slide show not able to open Itunes library - Authorization issue

    When I open Itunes, i can play all my purchased music fine. But when I open IDVD or an IPhoto slide show that uses purchased music, it constantly asks to authorize the computer to play the song again. Its to the point where I cannot even open idvd without that authorization window coming up over and over again making it impossible to use those applications at all! Iphoto slideshow won't even open my library since my first song is a purchased one!
    What is going on?
    Also...Now i am using up all my authorizations to play these songs and I just have three computers!!!

    Hi Abigail,
    Upgrade your Quicktime to the latest version.
    You are not using up your authorizations so don't worry. When you get to the limit, you have the opportunity to de authorize all computers and you can then authorize just the computers you want again.
    Lori

  • Using FCE to improve an iPhoto slide show exported DV file

    Hello everyone
    I was looking for a quick good way to create a slide show easily, without manually adding various transitions, panning etc....
    Well, iPhoto makes a great slide show, fast n easy music and all.
    I've exported a Slide Show as a 'Large Sized DV File'.
    Only problem, as everyone knows, the iPhoto Slide Shows look great on a high resolution computer screen, but when using the exported DV file on a DVD, it's not as good.
    I have found however, that re-importing it into FCE, rendering it, and re-exporting it, produces better results when this DV File is used on the DVD.
    Anyone have any comments about this?
    Thanx
    Mike

    Hello my fellow film freind
    "entropy"
    Oh I see then
    Thank you

Maybe you are looking for

  • How to expose and code the event handlers of a base class?

    I have created a class that inherits NumericUpDown. When I instantiate an object from that class, I can make it visible and have it appear on my form just like any other NUD. How can I get that instantiated object to expose the event handlers of its

  • Converting word 2003 to Pages 9

    Will my documents from Word 2003 convert to Pages 9? Each time I attempt to open a document from my old laptop on my Macbook I am told that Pages is unable to open the doc file. I can open it with Text Edit, but I would like to have everything conver

  • Hook up my Epsom printer

    I'm having trouble with hooking up my. New printer its a Epsom and it suppose to be capable but I'm not sure how to hook it up

  • Photoshop CS5 can't handle lots of text..?

    Recently migrated to CS5. Was running Photoshop CS5 just fine for a week, working mainly on images... but now that I need to work on something that has more text in it (like a graphical CV) the screen isn't reflecting the changes I'm making. I can cl

  • SUP sync problem: Category products not found on WSUS

    Hello, Updates stopped working suddenly for clients, and the clients reported back with message: "Client check passed/Active". I can't say much about it because I have to be honest, I didn't do much troubleshooting. I went straight to re-configuratio