How to establish ebooks for automatic reading?

I find some book can automatically reading,but i use ibooks author create book can't automatically reading. It lose Voice icon on top toolbar,it is not like other books can click open dialog by this icon,then control automatically or  manual turn page and click start reading button to start auto read book. Please tell me this feature use ibooks author self to create or use third  tool,ex html5 and keynote.
ex. this image,top is other's,bottom is mine,without Voice icon and auto reading.
There is another question,click image then play audio,it is use html5?I use html make play audio demo,but it can't work,hint can't play audio,the audio use iTunes convert m4a sound.
This is my same quesition https://discussions.apple.com/message/17533955#17533955
but use Chinese,and without answer,so i use English repeat this quesition.
And sorry my pool english.

you can use this ad-on [https://addons.mozilla.org/en-us/firefox/addon/read-it-later/ Pocket (formerly Read It Later) 3.0.4 ]

Similar Messages

  • How to make SSIS packages automatically read the input file from a path?

    Currently I am using a SSIS package to read data from a .dat file and load it into SQL Server tables.
    I am placing the input .dat file on the desktop. In the connection manager -> Browse option, I am pointing this file to create connection.
    The file naming convention is like - aSNAP_Data_20140926_P-2014-09-26_07.02.36
    However, I need the SSIS package to automatically read the input file from a folder which is located in a remote server. This folder has lots of files where input files are added on a daily basis with the date value in the file name as mentioned above.
    I want to schedule the SSIS package to run daily and take the latest file in the folder based on the date.
    Please let me know how to do it. Any help would be highly appreciated.....
    Thanks in advance.

    Hi SQL_SSIS_Dev,
    According to your description, you want to get the latest file from a path to a SQL Server table. After testing the issue in my environment, we can refer to the following steps to achieve your requirement:
    Create two variables, VarFolderPath stores the folder path in which our files exist, VarFileName hold the value of most recent File Name.
    Drag a Script Task from SSIS Toolbox to Control Flow Pane, then select “User::VarFolderPath” as ReadOnlyVariables, select “User::VarFileName” as ReadWriteVariables.
    Then Edit Script with the C# code below:
    Add “using System.IO;” into namespace.
    Add the code below under Main function:
    var directory= new DirectoryInfo(Dts.Variables["User::VarFolderPath"].Value.ToString());
                FileInfo[] files = directory.GetFiles();
                DateTime lastModified = DateTime.MinValue;
                foreach (FileInfo file in files)
                    if (file.LastWriteTime > lastModified)
                        lastModified = file.LastWriteTime;
                        Dts.Variables["User::VarFileName"].Value = file.ToString();
    Drag a Data Flow Task to Control Flow Pane and connect to Script Task.
    In the Data Flow Task, drag a Flat File Source with a file in the source folder as all the files have same structure as the File name.
    Add the property below the Flat File Connection Manger expression:
    Property: ConnectionString      Expression: @[User::VarFolderPath] +"\\"+ @[User::VarFileName]
    Drag an OLE DB Destination that connect to the Flat File Source, then configure a table to store the data.
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to register Plugin for Adobe Reader X (10.0)?

    Hi,
    I have received Adobe RIKLA license with digital certificate (.rc) and it's working fine in Adobe Reader 9. I used SignPlugin method register our Plugin with Adobe Certificate. My question is 'how to proceed for Adobe Reader X (latest version)?'. Please provide some pointer.
    Thanks in advance!

    Thanks Ironsenth, it worked for me in Adobe Reader X.
    But the problem is, my toolbar is appearing in Right-Hand side panel unlike Adobe Reader 9. How can I drag my toolbar in the proper position like Adobe Reader 9.

  • How to set exceptions for automatic cookie-clearing on closure?

    Firefox is forgetting my two-step google logins. On the google two-step verification page, there's a checkbox which says "Don't ask for codes again on this computer."
    But firefox keeps asking for codes.
    i have firefox set to clear cookies on closing.
    i also have the urls below set as exceptions, in two places:
    -in about:permissions, they are all set to allow, and also to keep offline data without asking
    -in options/privacy/exceptions
    mail.google.com
    maps.google.com
    calendar.google.com
    www.google.com
    shopping.google.com
    plus.google.com
    *.google.com
    google.com
    gmail.com
    this forum is messing up my list, above. Each url is a separate item in exceptions. The bulleted one actually starts with a star. (good job mozilla, thanks for this ancient text editor)
    how do clear all cookies EXCEPT the ones above, when i close firefox? Or, is this not a cookie problem?
    do i need to include "http://"
    this article did not help
    https://support.mozilla.org/en-US/questions/974020

    That worked. (no, it didn't)
    It's very confusing that Firefox has settings for how to handle cookies on closing in three different places. They should change that.
    "Keep until I close Firefox" seems redundant with "Clear History when Firefox closes" with "Cookies" checked. Then there are settings in "about:permissions". No way to know which one takes precedence. That's poor user-design.
    For others having this problem, here's a clear explanation. However, this is only PART of the fix, hoping to find the complete fix later in this thread.
    You CAN make FF keep only certain cookies on closing, and erase all others. Here's how to set all cookies to be cleared as soon as you close firefox, except your exceptions:
    # Go to Tools > Options > Privacy.
    # Under "History", pick "Firefox will Use custom settings for history"
    # Click "Exceptions", and add the cookies you want to keep. Click "Close"
    # Click "Keep until I close Firefox"
    # If you have "Clear History when Firefox closes" checked, then:
    * Click "Settings"
    * Uncheck "Cookies", and click "OK".
    6. Click "OK" to close the settings box.
    (now this forum has a formatting toolbar, thx! why didn't have one before?)

  • How to install plugins for Adobe Reader as non-root?

    I'm using Acrobat on a linux system, but I'm not the administrator. I need to install a new plugin (FileOpen.api from www.nr.com) to open their pdf-files. They explain very nice how to place that plugin in the plug_ins directory, but that's a systems directory and you need to be root to do that, which is not an option in my case. However: it is very common practice on linux systems that these type of things can also be installed under some users-dir, for example ~/.acrobat/plug_ins This example definitely does NOT work, but which directory will work?

    Hi Jakob,
    You can place your plugins in a folder named 'plug_ins' under your home directory:
    $HOME/plug_ins
    They will be picked up by the Adobe Reader if they are Reader-enabled.
    Ashutosh

  • How to enable commenting for Adobe Reader users--missing menu option?

    According to the help file, I can enable commenting in Acrobat Pro X so that Adobe Reader users can use annotation and commenting tools.  The help file says:
    "In an open PDF, choose Comments > Enable For Commenting In Adobe Reader, and then save the PDF.:"
    However, all is see on my menubar is:
    According to the help file, I *should* see something like the following:
    I have uninstalled and reinstalled Acrobat Pro X.  I have installed Acrobat Pro X on a machine that has never had Acrobat Pro installed on it.  Each time I see only the shortened version of menu options.
    So, why do I only see File, Edit, View, Window and Help?  Where are  the other menu items, such as Comments, Forms, Tools, etc?  Is there  something I need to do to enable them?

    *Thank you*.  That worked.  How odd that the help file was out-of-date with my version of Acrobat.  Thanks you again!

  • How to check Windows for Acrobat Reader?

    Hello, everyone. I hope you are having a nice weekend! :)
    I'm trying to check to see if Windows XP PCs have Acrobat
    Reader installed on a button that launches a PDF file. This is what
    I have:
    on mouseUp
    set Acrobat = baFindApp( "pdf" )
    if Acrobat = "" then
    Alert "You will need to install Adobe Acrobat Reader to view
    the PDF documents properly."
    else
    baOpenFile(the pathName&"Data/button1.pdf","")
    end if
    end
    This launches the PDF on Windows if Acrobat is installed
    without errors, but when I uninstall Reader and click on the
    button, nothing happens. I don't get the alert and I don't get the
    PDF launched.
    This script actually gives me the alert on the Mac, but it's
    moot.
    Any ideas?
    Thanks!

    It's not clear if you uninstalled Reader and then rebooted...
    this might give a false positive... also, the notes for the docs
    strongly suggest that baFindApp() looks for the registration of the
    file extension which would be located in the registry...
    ... an interesting note: if Adobe Acrobat and Reader are both
    installed, for instance, then the baFindApp() call will return
    Acrobat.exe as the application (on my system, anyways) -
    technically, Acrobat, Reader and GoLive have all registered .pdf on
    my machine, but the registry lists entries alphabetically so
    Acrobat gets the recognition, so-to-speak.
    It would appear that baFindApp() has a flaw if two or more
    applications have registered the same extension.

  • How to set applications for automatic updates?

    Some apps are updated automatically and others require approval before the update takes place. Is there a way to change an installed app from the approval-needed mode to automatic updates?

        sgmccunn, We can understand the importance wanting to chose to do an automatic update for your applications. Unfortunately, if the application does not give the ability to auto update it cannot be overridden. Some app creators want people to know what they are chosing to upgrade. It does require approval beforehand.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • How to load ebooks onto picolife reader

    Hi all,
    I have a picolife e-reader. It reads epub files but can't get it to load my ebooks using Digital Editions.
    Any tips??

    Wescott,
    Pl read the following thread:
    http://forums.creative.com/creativel...ssage.id=76035
    Hope it answers your question.

  • How to install updates for Adobe Reader 10.1.0

    I have installed Adobe Reader 10.1.0,  and I want to upgrade it to 10.1.3. Do I only need install Adobe Reader 10.1.3 update?? Or I also need install 10.1.1 and 10.1.2 updates??? Thanks.

    Adobe Reader's updates are cumulative.  You can install the 10.1.3 update alone and be up-to-date.
    -David

  • Priority for Automatic Proccesses in Oracle BPM 10.3

    Hi,
    I'm completely new to the BPM space, and I was just transferred to a team that's using Oracle BPM 10.3, so my apologies if this is a trivial question.
    Does anyone know how to implement priority for automatic activities in Oracle BPM 10.3? Basically, I want high priority instances to be processed before low priority ones.
    I tried kicking off several instances in a loop with the "priority" variable set to different values, with an automatic activity that would log the instance and its priority, and the begin state limiting the process to a single concurrent instance at a time. It did not look like these instance were processed in priority order.
    Thanks!

    The priority predefined variable is an integer that goes from 1 to 5. The visible corresponding values for these integer values when shown to the end user in the WorkSpace run from "Lowest" (1) to "Highest" (5).
    You typically use priority in a view or filter for the Workspace. You'd set the priority column in the WorkSpace to be sorted descending so that the higher the priority, the closer it is to the top of the end user's queue.
    Unless your view or filter is set to show all activity types currently in the process, the only work item instances shown in the WorkSpace are Interactive activities . The benefit to setting a priority to work item instances is that the end users are encouraged to work the interactive work item instances from the top of the list down.
    Bottom line is that the priority predefined variable helps end users sort / prioritize their work, but does not cause the engine to sort the work it has to do with work item instances running in Automatic activities.
    If you have a batch fully automatic process that takes a while to run, I could see a use case where you might want to sort the list of incoming work item instances. If it's a typical process with a mix of automatic and interactive activities, automatic actiivities take a much smaller percentage of time than the interactives do. Work item instances running inside automatic activities normally don't take much time and the need for prioritization doesn't come up. What's your use case where you need to prioritize them?
    Dan

  • HT1918 How can I discontinue the automatic renewal subscription for my Reader's Digest? Please help.

    How can I discontinue or deactivate the automatic renwal subscription for my Reader's Digest? I have just been billed recently for a 1 year subscription.

    iTunes - cancel newspaper subscription - https://discussions.apple.com/message/18044734
    iTunes Store: Purchasing and managing auto-renewing subscriptions - http://support.apple.com/kb/ht4098

  • I have iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hi, I have the  iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hello Glittergirl68,
    Thank you for using Apple Support Communities.
    It sounds like the function to reseize the Font in an iBook is not functioning properly.
    I recommend a few things here. First close all the apps that are running in the background:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    From: iOS: Force an app to close
              http://support.apple.com/kb/ht5137
    When you have done that, restart the phone, and try again.
    If the issue persists, I would follow these steps from the article:
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    2. Check for app updates
    You can setup apps to update automatically in Settings > iTunes & App Store, but make sure that your apps are up to date:
    Open the App Store and tap Updates. If updates are available, tap Update All.
    If  prompted, enter your iTunes Store account information. App Store will then download and install the app updates.
    Note: Some apps may require a Wi-Fi connection to update.
    3. Install another app from the App Store
    If none of your user-installed apps will launch, there could be an issue with Apple ID authorization. Download and install an app that isn't already installed on your device to reset this information. You can also remove an app from your iOS device and download it again from the App Store or sync the app from your computer.Note: If you have installed apps using multiple Apple ID accounts, you may need to perform this step for each account.
    4. Restart the app
    If the issue affects only a single app, try closing just that app.
    5. Restart your device
    Turn the device off and on.
    6. Reinstall the affected app
    Remove the app from your device and reinstall it:
    Tap and hold any app icon on the Home Screen until the icons start to wiggle and show a small "x" in the top-right corner of the app.
    Tap the "x" in the corner of the app you want to delete.
    Tap Delete to remove the app and all of its data from your device.
    Press the Home button.
    Go to the App Store.
    Search for the app and then download it again.
    All the very best,
    Sterling

  • How to refersh a page automatically for every 10 mins

    how to refersh a page automatically for every 10 mins

    Hi,
    Check this out. This may help you out -
    http://stackoverflow.com/questions/552756/can-silverlight-initiate-page-refreshes
    Thanks,
    Pravin
    "Please mark as answered, if this answers your question"

  • How to use textboxes in eBooks for iPad?

    I am able to use textbox with an iFrame in eBook for iPad, however when i touch the textbox in horizontal orientation of iPad, the textbox comes in center of the screen (disturbing the complete layout).How can fix this problem or is there any other way to get textboxes in eBook on iPad?

    Hello Rudegar. Thanks for quick reply. Actually, my eBook is not a fixed layout book. Instead, I a trying to create free flow ebook with textboxes.
    I am able to get textboxes with default keyboard functionality of iPad through iFrames. When I touch the textboxes keeping the iPad in protrait(vertical) position, the default keyboard of iPad pops up without disturbing the eBook layout. However, when I do the same in landsape(horizontal) position, the complete layout gets disturbed i.e. I get a sort of three page layout with textboxes at the bottom getting hidden behind the keyboard.

Maybe you are looking for

  • Sshd crashes with EXC_BAD_ACCESS and KERN_INVALID_ADDRESS on connect

    On the 24th of March, sshd started crashing on my Mac Mini. The crash happens when I connect to it: +Mar 30 22:21:12 myserver com.apple.ReportCrash.Root[1661]: 2011-03-30 22:21:12.509 ReportCrash[1661:2803] Saved crash report for sshd[1660] version ?

  • Formula Variables in Query Designer

    Hello All- I'm using a formula variable in my report which is of type user exit.  In my FM, I am calculation some Sales Growth Analysis based on some rates from the TCURR table.  In short, I am calulating "FX Rate" for each currency (USD, EUR etc) I

  • Netflix crashes all browsers on Watch Instantly launch

    Netflix crashes my Firefox 3.6.16 and Safari 4.1.3 once I get to the black screen with the circles. Re-botted and got the same trouble. Netflix support line was worthless; said it must be a Mac problem. Thanks for nada. Any

  • 2 alv-lists in one batch job

    How can I create 2 ALV-lists in one batch job with fm REUSE_ALV_LIST_DISPLAY ? kind regards Andreas

  • Updating SAP standard table   LTAP

    I want update  and insert new records into LTAP table. I should not use MODIFY and INSERT commands to update directly as it is not prefered. Please give me FM's  which are used to update LTAP table  if anybody knows. Regards, jayaram.