Flashcard/Slideshow app?

I have an original iPhone. I've been looking for an app to do something fairly simple, which is to make flash cards for learning a language. For example, first card says "gracias," (in pretty large letters), then you flick your finger to go to the answer, "thank you." You would need the ability to go into the mode to create the cards, perhaps change font, font size.
However, in my case I want to learn Thai, so it would need to handle a Thai font. (Of course there could be more features, but this is the basic requirement.)
In a different vein, I've heard the iPhone 3G (with the newer firmware), can now handle PowerPoint slideshows. Perhaps if I got the newer firmware (and/or new iPhone), I could at least make the flashcards as PowerPoint slides on my Mac, then view that file on the iPhone?
Any ideas/tips would be appreciated.
Also, can someone recommend someone to talk to about developing this kind of app?
Thanks much,
DP

The fact that Thai's "direction" is "both" (vowels may be before, after, above, or below consonants), it requires right-to-left text direction installed in the Mac. I think this poses an additional difficulty to getting input and display entirely correct on the iPhone.
While it can be hard to get totally correct placement of Thai vowels and tone marks, right-to-left text direction (as needed for Arabic/Hebrew) is not a requirement. Thai vowels happen to be typed in visual rather than logical order, and even if they were not (as is the case in Hindi for example) the system would not need to use RTL to display them correctly.
Thai should be easier to put on the iPhone in some kind of acceptable fashion than Arabic or Hindi I think.

Similar Messages

  • Good flash photo slideshow app, FYI

    FYI, I've found & have been using a very impressive flash slideshow app (and have abandoned Slideshowpro), Imagevue X. Easy to use, no need to use macromedia flash app, etc. Nice fullscreen images, music, thumbnails, etc.
    Example: http://www.gpmalone.com/ (my portfolio)
    Software homepage: http://imagevuex.com/
    The website doesn't show a trial offer, but if you contact them and ask nicely they'll oblige.

    Try this:
    http://www.tutoriallounge.com/2009/08/15-stunning-adobe-flash-xml-slideshow-tutorials/

  • Photo slideshow app?...

    Hi all,
    I'm after an app which can create some very simple photo slideshows, but with a few specific functions.
    a) I want to be able to change to the next photo manually by a click - I'm not interested in being able to set a certain time, but manually change it (more like with Keynote, for example).
    b) In addition to this, I was hoping to be able to animate some slides ever so slightly w/ a Ken Burns-style effect.
    I've looked into the o obvious choices (i.e. iPhoto, Keynote), but they both come with some drawbacks for my needs:
    I am unable to create a slideshow with which I can manually change the photos when I please - I can only set pre-determined times. This is because the Export format is a mov, so it'd clearly not be possible like this.
    Keynote is the other option, as it does allow you to manually change slides/photos with a click. However, as I am after the ability to create a slight animation on some photos (a-la Ken Burns), Keynote has two really annoying features:
    1) Although it doesn't have a Ken Burns animation built in, you can sort of create your own. But for some reason, you are unable to loop this. This means that once the animation is finished, it will be motionless until I change the slide.
    2) If I purposely set the animation duration higher than it will need to be, I'm not able to interrupt that animation to move to the next slide before the animation duration is complete. This means that said slide could end up being on for too long.
    One way around this, I have found, is to export a slideshow from iPhoto with just 1 photo in it, w/ the Ken burns effect. I can then import this movie into Keynote, and set that to loop. This way it will continue w/ the motion forever until I interrupt it (which is possible this way). This, however, seems extremely long-winded, and I'm worried about clogging the slideshow up with lots of large files.
    I'm sure there must be a more suitable app out there, but I have so far failed to find it. Anyone have any suggestions?!
    Many thanks,
    Steve

    Hey 02_drummersteve_02. I didnt know how to directly message you, so Im asking here. Did you find a solution for the interference you were talking about on this topis?
    https://discussions.apple.com/thread/2189000?start=0&tstart=0
    I am having the same problem...
    Thanks

  • Slideshow app

    I love keynote, it is so user friendly.  I am looking for an app as simple and user friendly as keynote, but that I can add music to.  I am trying to make a slide show, with text (photo description) with music in the back ground.  Any suggestions?

    Unfortunately Proshow is Windows only ...
    On Mac ... take a look at Fotomagico
    http://www.boinx.com/fotomagico/overview/
    and in the Mac App Store there is:
    http://itunes.apple.com/us/app/slideshow-hd/id492172371?mt=12
    I have trialed the former ... and use the iPad version of the latter and both offer an affordable option ... though like I shared in your other thread ... the slideshow feature in Aperture 3 is quite well done ...

  • Buggy Scroll Buttons in slideshow app

    I have no prior programming experience, and I am trying to
    build a slideshow program for my site. I am simultaneously amazed
    at how easy it is to do things I think are complex in Flex, and
    frustrated at how difficult it is to do some things I think should
    be simple or even built in. Most of my problems I have been able to
    figure out from looking at examples of code similar to what I want,
    but I haven't been able to figure out how to make buttons to
    control my list of thumbnails.
    I have a set of thumbnails loaded from a Flickr photoset in
    an itemRenderer in a horizontalList, and I want to use buttons to
    scroll through the list and to select different items in a
    slideshow. On their own, the buttons work fine, but when I scroll
    to the end using the fast scroll buttons, then select an item with
    the cursor, the item selector buttons no longer work right--they
    start skipping items in a weird way. I have attached the code I'm
    using for the scroll and item selector functions. I have looked
    everywhere for a solution, and tried many different ways of doing
    this, but I am stuck.
    So my main question is:
    (1) what do I have to do to stop the buggy behaivor? Please
    keep in mind that I have 0 programming experience, so please try to
    keep your explanation as detailed and explicit as possible.
    My other less pressing questions are:
    (2) What do I use so that I do not have to type in the total
    number of items in the list? EDIT--I solved this one myself, by
    using maxHorizontalScrollPosition. duh.;
    (3) is there an easy way to either have the list scroll when
    the selector buttons select an item off screen, or have the item
    selected item always be in the center of the screen? EDIT -- I
    solved this one too using scrollToIndex(photoList.SelectedIndex),
    after the showNext() or showPrevious() functions. It doesn't work
    exactly the way I want, but close enough.
    (4) can someone point me to an example of code that allows
    the rest of the large images to be preloaded while the user is
    looking at a particular photo, or some similar code I could use to
    extrapolate how to do such a thing?
    (5) would the buggy scroll buttons be considered a bug in
    Flex Builder or is my code screwed up?

    Well, here's the link to the application as it stands now:
    http://www.dukeofclubs.com/acoustikzoo/
    If it doesn't load at all, the problem is with my horrible
    godaddy server, which I am in the process of changing. Just try
    again later.
    Changing the if(){} if(){} to if(){} else{} in the scroll
    functions got rid of 99% of the problem. It went from being there
    all of the time before, to now only coming up very very rarely,
    usually when you scroll to the end very rapidly, then try to scroll
    back.
    Frankly, I'm not sure if it is a bug or not, because I am not
    a programmer. Logically, "if, if" makes as much sense to me as "if,
    else," but for all I know "if, if" is an invalid expression, and
    that is what caused part of the problem. Similarly, I'm not sure if
    there is something else in my code that is invalid that is causing
    the remaining part of the problem. So I don't know if it is a bug
    or not... you tell me--look at the scrollLeftFast() function, for
    example. Should changing that from "if if" to "if else" make a
    difference? If so, then the problem was with my code, else { I
    guess there is a bug. }

  • Can I create a large slideshow in Aperture?

    I have about 800 photos I want to make a slideshow in Aperture3.3, add audio, theme. Can this be done, or should I split it up? In the past in iPhoto, iDVD, I have had problems getting large projects to process, they seem to stall. I just recently purchased Aperture, this is my first project. I have USB thumb drive 8GB to transfer the Slideshow to, will this be a problem? I was told I could drag and drop the slideshow to the thumbdrive. We were on a long trip with friends and I want to give this to them as a gift. Thank you for your answer.

    Can I suggest that if you're making a large slideshow then you might be best working in iMovie or a dedicated Slideshow app. You'll have much more fine control over what happens - especially with the sound track and the timings.
    Alternatives to Aperture's slideshow include:
    iMovie, on every Mac sold.
    Others, in order of price: PhotoPresenter  $29
    PhotoToMovie  $49.95
    PulpMotion  $129
    FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
    Final Cut Pro X $299
    It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs. However, there is no doubt that Final Cut Pro X is the most capable app of them all. You get what you pay for.

  • Custom Slideshow Application Possible?

    Hey, new developer here, looking to make things using Xcode. Have a question I'd like awnsered if possible.
    I was looking for a slideshow app with some specific functions and couldn't find it. So I decided I might as well program one myself.
    I am just wondering if the application I am about to describe is possible to make and if so what the best way is to go about it (tips?).
    I often have to showcase slideshow at meetings, but they are quite in the background. So they go on for a while, basicly on loop until the meeting is done. I have no problem with it, only that the randomizing of the slideshow is not what I want exactly. So now I'm going to list the specifications I would need from a slideshow program, I currently am using Phoenix Slides.
    -Needs to be able to load a lot of pictures rather quickly (phoenix slides is a good example).
    -Has to be able to randomize the slides in the slideshow and the time between the slides must be able to be adjusted. Would like a transition effect if possible.
    -Loop functionality, able to scale up images and a background color for the slideshow.
    -Fullscreen fuctionality!
    -File viewer so I can select the directory where the images are that I want to use in the slideshow.
    Now here's the part that puts this slideshow app apart from others. The best way to explain what I need is through an example. I basicly need to be able to show pictures of products and slides with information about the products. This is all fine, except that the randomize function of a slideshow isn't exactly what I want. I often have the problem that the interval between the pictures and informational slides is not very good. Sometimes it takes forever to get to a information slide, or sometimes I have 3 after each other.
    So here's what I need, as an example. I would want 14 slides of pictures and every 15th slide should be an information slide. Each group, group 1 being pictures and group 2 information, still randomizes. So every 14 slides are still randomized, and the 15th slides is also randomized. But this way there is a set interval at which information is shown and it isn't repeated right after each other. I'd also like to set the interval between group 1 and group 2.
    There are other functionalities I could use, but this is the main function I need and would make my life a bit easier if I could make an application like this. I just want to know if it is possible to make this, and what's the best way to go about it.
    Much thanks!

    it's not necessary to have the artboard shaped like anything but a rectangle--to make a card like you desire will require having a cutting die made--the cards will be printed and then diecut--build your artboard -- let's say 4.5" wide x 3" high--make a new color called dieline--set it as a spot color--make it 2'x3.5" (standard business card) use the rectangle tool to create a 1/2 point rectangle with the stroke set to 'dieline' and fill set to 'none' (put it in it's own layer-topmost layer) then put your art inside of that area on another layer--then alter the rectangle shape by adding anchor points with the pen tool and moving them to make the shape you desire.
    note: this will be expensive because of the cost of making a die and paying for the diecutting.
    see attached

  • Preview.app is extremely slow opening 500 jpg from external HD

    Hello everybody,
    yesterday I wanted to open a folder of approx. 500 jpg-Files from an USB-HD for a slideshow. I switched to the folder and opened all files in it (only jpg) via Command-A, Command-O.
    Preview.app took several minutes to load the images.
    After I copied the folder (1,27GB) to my internal Harddisk, the same process took a glimpse of 2 or 3 seconds.
    What's wrong with the opening from an external source?
    Why does Preview.app open all Images at once instead of opening them when being switched to during the slideshow, and why is the same process so much faster when loading from an internal HD?
    Can you recommend any other (free) slideshow apps?
    Thanks for any comments
    Andreas
    PowerBook 15'' Mac OS X (10.4.8)

    Andreas, you seem to have at least partially answered your own question. review won't play a Slideshow until all the images are loaded, and from an external drive connected by USB it takes 3.5 minutes for you to load them.
    If you just want to play a slideshow of the pictures then you do not need to use Preview at all. In a Finder window, select the pictures you want to include, Control-click and select slideshow. See if this plays immediately…
    …Actually, I just hooked up my Firewire external and tried it. The slideshow played immediately.
    Matthew Whiting

  • How can I play only part of a song (stop the song short) during a slideshow in iphoto and fade into the next song?

    I am making a slideshow and I only want to play half of one song and fade into the next. How can I do this?

    You need an slideshow app that gives you more control over the Soundtrack.
    Alternatives to iPhoto's slideshow include:
    iMovie, on every Mac sold.
    Others, in order of price:  PhotoPresenter  $29
    PhotoToMovie  $49.95
    PulpMotion  $129
    FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
    Final Cut Express  $199
    It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs.  However, there is no doubt that Final Cut Express is the most capable app of them all. You get what you pay for.

  • Slideshow in LR5.2

    Everytime I use Slideshow in LR5.2 lightroom crashes.  Is there a fix for this problem?

    Slideshow in Lr5 does not work well enough for me to use - I have found no solution other than "don't use it".
    Either export a slideshow from Lr, export (or publish) photos from Lr and feed them to a 3rd party slideshow app, or use a plugin like ShowBiz.
    That's all I can think of..
    R

  • Whats the "Math" for showing FAST photos in a SLIDESHOW?.....

    Yes, I'm totally DUMB when it comes to math!...
    I"m creating a SLIDESHOW, and I'd like to show some photos VERY FAST!... I know how to do one (1) second, but I'd like to show some photos much much faster!. I don't know if its .03, 0.4, 0.5 or whatever the numbers are to show very very fast photo frames.
    Please advise.
    Thanks...

    The math is really simple:
    Use another app.
    IPhoto will not show a pic for less that 1 second.
    I strongly suspect that none of the usual Slideshow apps will either and that you're looking for a Timeline based video editor like Final Cut for that kind of close editing.
    Regards
    TD

  • My music not playing with slideshow

    Since updating my iPhoto to version '11  version 9.5,  the music I select to play with my slideshows does not play.  The canned theme music does play however.

    I had problems with some 3rd party slideshow apps when I had the library on an external HD. However, I'm not sure I moved it there like I told you to do.
    If you have Quicktime Pro there is a fairly easy way to add your music to the slideshow. It goes like this:
    1 - export the slideshow from iPhoto without the music.
    2 - if you have more than one music track to use join them together into a new file with an audio editor like Garageband, Amadeus Pro or Audacity.
    3 - open your music track with QT Pro 7.
    4 - Open the slideshow movie with QT Pro.
    4 - in the slideshow window type Command+A (select all) and then Command+C (copy).
    5 - go to the slideshow window in QT Player and select Edit->Add to Selection and Scale.
    6 - save the merged item as a self contained movie.
    This will add the slideshow to the music and scale the slideshows length to match the music. Don't do it the other way around as the music timing will be altered changing the speed and pitch of the music.
    With this method and if you have more than one track you can overlap and fade between tracks eliminating the dead air that often results between tracks. It also will assure that the music will end with the last slide. NOTE: I add a blank, black slide at the end of my slideshows so the last slide fades to black and the music ends on the black slide.

  • Slideshow Viewer with music - Flex example code??

    Hello.
    I am not a Flex programmer at this time. I have only started looking at it because a client of mine wants a slideshow viewer that fades between images and plays music on her website. The site is done with simple PHP. Can someone point me in the right direction?  I have no problem learning Flex but I need this asap.
    Thanks in advance,
    Noble

    Noble -
    There's no point in reinventing the wheel for that solution...
    This is a free flash-based slideshow app that will solve your problem quick, and if you dont like that one, try google'ing Flash-based slidewhow...
    http://www.flshow.net/carousel_download.php - by the way, it is FREE
    Flex would probably do what you want, but you would be a ways off from deployment, and learning it to solve this problem seems like overkill.
    If this post answers your question or helps, please indicate above 
    Rich

  • Relocate moved files in Elements 6 Slideshow

    I am running Windows XP and I'm using Photoshop Elements 6 and Premiere Elements 4. Over time, I've added and removed hard drives and the location of files has changed. I have not been using the Organizer.
    I have some slideshows that I created using the Photoshop Elements 6 Slideshow app. Now, when I open my projects, I just get black slides. There doesn't seem to be any way in the Slideshow Editor to show information about the individual slides. After hunting through what I have and looking at files with a Hex viewer, it appears that the "PSESS" files might be the source for the slideshows. As I suspected, the files referenced in these files are now in different places than they had been when the slideshow was created. Since some of these slideshows have about 500 slides and a lot of work went into setting up the Pans and Zooms, I really don't want to recreate them from scratch.
    I wonder whether anyone can answer my questions. Is there any way to modify the Project so that the file pointers will find the files in their new locations? If not, are the "PSESS" files what I should be looking at? If yes, is there a way to edit the files and do a global Search and Replace to make the file pointers reference the current location?
    Thank you.

    You could download the free adobe dng converter and use that to make DNG files that your version of ACR can read, but ACR has come a long way since PSE 6.

  • Has anyone found solutions in LR5.2 to slideshow issues., i.e. bad color, corrupted images, etc?

    I am having major issues with LR5.2... first, the slideshow stopped working, though in LR 4 it worked, and still works, fine. Issues are that most of the time the slideshow would not start when "play" is started.  When it does start, images are totally distorted and do not playback correctly.  I spent two hours on with help desk, and they sent me 5 links to try, including deleting the preference files.  Did not help.  The only think I have not tried is re-installing the program, which is next.  I am leary because I have collections that I fear may be lost, though I know the catalog will be safe.  Can anyone shed some light on this disaster?

    Slideshow in Lr5 does not work well enough for me to use - I have found no solution other than "don't use it".
    Either export a slideshow from Lr, export (or publish) photos from Lr and feed them to a 3rd party slideshow app, or use a plugin like ShowBiz.
    That's all I can think of..
    R

Maybe you are looking for

  • Customized User Profiles not loading for Network Users

    I manage Macs in public computer labs and classrooms at a university. My general set up is as follows: Clients are running 10.8.5, OD Masters are running 10.7.5. Open Directory Master to manage client preferences for Login window and screen saver. Cl

  • Safari says not connected to internet- System Prefs does...

    OK, I'm not extremely computer savvy, but I'm not totally ignorant either. But I have a network connection problem that I have absolutely no idea what's going on. I have a black MacBook Pro, and am running 10.4.11. I have an airport express at home,

  • Ok so I recently dropped my ipod touch 4 in the water.

    It fried and I took it to geek squad. They can't even get it to turn on. Should I throw it away? Another thing is I got it for Christmas so Idk If I had insurance on it. Also my other question is. I spent $50.00 In iTunes. Is that all gone to? Is the

  • Enterprise portal not starting , error java.lang.NoClassDefFoundError:

    hi friends , till mondy my EP module was starting, today it has stopped. i had only applied some new SP7 patches to make my VC work however it resulted in failure of EP. url i am trying is http://ps3381:50100/irj/portal i am getting following error A

  • Correspondence to customer F.17

    Hi all, I would like to see subtotal in an output of correspondence to customer in F.17 (e.g. subtotal amount by reference field - XLBNR) but I didnt success to perform through sort variants for correspodence and line items). So, is there any way to