What is the best way to send slide show?

I created a slide show with music and am having a hard time sending it.  The send button get stuck and it asks for server, even though mine is connected.   I tried zipping it and is still won't send? 

Diana,
You should burn it to a DVD and mail it to them.

Similar Messages

  • What is the best way to send a file?

    i am writing a program and i want to transfer a file from a client class to a server class... what is the best way to do that?
    convert the file to bytes using the following
    File file=new File("jobs.xml");
               byte buffer[]=new byte[(int)file.length()];
               try {
                    BufferedInputStream input=new BufferedInputStream(new FileInputStream("jobs.xml"));
                    input.read(buffer,0,buffer.length);
                    input.close();
               } catch(Exception e) {//DIORTHOSE TA MSGS
                  System.out.println("reading jobs.xml->buffer: "+e.getMessage());
                  e.printStackTrace();
               firstServerRef.translationService(theCallbackObjectRef, buffer);for a reason i dont like that i am reading the file again to put it in the buffer and send the buffer... are my worries reasonable or not? is there any other better way to do that?

    Use a smaller buffer, repeatedly read and
    write, and print the exception's stack trace.
    What do you mean by reading again, by the way? I only
    see you reading the file once.hmm you mean use a smaller buffer and call the function with the smaller buffer many times in a while?
    the client and the server are not on a single machine and i want to call the function only once... could you clarify the thing that you said..
    yes you are correct that you see only one reading because i haven't pasted the rest of the code which is sth like...
    FileWriter fw = new FileWriter("jobs.xml");
               ObjectOutputStream out = xstream.createObjectOutputStream(fw);
         //      out.writeObject(new Jobb("ougk2", "Walnes",null));
              for(int i=0;i<nameOfServices.length;i++){
                   Jobb translationJob=new Jobb();
                   //find the service !
                 NameComponent nc = new NameComponent(nameOfServices, " ");
    // Resolve the object reference in naming
    NameComponent path[] = {nc};
    //create a ref for the servant of the service
    ServiceOperations theRemoteObjRef = ServiceHelper.narrow(ncRef.resolve(path));
    // JobOperations theRemoteObjRef = JobHelper.narrow(ncRef.resolve(path));
    translationJob.setObjServerRef(theRemoteObjRef.toString());
    if(i==0){ //this is the first job
         translationJob.setForTranslation(wordForTranslation);
         firstServerRef=theRemoteObjRef;
         out.writeObject(translationJob);
         out.close();
         File file=new File("jobs.xml");
              byte buffer[]=new byte[(int)file.length()];
              try {
                   BufferedInputStream input=new BufferedInputStream(new FileInputStream("jobs.xml"));
                   input.read(buffer,0,buffer.length);
                   input.close();
              } catch(Exception e) {//DIORTHOSE TA MSGS
         System.out.println("reading jobs.xml->buffer: "+e.getMessage());
         e.printStackTrace();
              firstServerRef.translationService(theCallbackObjectRef, buffer);
    which i believe is bad....

  • What is the best way to send multiple pdf files to my ipad

    what is the best way or app to send multiple pdf files to my ipad, so that I can then combine them into one folder

    I have the app Readdle Docs. It allows you to move PDF files to your device and to move them around on your device. Might check it out. ( I think there's an iPad version of the app, but I have the iPhone version and it works, just not as pretty)
    THere's also Goodreader, but I don't have experience with it to know if it has folder abilities.

  • What is the best  way to send one email for 2000+ address?

    Hi I want to send oneemail msg (only text) from mor than 2000 address.
    I want that the recp. will not c the other address (i. e. each address should be a BCC)
    what is the best way to do it? sned 2000 emails or to send 20 emails with 1000 recp. ?
    is there any limitation on the number of recp in BCC?
    10x alot Yonatan

    is there any limitation on the number of recp in BCC?
    mail server you are using may be the limiting factor. However, most mail server handle 2000 recp. You will get smtp error 552 if the mail server cant handle 2000 recipients.

  • What's the best way to send photos to a PC user?

    I'm new to the Mac world and need to know the best way to send photos to a PC user.

    Most if not all email have "Attachments" listed in the email menu.  Just click on it & follow the onscreen instructions.  Very simple. 

  • What is the best way to send large, HD video files from the iPad?

    Hello,
    My department is looking to purchase between 50 and 150 new iPads. We hold conferences where participants take short, 3-minute videos of themselves in situations they have been trained for. The idea was that after they have taken the video, they could simply email these videos to themselves, negating the need to hook the device up to a computer, transfer the video over to a flash drive, and ensure that drive gets back to the right person.
    Now that I have the first one, I'm finding any video longer than 45s or so can't be sent via email because it's too large.
    Are you kidding?
    The file I was just able to send was 7.5MB. That's the biggest video I can send from this thing? Why even give us the ability to take HD video if we can't *do* anything with it?
    But, I digress.
    What I'm looking for is the best way to get video off the iPads and into the hands of our participants. Are there apps on the App Store which might convert whatever video we take to an emailable size? I thought about setting everyone up with Apple IDs and having them use iMessage since there is no limit on file size, but of course you must own an Apple device in order to do that, and it still doesn't solve getting it on their computers.
    Any help here would be greatly appreciated.
    Thanks!
    --Rob

    You could try uploading them to a joint dropbox account that they could then download them from....but how fast it is will depend on the internet connection available.

  • What is the best way to send auto mail with excel(generated by query) attachment?

    Hello,
    Need to generate first data from stored procedure and the save it to an excel file and then send mail with the same excel file.
    So am searching for the best way so that i could do all process in a single task with daily or monthly schedule.
    As per my understanding, we could it via SSIS and by sql server using
    sp_send_dbmail.
    But i have to generate excel file first by stored procedure and then end it by mail.
    So please suggest the best way to accomplish all task in a single task.
    Thanks
    Ajay 

    Hi Ajay,
    As shown in the blog mentioned by Syed, to delete records from the Excel file, you need to use Update OpenRowset command to update the corresponding rows to blank.
    Alternatively, you can also use Derived Column Transformation or Conditional Split Transformation after the OLE DB Source so that you can replace the target rows with NULL before exporting to Excel destination or just redirect the expected records to the
    Excel destination.
    Then, in the Control Flow, you can add a Send Mail Task to send the Excel file by setting it as the attachment. The following screenshot is for your reference:
    Regards,
    Mike Yin
    TechNet Community Support

  • What is the best way to send out mass emails on an iMac?

    We have been using a different system and sending out emails on a PC.  I now need to send out a newsletter to our database and, having used one of the templates on the iMac need to send it out on my system.  Can anyone advise on the best way to do this?  I have updated the iMac to OS Yosemite 10.10.1 version

    Create a group contact in Apple Contacts.
    For examples, you create a group called business with as many email addresses inside. On your Apple Mail, you just type business, you will be able to send out the group emails out!!!
    Images below for your reference.

  • What's the best way to send uncommon sized images for printing?

    One of the things I need to do occasionally is print an uncommon sized image. For example, I may crop part of an image as a 2x3 to fit in an odd picture frame, such as a Chrstimas ornament. However, most places I print (e.g. CVS) only print common sizes. In the past I've used Elements to create a blank new image in a common size and pasted my crop into it (which is a little tricky because you have to make sure the new image and the crop have the same resolution), but I'd like to be able to do this directly in Lightroom. What would be the best way to do this?

    1. Crop the image to the aspect ratio you want. If you wish to retain the cropped version for future use, make a Virtual Copy of it.
    2. In the Print module set the page size to the size you will be ordering from the lab.
    3. Make the cell dimensions the size you want the image to be. Set the margin sizes to position the image on the page as you wish.
    4. Set Print to: JPEG File, Resolution to 300 ppi, check Sharpness, set JPEG Quality and the color space to sRGB.
    5. Click on Print to File.

  • What's the best way to send multiple photo's to another iMac

    My friend has an iMac and they are trying to send multiple photo's to my iMac.  Can anyone let me know the best method to send them please.

    AdamTurner333 wrote:
    My friend has an iMac and they are trying to send multiple photo's to my iMac.  Can anyone let me know the best method to send them please.
    Unless these are very small photos or few in number they should use a sharing service, DropBox is good but there are many others.

  • What is the simplest way to create slide show

    What is the simplest way to create a slide show ?  (Premiere Elements 12)

    saploe
    What computer operating system is your Premiere Elements 12 running on? Premiere Elements 12 Mac does not have a Slideshow option in its Elements Organizer 12. So, that situation would not yield the two choices of creating the slideshow in the Elements Organizer and taking it into Premiere Elements OR doing the whole project solely in Premiere Elements.
    What is going into this slideshow....photos (how many, original pixel dimensions), videos (formats and duration), etc?
    What is a description of your computer resources?
    How do you intent to export this slideshow...
    a. burn to DVD-VIDEO standard or widescreen on DVD disc
    b. burn to AVCHD format on DVD disc
    c. burn to Blu-ray disc format on Blu-ray disc
    d. to file saved to the computer hard drive?
    We will customize a reply based on the information that you supply.
    Thanks.
    ATR

  • What is the best import size for slide show images?

    I have imported images sized 720 pix on the long end, and I'm not happy with the iDVD 08 quality - the images are soft. It's only a 50 image slide show. Can I use full resolution images and if so does iDVD size them down ? I am exporting Jpegs out of LightRoom so I can make any size/quality required.
    Or, is there another app I should try that would give more professional results. I do like the themes in iDVD and the general interface. Is there an app that would perhaps take slide show produced elsewhere (like ProShowGold, SWF n Slide) and produce a theme/menu list/background etc., Soundslides Plus)
    I am burning at 1X speed, and Pro encoding.
    Thanks

    I have imported images sized 720 pix on the long end, and I'm not happy with the iDVD 08 quality - the images are soft.
    I'm not sure if you are in NTSC land or PAL land and the recommended sizes are slightly different. See Preparing images for iDVD slideshows at http://docs.info.apple.com/article.html?path=iDVD/7.0/en/6675.html
    Can I use full resolution images and if so does iDVD size them down ?
    My experience has been the trying to use large, hi-res images actually produces slightly lower image quality than images I have resized and sharpened in Photoshop to the recommended sizes.
    Or, is there another app I should try that would give more professional results. I do like the themes in iDVD and the general interface.
    I just did some recent test and iDVD '08 gave as high a quality images as any of the others (and was better than iPhoto or iMovie created slideshow movies). It's important to remember that the images on the DVDs we create are low res (640x480 square pixels for NTSC) which is only about 0.3 megapixels. They were designed to be viewed on 'old-fashioned' CRT TV sets which have that same resolution. Viewing such a slideshow full screen on a computer monitor with 4 to 8 times more pixels is less than optimum.
    I am burning at 1X speed, and Pro encoding.
    Under 4 x is good. Pro encoding is a waste of time for such slideshows- you would get the best quality using 'Best Performance'.
    If you ONLY want to view your slideshow on your computer - and NOT on a TV set - there are better, more high-resolution approaches you can take than using iDVD.
    F Shippey

  • What's the best way to send multiple objects with a message?

    I'm considering using an ObjectMessage and storing a Map as the object. Each
              of the objects I need to send will be bound in this Map. Is this the correct
              approach?
              Also, if this is the correct approach, where should I store the constants
              for the Map keys? If I put them in the MDB consumer, it ties the client to
              the consumer and vicea versa. I guess I could declare them in my main
              interface.
              Thanks,
              Bob
              

    OK.
              But for what it's forth, if you were to need to put a Map in an
              ObjectMessage, you might find that MapMessage gives you similiar (if not
              better) functionality, the resulting message will be smaller, and your
              system may perform better. The various implementations of java.util.Map are
              pretty hefty objects to serialize, whereas a MapMessage (at least, the
              MapMessage from BEA JMS) has been optimized to be pretty compact and fast.
              On the other hand, the only kinds of objects you can put in a MapMessage are
              Java primitive types (int, String, and so forth), whereas in a java.util.Map
              you can put any kind of object.
              greg
              "Bob Lee" <[email protected]> wrote in message
              news:[email protected]...
              > Nevermind. I'm using a Command pattern.
              >
              > Bob
              >
              > "Bob Lee" <[email protected]> wrote in message
              > news:[email protected]...
              > > I'm considering using an ObjectMessage and storing a Map as the object.
              > Each
              > > of the objects I need to send will be bound in this Map. Is this the
              > correct
              > > approach?
              > >
              > > Also, if this is the correct approach, where should I store the
              constants
              > > for the Map keys? If I put them in the MDB consumer, it ties the client
              to
              > > the consumer and vicea versa. I guess I could declare them in my main
              > > interface.
              > >
              > > Thanks,
              > > Bob
              > >
              > >
              >
              >
              

  • What's the best way to send a project from fcp to my .mac video gallery ?

    Hi
    i have a small 14 minutes project i would like to post on .mac in my gallery.
    iMovie can do it easily but thats to many steps from fcp to imovie and to .mac
    is there a more direct way of transferring movies ( projects ) ?

    You don't send projects from FCP to .mac.
    Export the movie using a reasonable compression for internet playback.
    Open up your .mac iDisk folder and drag the exported file to your movies folder on the iDisk
    Open up .mac, create a web page and link your movie. I suppose iWeb does this as well but have never used the program.
    If you want more help, try the .mac forum.
    Good luck,
    x

  • What is the best way to send a FCP 7 sequence to After Effects CS5?

    I am having trouble sending a film sequence that was done in Final Cut Pro 7 to Adobe After Effects CS5. I have downloaded a free script from Popcorn Island, but all it seems to do is make it unable to add transitions in the AE timeline as seen below. Is it safe to say to go with software as Automatic Duck?
    i really just want to use AE to color, and add transitions. Thank you for reading.
    -Greg K.

    Here's an article that compares various methods.
    You can import Final Cut Pro projects into Premiere Pro and then bring that project's components into After Effects.

Maybe you are looking for