Exporting questions... help!

I've been using Keynote since iLife '05. I'm working on a project that has animations between slides (crossover, cube...). I noticed that if I choose to export my presentation to HTML, the file is exported without any animation. In addition to that, if I export my project using iLife '05 (which supports Flash exporting), I obtain the same result: no animation.
The only format that displays animations is QuickTime but I was looking for a better file type because I need to embed it into a web page.
Any ideas? Thank you

After testing the Flash exporting feature with iWork '05, I noticed that it won't work with some effects, especially if you choose to start the animation at "click".
At this point, could somebody please suggest me a good WYSISYG or some AJAX or Flash templates in order to create interactive slides of web content? (images, videos, articles...)
Thank you very much,

Similar Messages

  • Error in Export "EXP-00091: Exporting questionable statistics  "

    when i execute export on server having RAC DB R10g R2 on Linux 4 it return error , nobody has changed it's characterset .
    how to fix this error, CAN THIS ERROR CAUSE BIG DESASTER TO DB IN FUTURE
    C:\>exp hst/hst file='/home/oracle/expdat.dmp
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user NRI
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user NRI
    About to export NRI's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export NRI's tables via Conventional Path ...
    . . exporting table TABLEA 0 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table TABLEB 0 rows exported
    EXP-00091: Exporting questionable statistics.
    Kindly Help be ho can i fix this error
    Thanks in advance

    Hello,
    You wrote:
    CAN THIS ERROR CAUSE BIG DESASTER TO DB IN FUTUREThe error message EXP-00091: Exporting questionable statistics just warns you that the statistics
    were exported but these statistics may be not useable.
    So, if you have to import these Tables, you may have to collect again the statistics of these Tables.
    It's not relative to this problem but why don't you use DataPump (expdp/impdp) ?
    Please find enclosed a link about DataPump, it's much more powerful than the classical export/import:
    [http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm#i1009203]
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Feb 6, 2010 12:56 PM

  • Apple id is disabled, to reset the password I do not know the email and security question. help what to do?

    apple id is disabled, to reset the password I do not know the email and security question. help what to do?

    Hi ingaosk,
    Thanks for the question. Based on what you stated, it seems like you did not receive the reset email. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    If you didn't receive your Apple ID verification or reset email - Apple Support
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • HT1349 I for get security question help my too rest , send to my mail :

    I send email for serves and send to my by email ling I tray eat not help my to rest my security question .
    No we to send security question to my email or what I down I tray from many days
    The serves send that and it,s not help : read it
    Hello,
    The following information for your Apple ID *********** was updated on 02/03/2013:
    Phone number(s)
    If these changes were made in error, or if you believe an unauthorized person accessed your account, please reset your account password immediately by going to iforgot.apple.com.
    To review and update your security settings, sign in to appleid.apple.com.
    This is an automated message. Please do not reply to this email. If you need additional help, visit Apple Support.
    Thanks,
    Apple Customer Support
    Tel my what I do I need my program and my many in my account and wan I need to seal program he asking security question , what I do
    I for get security question help my too rest , send to my mail : ***********
    <E-mail Edited by Host>

    Do not post your email adress here.
    Open your browser and go to iforgot.apple.com and follow the instructions there.

  • EXP-00091: Exporting questionable statistics

    Dear Friend,
    I am using Linux Database and Windows database, the problem now I am facing while exporting data from Linux which is imported from windows oracle database dump file.
    when I am exporting I am getting this error
    EXP-00091: Exporting questionable statistics
    and shows
    Export terminated successfully with warnings
    Now exported file I am importing from Linux to windows and getting this error
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Import file: EXPDAT.DMP > c:/aa.dmp
    Enter insert buffer size (minimum is 8192) 30720>
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    Regards,
    Oracle User

    Hi,
    >>because I exported dump from oracle10G
    Then you use the exp 10g version, right ? To move data DOWN a version(s), you need to export using that lower versions EXP tool and using IMP that lower version tool.
    Take a look at this below?
    Exporting Data From Release 10.2 and Importing Into Earlier Releases
    Export From      Import To      Use Export Utility For      Use Import Utility For
    Release 10.2      Release 10.2      Release 10.2           Release 10.2
    Release 10.2      Release 10.1      Release 10.1           Release 10.1
    Release 10.2      Release 9.2      Release 9.2           Release 9.2
    Release 10.2      Release 9.0.1      Release 9.0.1           Release 9.0.1
    Release 10.2      Release 8.1.7      Release 8.1.7           Release 8.1.7
    Release 10.2      Release 8.0.6      Release 8.0.6           Release 8.0.6
    >>EXP-00091 is still remain.. you said I have to chang ethe NLS but I am new to linux
    I think that there is no problem ... but you can use also as I said before the statistics=none clause, but remember that you need to use the exp 9i version ...
    Cheers

  • HT201363 I forget security question, help me recover?

    I forget security question, help me recover?

    You need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (104340)

  • About Java 2 opaque font color question, help needed!

    About Java 2 opaque font color question, help needed!
    I was trying to test opaque font (the string has a foreground color and a background color), but i can't find the method for doing that.
    i can change foreground by Graphics2D.setPaint(Color.black).
    Anybody know how to change the background of the string?
    Thanks!

    Hi. The way I'd do it would be to use the font metrics to find the length of a string and draw a rectangle and then drawstring over the rectangle. If you want an example, I can post it although I suspect theres a better way.

  • I forgot my security queStions help me!

    I forgot my security queStions help me!

    If you have a rescue email address set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address set up then go to Express Lane  and select 'iTunes' from the list of 'products' in the middle of the screen.
    Then select 'iTunes Store', and on the next screen select 'Account Management'
    Next choose 'iTunes Store Account Security' and fill in that you'd like your security questions/answers reset.
    You should get an email reply within, I think, about 24 to 48 hours (and check your Spam folder as well as your Inbox)

  • Basic Exporting Question

    My main question is a very basic exporting question, but here is a super-condensed explanation of my big-picture goal for context:
    Large (~450 MB) aiff on CD --> trim w/ Quicktime --> small (~16 MB) MP3 in iTunes
    I would like to take an audio file (aiff) that is approximately 450 MB and export it from Quicktime and in doing so, reduce the file size and convert it to MP3. When I simply try to export it, it doesn't ask me about what size I want, nor does it give the option of MP3 formatting.
    I have figured out how to reach my goal, but it's a mess. After I make my trims in QT, I have to:
    1. select "share" instead of "export".
    2. It asks me what size I want and I select small.
    3. The file is then exported as a Quicktime movie into Mail and the size is reduced from 450 MB to about 20 MB.
    4. I then have to "right-click" on the attachment in the email that is created,
    5. save the attachment,
    6. discard the email,
    7. import the file into iTunes, and
    8. create an MP3 in iTunes to finally arrive at my goal.
    This seems like a ridiculously convoluted process to change a large aiff to a small MP3 and put it in iTunes. Any suggestions?

    Thanks. I guess the basic answer to my question is that it can't be done in one or two fell swoops. The problem is that it starts on a burned disc, and I need to make edits to it before it ends up in iTunes (to be eventually used in iWeb). I was hoping to avoid juggling back and forth between iTunes and QT. I either would have to send it back to QT to do the edits after -->iTunes-->mp3, or import the large file from the CD to QT, make the edits, save changes, import large file to iTunes, convert to mp3.

  • Exporting question #53427

    I read through exporting questions for over the last year, but I came away more confused than ever. Here is my problem (which others had, but I'm looking for the quickest solution):
    I made a 3 hour video on iMovie 8 only to read about its limitations afterward. I used information I found on some post to download iMovie 6 and then export my iMovie 8 project to it for its finalization.
    I tried to export the movie LARGE size and it took 6 hours only to end up with the message error -2125.
    I then tried to export to Quicktime, but it was scheduled to take 30+ hours.
    Is there an easier way to get the iMovie 8 project into iMovie 6 in order to complete it?
    (As a side note, I have a 2003 copy of Final Cut Pro which I have not installed. Would this be worth installing on my MacBook to transfer the project to that?)
    Thanks as always.

    Pete Abred wrote:
    .. I was wondering if you know how how I can divide my 3 hour movie into 3 dvd's when I burn the project. ..
    iDVD accepts projects of up to 120min.. so 2 DVD would be enough, allthough ≤60min allow the best quality in iDVD ..
    iM mastermind Dan Slagle answers your question on his site:
    http://www.danslagle.com/mac/iMovie/usage/5003.shtml

  • Sister was using my iPod, she changed Apple id to hers, then forgot the iTunes password, now it's disabled she doesn't know what backup email she use or the security questions HELP can Apple reset my iPod?

    sister was using my iPod, she changed Apple id to hers, then forgot the iTunes password, now it's disabled she doesn't know what backup email she use or the security questions HELP can Apple reset my iPod?

    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or          
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • HT5312 forgot the answers to security questions. help.

    forgot the answers to security questions. help.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Urgent help please, export question

    I only recently started using Speedgrade and need to export my sequence back to Premiere but it's only giving me a bunch of individual files, not a sequence I can open in Premiere. I searched through the forums but could not find a detailed answer.
    From my sequence in Premiere I selected "send to speedgrade"
    I applied color grading to the clips
    For output I selected DPX baseline, this just spit out every clip as a dpx file but no sequence to maintain the edits. I don't see an option for DPX sequence anywhere.
    I would be very grateful for some immediate help as I have a deadline soon.
    Thanks.

    SpeedGrade is a different beast. To answer you last question: Adobe had less then half a year to develop any integration with the Creative Suite.
    Regarding your first question see this tutorial:
    http://www.video2brain.com/en/lessons/exporting-to-speedgrade

  • Exporting Question, PLEASE HELP!

    I'm using EXPRESS.
    A few film festivals are requiring a DVD SCREENER - which I'm exporting using Quicktime Conversion, and then burning in iDVD.
    HOWEVER
    They're also requiring a "DATA DISC". Essentially, I'm going to put the data burned version on a DVD as well, but the movie needs to be a file in which they can open/save on their computer (.mov). How can I do this? Whenever I try to export as a QUICKTIME MOVIE, I lose about 50% of my image quality.
    -"Two copies of your film must be submitted: a DVD format (which can be played in a DVD player) and an electronic (.mov, .wmv, or .avi) copy of your film burned onto a data disc"

    For the DVD, do NOT use QuickTime Conversion. Go to File->Export->QuickTime Movie, then import the resulting file into your DVD authoring application.
    For the other version, export Using QuickTime Conversion and choose h.264 as the compressor.
    -DH

  • IMovie exporting questions, please help!

    Hi,
    I'm trying to transfer a home movie from a video camera and make it a quicktime file.
    1st of all: Do I have to go through iMovie? Or can it just import as a quicktime movie?
    2nd of all: in iMovie, is the only way to import it to import it as it plays? For long movies, this takes a while- is there a faster way?
    3rd of all: Once I have the iMovie project, and I want to make it a quicktime file, i'm faced with this dilemma. I find "CD-ROM quality" slightly unacceptable, and "Full Quality" takes up about 1 GB per hour of movie . I see that there is an "Expert Settings" option; how can i use this option to find a middle ground?
    Thanks so much!

    welcome to the "wonderful world of video compression" .... ;-)))
    I'm not familiar with QTpro7, it has a "record" option, but I'm not sure, wether it recognizes firewire-input...
    I would choose iM anyhow, because, it is very convient in usage: I can remote control the camera, I can edit "quick'n dirty"...
    the camera can play-out in realtime only - so, input-speed ist set here, not by iM... if this answers your second question; digital files get imported much faster, your harddrives speed set the limits...
    the expert option get visible, when you choose 'em and hit the button, you get confronted with this dialog:
    in the drop-down, you can choose many codecs/compressor, each offers different "options"... you can set codec, bitrates, resolutions, frame rates, plus same for audio.....
    happy landing

Maybe you are looking for