Flash slide show ends abruptly

I made a website in flash with a slide show introduction. When the slide show is finished, it closed completely in the index of the web page. The slideshow works fine, but it closes abruptly. I would like to know if there is a way to fadeout the slideshow at the same speed as the images fade out, or if there is a way to make a slideshow with a transparent background. The slide show SWF external load in the index page.

Web site

http://www.pennimontalbano.com/

html slideshow

http://www.pennimontalbano.com/slideshow.html

SWF Slideshow

http://www.pennimontalbano.com/slideshow.swf

If you turn your chart in a movieclip and give a 'graphic_mc' (or whatever you prefer) instance name, then once your loaded slideshow you can use the following...

graphic_mc._visible = false;

Tags: Adobe Animate

Similar Questions

  • Flash Slide Show - how the 'image loading' message to delete

    Thanks for looking-

    I created a simple slide show 2-image created in MX2004.

    I would prefer a white rather than this brief loading message.

    Is there a setting in the code to achieve this?

    Page is here: http://www.workandpartners.com/WAP/indexnewnav3.html

    TIA

    It is not any parameter in the code that appears to control the activity of preloader, so if this could be added, it would probably be a selection of whatever DW interface as for the creation of the show.

    It is of no use to you, I took a few minutes and created a simplified swf file by using the two images.  It is a static piece, which means that you cannot add/edit images for her as the slide show is displayed in support and it does not preload, but it has to go for now... If the quick effort does not kill, my weekend plans.

    The zip linked here contains a html page that you can use to copy/paste the embed code in your file, the swf file and a javascript file that must also be in the folder.  In the head section of html, there are two script tags that must also be added to the head section of html to your file.

    http://www.nedwebs.com/Flash/indexFlash.zip

  • Windows 8.1 RT Photos App (repeat slide show)

    Hi all

    As my original Surface RT does not much more, I decided to turn it into an observer of photo frames really expensive to play a slide show image indefinitely from my SkyDrive. My question is, where is the place to make the slideshow 'Repeat' in the 'Photos' of Microsoft application? It will be random photos during the presentation, but then when he showed at least once each photo, the slide show ends and I have to restart manually. How can I make the slideshow repeat forever?

    Thank you

    M------

    Hello

    Please contact Microsoft Community.

    I would like to inform you that installing repeat slide show continuously is not available through Photos app.

    For more information on the use of Photos app view Microsoft support article below.

    http://Windows.Microsoft.com/en-us/Windows-8/photos-app-FAQ

    Hope this information helps. If you have questions about the same feel free answer for us.

  • Slide show in Flash site?

    I'm new to Flash Pro. I used it to build Web sites and I was wondering if there was a good way to add a slide show on the site I am building. Is there a way to do this? If not, what suggestions do you have?

    There are many ways to create slideshows and you can incorporate as sections or dynamically loaded content from another Flash file directly in the file or in a separate file.  You should try Google search to view a tutorial using terms that relate to your intentions, such as "AS3 tutorial slide show XML" it is just an example of search terms that might work well if you intend to have a slideshow where images are loaded dynamically based on a separate xml file that contains the information of the image... terms of use that applies to your intentions.

    Most of the tutorials are likely to rely on standalone slideshows, so you might end up having to tweak a thing or three to integrate it as a section of a web site.  That incorporation depends as much on the design of slide show as it does on your approach to the design of the site.

  • slide show by using the keys on the keyboard for nav in flash professional CS5 with animated images

    recently, I discovered how to create a slideshow using the keys on the keyboard for the market front and rear in flash professional CS5 thanks entirely to kglad of this forum. I used still images for each slide, since, then with one of the slides, I added a slight undulation of water in one of the images in a separate document. is it possible to include this file in my slideshow now?

    original questions and answers using still pictures below

    I'm a graphic designer who has a presentation of my portfolio. I'm not too experienced in flash and do not use it much, but he needs to do this on the thing. I can do a fade in and out slide show, but I want to create a slide show where the screen remains out of the blade and does ' t until what I press the next or previous button. I don't want these keys on the screen, I want to be able to press a key on the keyboard as F1. is this possible and do you know in adobe flash Professional (or other adobe products) where I could get resources/tutorials to do. Any help so what would never be great.

    response

    create tweens to fade for each slide.  You'll probably want to fade out the image on image 1 (from frames 1 to 11).  Bland-in the image of frame 11 frame 1 to 11.  fade the image frame 11 11 to 21 etc.

    You can then use:

    var image: int = 1;

    var dir:uint;

    stage.addEventListener (KeyboardEvent.KEY_DOWN, downF);

    function downF(e:KeyboardEvent):void {}

    {if(e.keycode==Keyboard.Left)}

    dir = Keyboard.LEFT

    Frame = Math.Max (Frame-10, 1);

    this.addEventListener (Event.ENTER_FRAME, nextF);

    } else {if(e.keyCode==Keyboard.RIGHT)

    dir = Keyboard.RIGHT;

    Frame = Math.min (this.totalFrames, Frame + 10);

    this.addEventListener (Event.ENTER_FRAME, nextF);

    }

    }

    function nextF(e:Event):void {}

    {if(dir==Keyboard.Left)}

    prevFrame();

    } else {}

    nextFrame();

    }

    {if(this.currentFrame==Frame)}

    this.removeEventListener (Event.ENTER_FRAME, nextF);

    }

    }

    you have the fla that created the swf file?

    If so, just copy images from this fla and paste into a new movieclip in your fla slideshow.  Add this movieclip to your timeline.

  • slide show by using the keys on the keyboard for before back in flash professional CS5

    I'm a graphic designer who has a presentation of my portfolio. I'm not too experienced in flash and do not use it much, but he needs to do this on the thing. I can do a fade in and out slide show, but I want to create a slide show where the screen remains out of the blade and does ' t until what I press the next or previous button. I don't want these keys on the screen, I want to be able to press a key on the keyboard as F1. is this possible and do you know in adobe flash Professional (or other adobe products) where I could get resources/tutorials to do. Any help so what would never be great.

    the best way to do what you want (but not the most flexible/changeable) would be to add each slide a key frame to its own layer.  It is a design decision, but start with keyframes at 1, 11, 21 etc.

    create tweens to fade for each slide.  You'll probably want to fade out the image on image 1 (from frames 1 to 11).  Bland-in the image of frame 11 frame 1 to 11.  fade the image frame 11 11 to 21 etc.

    You can then use:

    var image: int = 1;

    var dir:uint;

    stage.addEventListener (KeyboardEvent.KEY_DOWN, downF);

    function downF(e:KeyboardEvent):void {}

    {if(e.keycode==Keyboard.Left)}

    dir = Keyboard.LEFT

    Frame = Math.Max (Frame-10, 1);

    this.addEventListener (Event.ENTER_FRAME, nextF);

    } else {if(e.keyCode==Keyboard.RIGHT)

    dir = Keyboard.RIGHT;

    Frame = Math.min (this.totalFrames, Frame + 10);

    this.addEventListener (Event.ENTER_FRAME, nextF);

    }

    }

    function nextF(e:Event):void {}

    {if(dir==Keyboard.Left)}

    prevFrame();

    } else {}

    nextFrame();

    }

    {if(this.currentFrame==Frame)}

    this.removeEventListener (Event.ENTER_FRAME, nextF);

    }

    }

  • Website "Slide-Show" as Flash Navigation

    Hey guys,.

    I am designing a Web site, and for the first time that I will try to implement Flash as a way to navigate the Web site. I worked with flash before, but only for the animation.

    I am doing a 'slide show' as a flash object that flips through slides at a predetermined speed and when a slide is clicked on it takes you to a new page. Similar to the big flash in the middle of this page object: http://www.foursquare.org/

    Can you tell me a turorial or point me in the right direction for this, I tried Googling, but I do not know the words appropriate for this. Thank you!

    -Christian

    As far as I know, no content is Flash on this page - probably some jQuery design.  So, you might consider any approach they used for this.  If you could do some section that is Flash as Flash design.  For links to other pages, you must use actionscript, which means that you can decide which version you intend to use (AS2 or AS3).  What you could do, is create your slideshow of images as movieclips and assign a code linking to each of them.

  • Import a Lightroom 3 Flash Web slide show Flash Professional CS5

    Hello

    I am a photographer to build a site in flash for my clients, and I'm all done, except add a slide show on my page "Gallery". In 'Lightroom 3.2 RC', I built a custom «Flash Web, controllable slide show» How to import in my project "Flash Professional CS5?

    Thanks in advance.

    PS I tried to export the slideshow of "Lightroom 3.2 RC" and then import in "Flash Professional CS5." But whenever I do that, it only allows me to import pieces of it at a time. For example... When I go in the import menu in 'Flash CS5 of Profession', I am able to access the folder, but forces me to view the contents of it. For this reason, "Flash Professional CS5" only allow me to put in some records at a time, as thumbnails, then the medium-sized images, then the large images etc...

    Also when I discovered the file, even with a keyboard command (I'm on a Mac then command-A) will select all content. It makes me go to the folder, and then for the images, then I'm able to import these specific stand-alone images.

    In addition, "Flash CS5 of Profession" doesn't let me import specific functions, such as the java script files and index.

    If your slideshow is a swf file, you cannot import it.  you load by using the loader class.

    for example, if you swf is named ss.swf, you would use something like:

    var ldr:Loader = new Loader();

    addChild (ldr);

    LDR. Load (new URLRequest ("ss.swf"));

  • Request Album Version 6.0.A.0.26 - top of page slide show

    Anyone could disable or remove the picture slide show at the top of the new version of the Album? It occupies a good part of the screen and it is not relevant (to me at least) that I don't want to have pictures that I took long time flashing at the top of the screen. I know not where are those photos if I want to check.

    I tried for an hour to find if this setting exists and ultimately I ended up coming back to the previous version of the Album which he seems to give more control or at the elast it was easier to find things,

    Any help will be appreciated.

    Thank you

    Chris

    I found a way to stop this slide show browsing through all my pictures, and then randomly display them at the top of atually.  Here's what I did, in case anyone else is interested.

    Mark 1 image as a favorite and restart the application. The slideshow at the top of the page is supposed to display the images marked as Favorites. If none is marked as a favorite, the application will use random images from all the images in the phone. Have an image as a favorite appears just this 1 image and will not create a slideshow.

    Thank you

  • Transition slide show Blu - Ray taking a break?

    I use the slide show to still feature to create slideshows all the time and they consistantly turn out fine on the DVD.  But recently, I had a customer request a slideshow on blu - ray.  Thinking that there should be no discernible difference in procedures or difficulties, I agree.  But I ran into a problem.

    I put 50 photos (1500 pix on all vertical resolution) of medium resolution in the time line of slide show, and sync were their with audio (standard mp3, 4 minutes dry XX).  I clicked on "cross fade" as the standard transition.  Random pan and zoom has also been selected.  I made the transitions, and then I burned the disc.  There are other things on the disk.  All elements of the disc play fine except this slide show.

    Here's the weird part when I play the slideshow on my blu-ray player from test, each slide is paused during 1 second, but the music continues to play.  When the song ended, ago another 50 seconds of images that continue to play until they are above, then the disc will head to the main menu.

    I use Production package CS5.  Windows 7 pro X 64.  8 GB DDR3 RAM 1333.  The double HDD 10 K RAID1.  Sony optiarc Blu - Ray burner with latest firmware.  Also updated firmware on the drive blu - ray for my tests.  the disks are disks of JVC (taiyo yuden) blu - ray part # j-bdr-25ws-25sb6l. BD - R LTH 6 X watershield disks.

    I know LTH might have compatibility problems, but once that all firmware and software has been updated on my end, everything seems to be okay.  That is until the playback of the slideshow.

    Do a search, and you will see many problems with Encore Bluray slideshows. I don't know what may be the formula for success. I don't use them.

    Yes, a simple slideshow has an STD by slide. A slideshow with transition but no zoom/pan has a blade and the other by the transition. A slideshow with transition and zoom/pan has a zip with the entire duration by MTS.

    A variety of quality problems have been reported, but I do not remember the color flashes in question. I get what looks great to me.

    I recommend to make the slideshow in the first and just have no control of the user. One person reported a chapter for each slide point, and allowed progress.

    You can get a clean blade using no transition and no pan/zoom; H264 for the parameters of the project (used for slideshows) is the recommendation when Mpeg causes bad quality slide show.

  • Slide show ignores only when it is online

    Hi all

    I would really appreciate the help on this... I have a slide show that works quite well when it is on my machine, however, once he has published on the web, instead of having a smooth transition between external SWF, he jumps and shows a white background with a second charger... Not only when it is load the first time, but all the time... Any help in this would be SUPER APPRECIATED. Here is the code:

    I thank very you much in advance!

    package
    {

    IMPORT FLASH
    import flash.display. *;
    import flash.events. *;
    flash.net import. *;
    import flash.text. *;

    import flash.geom.ColorTransform;

    import flash.media.Sound;
    import flash.media.SoundChannel;
    import flash.net.URLRequest;
    import flash.media.SoundTransform;
    import flash.media.SoundMixer;

    Import fl.transitions.Tween;
    Fl.transitions.easing import. *;
    Import fl.transitions.TweenEvent;
    import flash.utils.Timer;
    import flash.events.TimerEvent;

    Import caurina.transitions.Tweener;

    //--------------------------------------------------------------------------------------- -------------
    //                                                                                             MAIN CLASS
    //--------------------------------------------------------------------------------------- -------------

    Slideshow/public class extends MovieClip
    {

    -YOU CAN CUSTOMIZE THE VALUES VAR!

    color for the original text is: 0xA28565 for bkg is: 0xECD7B2, at the border is: 0xC8B18F

    private var numberOfSlides:Number = 3;                                        number of slides, it's going to be a
    private var spacingBtn:Number = 25;                                            the distance between the buttons

    private var bkgColorStart:uint = 0xf2d0b0;                                    the first loading bkg color button
    private var borderColorStart:uint = 0xC8B18F;                                the border color of the button on the first load

    private var txtColorStart:uint = 0xA28565;                                    the color of text on the first load button

    private var bkgColorOver:uint = 0xffeddb;                                    the bkg on mouse over event color button
    private var borderColorOver:uint = 0xC8B18F;                                the border color of the button on the mouse on the event
    private var txtColorOver:uint = 0xA28565;                                    the text color of the button on the mouse on the event

    private var bkgColorOut:uint = 0xECD7B2;                                    the color of bkg button on the mouse of the event
    private var borderColorOut:uint = 0xC8B18F;                                    the event's mouse button border color
    private var txtColorOut:uint = 0xA28565;                                    the text color of the button on the mouse of the event

    private var bkgColorActive:uint = 0x1fbbfc;                                    When the bkg color button is active
    private var borderColorActive:uint = 0xffffff;                                the border color of the button when is active
    private var txtColorActive:uint = 0xffffff;                                    the text of the button when the color is active

    private var my_speed:Number = 8;                                            the next loading in swf format speed
    private var my_swfs:Array = new Array("swfs/one_btn.swf","swfs/two_btn.swf","swfs/three_btn.swf");

    //-------------------------------------------------------------------------------------   PRIVATE VAR

    private var slideBtn:_SlideBtn;                                                make new instance
    private var myBkgColorTransform = new ColorTransform();
    private var myBorderColorTransform = new ColorTransform();
    private var currentlyActive: *;
    private var activeSet:Boolean = false;
    private var slideButtons:Array;

    private var urlSong:String = "ocean2.mp3";
    private var urlSong2:String = "squeeak.mp3";
    private var song: SoundChannel;
    private var song2:SoundChannel;
    private var myTransform = new SoundTransform();
    private var myTransform2 = new SoundTransform();

    private var my_total:Number = numberOfSlides;
    private var my_preloader:TextField;
    private var my_timer:Timer = new Timer(my_speed * 1000);
    private var my_success_counter:Number = 0;
    private var my_playback_counter:Number = 0;
    private var my_loader:Loader;

    //--------------------------------------------------------------------------------------- -------------
    //                                                                                                   MAIN
    //--------------------------------------------------------------------------------------- -------------

    public void show (): void
    {
    init();
    }

    private function init (): void
    {
    slideButtons = new Array;

    for (var i: Number = 0; i < numberOfSlides; i ++)
    {
    slideBtn = new _SlideBtn();
    controlsContainer.addChild (slideBtn);
    slideBtn.x = 59 + (I * spacingBtn);
    slideBtn.y = 8;
    slideBtn.txt.text = String (i + 1);
    slideBtn.buttonMode = true;
    slideBtn.mouseChildren = false;
    slideBtn.useHandCursor = true;
    slideBtn.addEventListener (MouseEvent.MOUSE_OVER, buttonEventsHandler);
    slideBtn.addEventListener (MouseEvent.MOUSE_OUT, buttonEventsHandler);
    slideBtn.addEventListener (MouseEvent.CLICK, buttonEventsHandler);
    slideBtn.name = "slideBtn" + (i + 1);
    myBkgColorTransform.color = bkgColorStart;
    slideBtn.bkg.transform.colorTransform = myBkgColorTransform;
    myBorderColorTransform.color = borderColorStart;
    slideBtn.border.transform.colorTransform = myBorderColorTransform;
    slideBtn.txt.textColor = txtColorStart;
    slideButtons.push (slideBtn);
    slideBtn.urlPath = my_swfs [i];
    slideBtn.itsID = i;
    }

    setFirst();
    startSound1();
    startSound2();
    controlsContainer.play_btn.addEventListener (MouseEvent.CLICK, playSound);
    controlsContainer.stop_btn.addEventListener (MouseEvent.CLICK, stopSound);
    controlsContainer.go_btn.addEventListener (MouseEvent.CLICK, playTimer);
    controlsContainer.pause_btn.addEventListener (MouseEvent.CLICK, stopTimer);
    controlsContainer.play_btn.visible = false;
    controlsContainer.go_btn.visible = false;
    }

    private void changeColor(e:*,_bkgColor:uint,_borderColor:uint,_txtColor:uint):void
    {
    myBkgColorTransform.color = bkgColor;
    e.bkg.transform.colorTransform = myBkgColorTransform;

    myBorderColorTransform.color = borderColor;
    e.border.transform.colorTransform = myBorderColorTransform;

    e.txt.textColor = txtColor;
    }

    private function setFirst (): void
    {
    slideButtons [0] .dispatchEvent (MouseEvent (MouseEvent.CLICK)) of new;
    my_timer.addEventListener (TimerEvent.TIMER, timerListener);
    }

    //--------------------------------------------------------------------------------------- -------------
    //                                                                                        BUTTON METHODS
    //--------------------------------------------------------------------------------------- -------------

    private void buttonEventsHandler(e:MouseEvent):void
    {
    Switch (e.type)
    {
    case MouseEvent.MOUSE_OVER:

    changeColor (e.target, bkgColorOver, borderColorOver, txtColorOver);

    break;

    case MouseEvent.MOUSE_OUT:

    changeColor (e.target, bkgColorOut, borderColorOut, txtColorOut);

    break;

    case No. MouseEvent.CLICK:

    my_playback_counter = e.target.itsID;
    Loadimages() (e.target.urlPath);
    stayActive (e);
    my_timer. Reset();
    my_timer. Start();

    break;

    by default:

    trace ("no matches found for switch (e.type) '");
    }
    }

    private void stayActive(e:MouseEvent):void
    {
    changeColor (e.target, bkgColorActive, borderColorActive, txtColorActive);
    e.target.removeEventListener (MouseEvent.MOUSE_OVER, buttonEventsHandler);
    e.target.removeEventListener (MouseEvent.MOUSE_OUT, buttonEventsHandler);
    e.target.removeEventListener (MouseEvent.CLICK, buttonEventsHandler);

    If (Meridio73)
    {
    currentlyActive.target.addEventListener (MouseEvent.MOUSE_OVER, buttonEventsHandler);
    currentlyActive.target.addEventListener (MouseEvent.MOUSE_OUT, buttonEventsHandler);
    currentlyActive.target.addEventListener (MouseEvent.CLICK, buttonEventsHandler);
    changeColor (currentlyActive.target, bkgColorOut, borderColorOut, txtColorOut);
    }

    currentlyActive = e;
    Meridio73 = true;
    }

    //--------------------------------------------------------------------------------------- -------------
    //                                                                                          SOUND METHODS
    //--------------------------------------------------------------------------------------- -------------

    public function startSound1 (): void
    {
    var request: URLRequest = new URLRequest (urlSong);
    var soundFactory:Sound = new Sound();
    soundFactory.load (request);
    song = soundFactory.play ();
    song.addEventListener (Event.SOUND_COMPLETE, soundComplete);
    myTransform.volume =. 1;
    song.soundTransform = myTransform;
    }
    public function startSound2 (): void
    {
    var request2:URLRequest = new URLRequest (urlSong2);
    var soundFactory2:Sound = new Sound();
    soundFactory2.load (request2);
    Song2 = soundFactory2.play ();
    Song2.addEventListener (Event.SOUND_COMPLETE, soundComplete2);
    myTransform2.volume =. 7;
    Song2.SoundTransform = myTransform2;
    }
    private void soundComplete(e:Event):void
    {
    startSound1();
    }
    private void soundComplete2(e:Event):void
    {
    startSound2();
    }

    function playSound(event:MouseEvent):void
    {
    SoundMixer.stopAll ();
    controlsContainer.play_btn.visible = false;
    controlsContainer.stop_btn.visible = true;
    startSound1();
    startSound2();
    }

    function stopSound(event:MouseEvent):void
    {
    Song.Stop ();
    Song2.stop ();
    SoundMixer.stopAll ();
    controlsContainer.stop_btn.visible = false;
    controlsContainer.play_btn.visible = true;
    }

    //--------------------------------------------------------------------------------------- -------------
    //                                                                                     SLIDESHOW METHODS
    //--------------------------------------------------------------------------------------- -------------

    private void loadImages(thePath:String):void
    {
    var my_url:String = path;
    my_loader = new Loader();
    my_loader. Load (new URLRequest (my_url));
    my_loader.contentLoaderInfo.addEventListener (Event.COMPLETE, onComplete);

    If (holder.numChildren == 0)
    {
    holder.addChildAt (my_loader, 0);
    my_loader.Alpha = 0;
    Tweener.addTween (my_loader, {alpha: 1, time: 1, transition: "linear"});
    } Else if (holder.numChildren == 1)
    {
    holder.addChildAt (my_loader, 1);
    my_loader.Alpha = 0;
    Tweener.addTween (my_loader, {alpha: 1, time: 1, transition: "linear", onComplete: fact, onCompleteParams:[0]});})
    } Else if (holder.numChildren == 2)
    {
    holder.addChildAt (my_loader, 0);
    my_loader.Alpha = 0;
    Tweener.addTween (my_loader, {alpha: 1, time: 1, transition: "linear", onComplete: fact, onCompleteParams:[1]});})
    }
    function done(theNum:Number)
    {
    holder.removeChildAt (theNum);
    }

    my_preloader = new TextField();
    my_preloader. Text = "Loading";
    my_preloader. AutoSize = TextFieldAutoSize.Center;
    my_preloader.x = (stage.stageWidth - my_preloader.width) / 2;
    my_preloader.y = (stage.stageHeight - my_preloader.height) / 2;
    addChild (my_preloader);
    }

    private void onComplete(e:Event):void
    {
    var my_loaderInfo:LoaderInfo = LoaderInfo (e.target);
    my_loaderInfo.removeEventListener (Event.COMPLETE, onComplete);
    removeChild (my_preloader);
    my_preloader = null;
    }

    private void timerListener(e:TimerEvent):void
    {
    my_playback_counter ++;
    If (my_playback_counter == my_total) {}
    my_playback_counter = 0;
    }
    slideButtons [my_playback_counter] .dispatchEvent (MouseEvent (MouseEvent.CLICK)) of new;
    }

    private void stopTimer(e:MouseEvent):void
    {
    my_timer. Stop();
    controlsContainer.pause_btn.visible = false;
    controlsContainer.go_btn.visible = true;
    }

    private void playTimer(e:MouseEvent):void
    {
    my_timer. Reset();
    my_timer. Start();
    controlsContainer.pause_btn.visible = true;
    controlsContainer.go_btn.visible = false;
    }

    End of the course
    }
    }


    Not too many people will descend through all this code to try to figure out how it works and what part relates to your question.  Since the problem occurs online and not locally, it's probably a problem with loading times.  What you need to do if you have not already, is to wait until a file is fully loaded before add you it to the screen.  So if you use a charger and a COMPLETE receiver for this be, use the COMPLETE event handler function to add the file newly loaded to the screen.

  • Problems with slide show.

    First of all, thank you to all those of you who read this forum and take the time to help those of us who are struggling.

    I built a slideshow with the Fireworks command menu. I had three files and 1 folder, the "index.html", "player_black.swf", "slideshow.xml" and the folder "scripts". I recorded it in a subfolder of the page that I am building.
    I then imported this slideshow in dreamweaver with the import command. That all went well.
    When I saw the page in my browser, I get the slideshow, but no images. I get the same thing if I 'play' the file in dreamweaver. The layout of the slide show is here, but no slides are displayed.

    I'm running out of ideas and seariously need help! Here is my file structure in dreamweaver. I know there must be a simple answer out there. It must be something that I'm on.

    SiteName (root)
    |
    -page 1
    |
    -albums of images (contains images of this page)
    -images of the page (contains images cut into slices form Fireworks to build the page)
    -Slideshow file (contains all the files for the slide show I am building)
    -pagename.html (real html page)

    |
    -page 2
    |

    I fixed it! I'm a newbie here so you must forgive my lack of experience.

    For those of you who might encounter this same problem, here is the answer.

    All the files for your slide show must be in the same folder as the html file which is actually your page.

    Example;
    Below is a structure file for a 'site '.
    Makes you want to put a slow slip on the "photos" page
    If you use the Fireworks slideshow creator, generates 3 files and several folders.
    Folders are the folders that contain the pictures, it appears on the slide show.
    It will also make a new folder named "scripts".
    OK, so lets say your slide show will have two "albums". In the album there are pictures of boats and other album there are pictures of sunsets. Thus, in fireworks, you will appoint the albums "boats" and "sunsets". Œuvres of fire will create the folders called "boats" and "sunsets". With other files.
    So, here are the files you will end up with.
    slideshow. XML (file)
    index.html (file)
    show_black.swf (this is the flash file that you install)
    boats (folder)
    sunsets (folder)
    So, but many files you get depends on how many albums create you. If you have 3 albums, you will have 4 new folders (don't forget about the scripts folder)

    Well, I hope you all! And now we can move on.

    Below is a structure of web page file. When you place these files and folders is very important! You must place them on the same 'level' as a page you, they may not be in a subfolder on this page. Here is an example,

    MyWebPage (file containing your site or your home folder.)
    |
    home page (your index page)
    .. .page images (folder)
    ... home.html
    |
    photos
    .. .page images (folder)
    ... photos.html
    |
    contact
    .. .page images (folder)
    ... contact.html

    Lets say you want to put this slideshow on the "photos" page But you want to build ot a page and the slideshow is displayed as part of your page and not only as a stand-alone with nothing else about this. Here's how I did it the first time and it did not work. I will use the example above.

    MyWebPage (file containing your site or your home folder.)
    |
    home page (your index page)
    .. .page images (folder)
    ... home.html
    |
    photos
    .. .page images (folder)
    ... photos.html
    .. .slide show files (folder)
    ... show_black.swf
    ... index.html
    ... slideshow.xml
    .. .boats (folder)
    .. .sunsets (folder)

    contact
    .. .page images (folder)
    ... contact.html

    As you can see that the slide show files in a subfolder called slide show files. Thay are not in the same folder as the files photo.html. This causes the slideshow not working because they need in the right folder for files.
    Now place the files as in the example below to drag your work.

    MyWebPage (file containing your site or your home folder.)
    |
    home page (your index page)
    .. .page images (folder)
    ... home.html
    |
    photos
    .. .page images (folder)
    ... photos.html
    ... show_black.swf
    ... index.html
    ... slideshow.xml
    .. .boats (folder)
    .. .sunsets (folder)

    contact
    .. .page images (folder)
    ... contact.html

    As you can see the slide show files are no longer in the sub folder. They are in the same folder as the HTML pages. I know this isn't like oganized to research, but it's the only way I found to make the slide show appear within another page. Good luck with your pages. If you need more help post here or email me and I will see if I can help.

  • IPhoto breaking when running a slide show

    Hello

    My iPhoto 11 9.4.3 crashes whenever I try to run a slide show. I have a 2012 end Macbook Pro osx 10.8.5 with all updates of operation. I tried a lot of things.

    I rebuilt and repaired each option with the option/command start of iPhoto on libraries, but nothing helped.

    Can someone help me please, thank you.

    Here is the message I get to send to apple. It is not the complete message, but can send it if necessary.

    Process: iPhoto [562]

    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto

    ID: com.apple.iPhoto

    Version: 9.4.3 (9.4.3)

    Generation information: iPhotoProject-720091000000000 ~ 2

    Code type: X 86 (native)

    Parent process: launchd [242]

    User ID: 506

    Date/time: 2016-09-24 17:14:08.736 + 0100

    OS version: Mac OS X 10.8.5 (12F2560)

    Report Version: 10

    Interval since last report: 25511 sec

    Crashes since last report: 44

    Per-App interval since last report: 3290 sec

    Per-App crashes since last report: 41

    Anonymous UUID: 6921A4BF-76FC-8875-4398-0E00C1E31CA4

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0x00000000c53b93f0

    VM regions near 0xc53b93f0:

    CG backup stores 00000000c4cc7000-00000000c4cfb000 [208K] rw-/ rw - SM = SHM

    ->

    CG backup stores 00000000c7e46000-00000000c83a2000 [5488K] rw-/ rw - SM = SHM

    Request for clarification:

    Run @selector (playMarimbaAction :) to sender IPKButton 0x7ca42670

    Thread 0 crashed: Dispatch queue: com.apple.main - wire

    0 com.apple.JavaScriptCore 0x954083ae JSC::DFG:GPRTemporary:GPRTemporary(JSC::DFG::SpeculativeJIT*,_JSC::DFG::StorageOperand&) + 110

    1 com.apple.JavaScriptCore 0x95438dc4 JSC::DFG:SpeculativeJIT:compile(JSC::DFG::Node&) + 59684

    2 com.apple.JavaScriptCore 0 x 95409929 JSC::DFG:SpeculativeJIT:compile(JSC::DFG::BasicBlock&) + 889

    3 com.apple.JavaScriptCore 0x9540bb85 JSC::DFG::SpeculativeJIT::compile() + 69

    4 com.apple.JavaScriptCore 0x953f601f JSC::DFG:JITCompiler:compileBody(JSC::DFG::SpeculativeJIT&) + 63

    5 com.apple.JavaScriptCore 0x953f6e47 JSC::DFG:JITCompiler:compileFunction(JSC::JITCode&,_JSC::MacroAssemblerCodePtr&) + 231

    6 com.apple.JavaScriptCore 0x953f473c JSC::DFG:compile(JSC::DFG::CompileMode,_JSC::JSGlobalData&,_JSC::CodeBlock*,_JSC::JITCode&,_JSC::MacroAssemblerCodePtr*) + 1020

    7 com.apple.JavaScriptCore 0x953f432e JSC::DFG:tryCompileFunction(JSC::JSGlobalData&,_JSC::CodeBlock*,_JSC::JITCode&,_JSC::MacroAssemblerCodePtr&) + 46

    8 com.apple.JavaScriptCore 0x954471af JSC::jitCompileFunctionIfAppropriate (JSC::JSGlobalData &, *: OwnPtr < JSC::FunctionCodeBlock > &, JSC::JITCode, JSC::MacroAssemblerCodePtr, JSC::SharedSymbolTable * & &, JSC::JITCode:JITType, JSC::JITCompilationEffort) + 271

    com.apple.JavaScriptCore 9 0x95445fb7 JSC::FunctionExecutable:compileForCallInternal(JSC::ExecState*,_JSC::ScopeChainNode*,_JSC::JITCode::JITType) + 311

    10 com.apple.JavaScriptCore 0x95445e73 JSC::FunctionExecutable:compileOptimizedForCall(JSC::ExecState*,_JSC::ScopeChainNode*) + 51

    11 com.apple.JavaScriptCore 0x953daa6a JSC::FunctionCodeBlock:compileOptimized(JSC::ExecState*,_JSC::ScopeChainNode*) + 58

    12 com.apple.JavaScriptCore 0x95464e20 cti_optimize_from_ret + 352

    13?                           0x1ad37d4a 0 + 450067786

    14 com.apple.JavaScriptCore 0x95339edc JSC::Interpreter:executeCall(JSC::ExecState*,_JSC::JSObject*,_JSC::CallType,_JSC::CallData_const&,_JSC::JSValue,_JSC::ArgList_const&) + 972

    15 com.apple.JavaScriptCore 0x95339b03 JSC::call (JSC::ExecState *, JSC::JSValue, JSC::CallType, JSC::CallData const &, JSC::JSValue, JSC::ArgList const &) + 83

    16 com.apple.JavaScriptCore 0x9546ca00 JSC::boundFunctionCall(JSC::ExecState*) + 560

    17?                           0x1950836f 0 + 424706927

    18 com.apple.JavaScriptCore 0x953324a4 JSC::Interpreter:execute(JSC::ProgramExecutable*,_JSC::ExecState*,_JSC::ScopeChainNode*,_JSC::JSObject*) + 3812

    19 com.apple.JavaScriptCore 0x953dd7ed JSC::evaluate (JSC::ExecState *, JSC::ScopeChainNode *, JSC::SourceCode const &, JSC::JSValue, JSC::JSValue *) + 333

    20 com.apple.WebCore 0x038b34d9 WebCore::ScriptController:evaluateInWorld(WebCore::ScriptSourceCode_const&,_WebCore::DOMWrapperWorld*) + 441

    21 com.apple.WebCore 0x038b30b8 WebCore::ScriptController:evaluate(WebCore::ScriptSourceCode_const&) + 40

    22 com.apple.WebCore 0x038d5d45 WebCore::ScriptElement:executeScript(WebCore::ScriptSourceCode_const&) + 149

    23 com.apple.WebCore 0x03b75d33 WebCore::ScriptElement:execute(WebCore::CachedScript*) + 163

    24 com.apple.WebCore 0x03b75bde WebCore::ScriptRunner:timerFired(WebCore::Timer<WebCore::ScriptRunner>*) + 430

    25 com.apple.WebCore 0x03b75a26 WebCore::Timer < WebCore::ScriptRunner >: + 38 fired()

    26 com.apple.WebCore 0x0384e79c::ThreadTimers::sharedTimerFiredInternal() + 172 WebCore

    27 com.apple.WebCore 0x0384e6da::ThreadTimers::sharedTimerFired() + 106 WebCore

    28 com.apple.WebCore 0x042d1fc0 WebCore::timerFired (__CFRunLoopTimer *, void *) + 64

    29 com.apple.CoreFoundation 0x95ba9406 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22

    30 com.apple.CoreFoundation 0x95ba8da5 __CFRunLoopDoTimer + 709

    31 com.apple.CoreFoundation 0x95b8dbb2 __CFRunLoopRun + 1842

    32 com.apple.CoreFoundation 0x95b8d01a CFRunLoopRunSpecific + 378

    33 com.apple.CoreFoundation 0x95b8ce8b CFRunLoopRunInMode + 123

    34 com.apple.Foundation 0x91fd9b76-[NSRunLoop (NSRunLoop) runMode:beforeDate:] + 278

    35 com.apple.Foundation 0x91fd9a15-[NSRunLoop (NSRunLoop) runUntilDate:] + 73

    36 com.apple.iLifeSlideshow 0 x 01755808-[MPDesktopAssetManager _iTunesMediaManager] + 235

    37 com.apple.iLifeSlideshow 0x0175a770-[MPDesktopAssetManager (VeryInternal) findMediaObjectWithPathInILMB:] + 383

    38 com.apple.iLifeSlideshow 0x0175765d-[MPDesktopAssetManager (Private) mediaObjectForAssetAtPath:] + 438

    39 com.apple.iLifeSlideshow 0x01755c4a-[MPDesktopAssetManager durationForAssetAtPath:] + 389

    40 com.apple.iPhoto 0 x 00181524 0x2b000 + 1402148

    41 com.apple.iPhoto 0x00183ca9 0x2b000 + 1412265

    42 com.apple.iPhoto 0 x 00181946 0x2b000 + 1403206

    43 com.apple.iPhoto 0x0017fc9e 0x2b000 + 1395870

    44 com.apple.iPhoto 0x0017f36d 0x2b000 + 1393517

    45 com.apple.iPhoto 0x0017f124 0x2b000 + 1392932

    46 com.apple.iPhoto 0x0017e168 0x2b000 + 1388904

    47 libobjc. A.dylib 0x92c675d3-[NSObject performSelector:withObject:] + 70

    com.apple.AppKit 48 0x974dead2-[NSApplication sendAction: to: from:] + 436

    49 com.apple.AppKit 0x974de8e0-[NSControl sendAction: to:] + 102

    com.apple.AppKit 0x974de7ef 50-[NSCell _sendActionFrom:] + 159

    51 com.apple.AppKit 0x974dcd60-[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1895

    52 com.apple.AppKit 0x974dc59f-[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 511

    53 com.apple.prokit 0x0232b580-[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 521

    54 com.apple.AppKit 0x974dbcb9-[NSControl mouseDown:] + 867

    55 com.apple.iLifeKit 0 x 02228636-[IPKButton mouseDown:] + 375

    56 com.apple.AppKit 0x974d3921-[NSWindow sendEvent:] + 6968

    57 com.apple.AppKit 0x974ce90f-[NSApplication sendEvent:] + 4278

    58 com.apple.iLifeKit 0x02255cab-[iLifeKit sendEvent:] + 55

    59 com.apple.iPhoto 0x000abb04 0x2b000 + 527108

    60 com.apple.AppKit 0x973e862c-[NSApplication run] + 951

    61 com.apple.AppKit 0x9738b5f6 NSApplicationMain + 1053

    62 com.apple.iPhoto 0x0003b0b9 0x2b000 + 65721

    63 com.apple.iPhoto 0x0003a705 0x2b000 + 63237

    Post edited by: average windmill

    The changes were that simply the message to apple is not the complete message. Can send the complete message if necessary.

    Older versions of iphoto are break when they use the functionality of the site.  Slide show you uses it maybe places?

    The problem is, that Apple has not renewed the contract with Google for access to location servers, and older versions of iPhoto will plant it, when they need to find a location and try to access Google's servers.

    See this: Bug: iPhoto 9.4 crashing when viewing the scene

    You have several options as described in the tip of the user:

    • Try to upgrade to a version of iPhoto that uses different servers, if you can update to iPhoto 9.6.1 on Sierra. IPhoto 9.5.1 find use serve various places of research.
    • Patch iPhoto to delete the iPhoto Application package Java script code
    • Patching javascript files and add your own for Googles servers access key.
  • Is it possible to add the location and the date on the pictures in a slide show?

    Is it possible to add the place and the date on the pictures in a slide show?

    Only if you manually add a title slide t photo and enter this information manually.  There is no automatic way in Photos.

    Click on the button "+" at the right end of the slide show to add a title slide.

  • iPhoto 11 crashes when you try to use the slide show

    Hello

    My iPhoto 11 9.4.3 crashes whenever I try to run a slide show. I have a 2012 end Macbook Pro osx 10.8.5 with all updates of operation. I tried a lot of things. I have several libraries and each the same plant. I created a new library and loaded new pictures with the same result. I rebuilt and repaired each option with the option/command start of iPhoto on libraries. I have rebuilt libraries with iPhoto Manager with the same result, it hangs at the start a slide show. It seems to be a message that cannot be read just before she leaves.

    I think I installed new iPhoto 11 of my purchases, but perhaps did not it good as I didn't delete the iphoto.pkg from the front desk of the library, but I was wondering if another problem exists. I got the below error report.

    Any advice would be appreciated.

    Thank you

    Process: iPhoto [251]

    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto

    ID: com.apple.iPhoto

    Version: 9.4.3 (9.4.3)

    Generation information: iPhotoProject-720091000000000 ~ 1

    App item ID: 408981381

    The external application ID: 15017489

    Code type: X 86 (native)

    Parent process: launchd [135]

    User ID: 501

    Date/time: 2016-01-24 23:21:22.618-0500

    OS version: Mac OS X 10.8.5 (12F2560)

    Report Version: 10

    Interval since last report: s 2518026

    Crashes since last report: 95

    Per-App interval since last report: 165142 sec

    Per-App crashes since last report: 86

    Anonymous UUID: FC275401-0F6C-A828-E3F2-42696FD28099

    Crashed thread: 0 dispatch queue: com.apple.main - wire

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Exception codes: KERN_INVALID_ADDRESS at 0x00000000c536dd30

    VM regions near 0xc536dd30:

    CG shared images c 00000000 00000000 0001000 c 0009000 [32K] rw-/ rw - SM = SHM

    -->

    CG shared images 00000000c5c3e000-00000000c5c46000 [32K] rw-/ rw - SM = SHM

    Request for clarification:

    Run @selector (playMarimbaAction :) to sender IPKButton 0x7b246b40

    Thread 0 crashed: Dispatch queue: com.apple.main - wire

    0 com.apple.JavaScriptCore 0x90d873ae JSC::DFG:GPRTemporary:GPRTemporary(JSC::DFG::SpeculativeJIT*,_JSC::DFG::StorageOperand&) + 110

    1 com.apple.JavaScriptCore 0x90db7dc4 JSC::DFG:SpeculativeJIT:compile(JSC::DFG::Node&) + 59684

    2 com.apple.JavaScriptCore 0x90d88929 JSC::DFG:SpeculativeJIT:compile(JSC::DFG::BasicBlock&) + 889

    3 com.apple.JavaScriptCore 0x90d8ab85 JSC::DFG::SpeculativeJIT::compile() + 69

    4 com.apple.JavaScriptCore 0x90d7501f JSC::DFG:JITCompiler:compileBody(JSC::DFG::SpeculativeJIT&) + 63

    5 com.apple.JavaScriptCore 0x90d75e47 JSC::DFG:JITCompiler:compileFunction(JSC::JITCode&,_JSC::MacroAssemblerCodePtr&) + 231

    6 com.apple.JavaScriptCore 0x90d7373c JSC::DFG:compile(JSC::DFG::CompileMode,_JSC::JSGlobalData&,_JSC::CodeBlock*,_JSC::JITCode&,_JSC::MacroAssemblerCodePtr*) + 1020

    7 com.apple.JavaScriptCore 0x90d7332e JSC::DFG:tryCompileFunction(JSC::JSGlobalData&,_JSC::CodeBlock*,_JSC::JITCode&,_JSC::MacroAssemblerCodePtr&) + 46

    8 com.apple.JavaScriptCore 0x90dc61af JSC::jitCompileFunctionIfAppropriate (JSC::JSGlobalData &, *: OwnPtr, JSC::JITCode &, JSC::MacroAssemblerCodePtr &, JSC::SharedSymbolTable * &, JSC::JITCode:JITType, JSC::JITCompilationEffort) + 271

    com.apple.JavaScriptCore 9 0x90dc4fb7 JSC::FunctionExecutable:compileForCallInternal(JSC::ExecState*,_JSC::ScopeChainNode*,_JSC::JITCode::JITType) + 311

    10 com.apple.JavaScriptCore 0x90dc4e73 JSC::FunctionExecutable:compileOptimizedForCall(JSC::ExecState*,_JSC::ScopeChainNode*) + 51

    11 com.apple.JavaScriptCore 0x90d59a6a JSC::FunctionCodeBlock:compileOptimized(JSC::ExecState*,_JSC::ScopeChainNode*) + 58

    12 com.apple.JavaScriptCore 0x90de3e20 cti_optimize_from_ret + 352

    13?                           0x192cbd4a 0 + 422362442

    14 com.apple.JavaScriptCore 0x90cb8edc JSC::Interpreter:executeCall(JSC::ExecState*,_JSC::JSObject*,_JSC::CallType,_JSC::CallData_const&,_JSC::JSValue,_JSC::ArgList_const&) + 972

    15 com.apple.JavaScriptCore 0x90cb8b03 JSC::call (JSC::ExecState *, JSC::JSValue, JSC::CallType, JSC::CallData const &, JSC::JSValue, JSC::ArgList const &) + 83

    16 com.apple.JavaScriptCore 0x90deba00 JSC::boundFunctionCall(JSC::ExecState*) + 560

    17?                           0x06dd456f 0 + 115164527

    18 com.apple.JavaScriptCore 0x90cb14a4 JSC::Interpreter:execute(JSC::ProgramExecutable*,_JSC::ExecState*,_JSC::ScopeChainNode*,_JSC::JSObject*) + 3812

    19 com.apple.JavaScriptCore 0x90d5c7ed JSC::evaluate (JSC::ExecState *, JSC::ScopeChainNode *, const JSC::SourceCode &, JSC::JSValue, JSC::JSValue *) + 333

    20 com.apple.WebCore 0x039184d9 WebCore::ScriptController:evaluateInWorld(WebCore::ScriptSourceCode_const&,_WebCore::DOMWrapperWorld*) + 441

    21 com.apple.WebCore 0x039180b8 WebCore::ScriptController:evaluate(WebCore::ScriptSourceCode_const&) + 40

    22 com.apple.WebCore 0x0393ad45 WebCore::ScriptElement:executeScript(WebCore::ScriptSourceCode_const&) + 149

    23 com.apple.WebCore 0x03bdad33 WebCore::ScriptElement:execute(WebCore::CachedScript*) + 163

    24 com.apple.WebCore 0x03bdabde WebCore::ScriptRunner:timerFired(WebCore::Timer__*) + 430

    25 com.apple.WebCore 0x03bdaa26 WebCore::Timer: + 38 fired()

    26 com.apple.WebCore 0x038b379c::ThreadTimers::sharedTimerFiredInternal() + 172 WebCore

    27 com.apple.WebCore 0x038b36da::ThreadTimers::sharedTimerFired() + 106 WebCore

    28 com.apple.WebCore 0x04336fc0 WebCore::timerFired (__CFRunLoopTimer *, void *) + 64

    29 com.apple.CoreFoundation 0x93d13406 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22

    30 com.apple.CoreFoundation 0x93d12da5 __CFRunLoopDoTimer + 709

    31 com.apple.CoreFoundation 0x93cf7bb2 __CFRunLoopRun + 1842

    32 com.apple.CoreFoundation 0x93cf701a CFRunLoopRunSpecific + 378

    33 com.apple.CoreFoundation 0x93cf6e8b CFRunLoopRunInMode + 123

    34 com.apple.HIToolbox 0x943d9f5a RunCurrentEventLoopInMode + 242

    35 com.apple.HIToolbox 0x943d9cc9 ReceiveNextEventCommon + 374

    36 com.apple.HIToolbox 0x943d9b44 BlockUntilNextEventMatchingListInMode + 88

    37 com.apple.AppKit 0x959a893a _DPSNextEvent + 724

    38 com.apple.AppKit 0x959a816c-[NSApplication nextEventMatchingMask:untilDate:inMode: dequeue:] + 119

    39 com.apple.AppKit 0x95bfb210-[NSApplication _realDoModalLoop:peek:] + 667

    com.apple.AppKit 40 0x95bfb354-[NSApplication _doModalLoop:peek:] + 67

    com.apple.AppKit 41 0x95bfb515-[NSApplication runModalForWindow:] + 198

    42 com.apple.iPhoto 0x007d558a 0 x 76000 + 7730570

    43 com.apple.iPhoto 0x001d118b 0 x 76000 + 1421707

    44 com.apple.iPhoto 0x001ca178 0 x 76000 + 1393016

    45 com.apple.iPhoto 0x001c9168 0 x 76000 + 1388904

    46 libobjc. A.dylib 0x92a0a5d3-[NSObject performSelector:withObject:] + 70

    47 com.apple.AppKit 0x95a94ad2-[NSApplication sendAction: to: from:] + 436

    com.apple.AppKit 48 0x95a948e0-[NSControl sendAction: to:] + 102

    49 com.apple.AppKit 0x95a947ef-[NSCell _sendActionFrom:] + 159

    com.apple.AppKit 0x95a92d60 50-[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1895

    51 com.apple.AppKit 0x95a9259f-[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 511

    52 com.apple.prokit 0x0237d580-[NSProButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 521

    53 com.apple.AppKit 0x95a91cb9-[NSControl mouseDown:] + 867

    54 com.apple.iLifeKit 0 x 02278636-[IPKButton mouseDown:] + 375

    55 com.apple.AppKit 0x95a89921-[NSWindow sendEvent:] + 6968

    56 com.apple.AppKit 0x95a8490f-[NSApplication sendEvent:] + 4278

    57 com.apple.iLifeKit 0x022a5cab-[iLifeKit sendEvent:] + 55

    58 com.apple.iPhoto 0x000f6b04 0 x 76000 + 527108

    59 com.apple.AppKit 0x9599e62c-[NSApplication run] + 951

    60 com.apple.AppKit 0x959415f6 NSApplicationMain + 1053

    61 com.apple.iPhoto 0x000860b9 0 x 76000 + 65721

    62 com.apple.iPhoto 0 x 00085705 0 x 76000 + 63237

    A lot of older versions of iPhoto 11 this meet right now:

    Huxly647 discovered this fix

    1 goto /Applications/iPhoto.app/Contents/Resources

    2 delete the files 'googlemap.html' and googlesearch.html

    IPhoto no longer crashes, site does not work, but it doesn't bother me too much.

Maybe you are looking for