Read aloud EPUB. Group two spans with one id.

I want two words, each on its own span (each has a different style. That's why it has to be two spans) to light up at the same time.
I tried grouping them on one span, or div with the same smil id. But it only lights up the first word.
Any idea how to make this work?
Thanks a bunch!

Hi Jeremy,
The access point only supports to have one BVI1 interfaced configured with an IP address since it is a basic layer 2 device.
Since it is IOS based you can try to configure an Ip address to more then one BVI1 but this will not work since the AP only supports an IP address configured on the BVI1 interface for managment of the unit.
Know the access point allows us to configure VLANs and for VLANS to work we need to link each VLAN to an specifc bridge group leaving always the bridge group one that is linked to the BVI1 for the VLAN the access point has an IP address of and set as native VLAN.
Here is the link that explains how VLANs work on the access points.
http://www.cisco.com/en/US/products/hw/wireless/ps4570/products_configuration_example09186a00801d0815.shtml
If you work with VLANs you can have different subnets or VLANs linked to each SSID and each SSID with an specifc security method.

Similar Messages

  • How to print two sides with one page?

    I have a PDF that is one page long and I'd like to print the same thing twice (front and back) on one page. Can I do that?
    I've tried printing two copies with the printer set to double-sided, but it just printed two sheets with one side on each sheet.

    Well sure; Go back to the authoring application that created the documents and do a 2-UP page. Make the existingg page large enough to accomodate the extra content. Is that what you're asking or do you really mean print to a printer with a back up ? In that case just flip the page over and print page 2 on the other side.
    Or are we missing something ?

  • Print to two printers with one command?

    Is there a way to print the same document to two printers with one command? I'd like to have every document I print automatically saved as a PDF at the same time.
    Thanks,
    Mark.
    MacBook Pro (and 5 others)   Mac OS X (10.4.9)  

    That would be a good use of the PDF Services available in OS X. You can use PDF Services with AppleScript or an Automator workflow.
    Matt
    Mac Mini G4; B&W G3/300    

  • I have two iphones with one apple id. How do I set up 'find a phone'?

    have two iphones with one apple id. How do I set up 'find a phone'?

    To wjosten-
    I just posted a similar question asking HOW you get into a menu for 'my devices' in order to name them? Thanks!

  • Can I use Logic Pro 9.1.6 on two computers with one licens

    I have download and install Logic Pro 9.1.6 on my MacBookPro 13". I record on location with my MacBook an wil edit and arrange the music on my iMac at home. Can I use Logic Pro 9.1.6 on two computers with one licens. I'm the owner of both computers. If it can where can I find the program on my MacBook? and how to install and register?

    Hi, is  the iMac also 10.6.8? I had an iMac die when 10.6.8 was installed, it worked at first but after some You Tube flash videos the screen just locked and no mouse clicking anywhere did anything. It turned out that most older iMacs [ mine was from august 2007] have a graghics chipset that can't handle Snow Leopard, there were [are?] 77 pages on this "locked screen"topic in the Snow Leopard forum. I checked out a web site that tells you how much your mac is worth by filling in the sereal number-mine was worth only $168, I may give it to a friend for his children to play with, although that seems unholy. I doubt anyone woud buy it,the problem is now so well known that even Apple certified resellars here in the Netherlands refuse to repair them,they claim Apple will revoke their certification if they replace the faulty Graphics unit,it is also VERY hard to get to that unit in an iMac, everything is so tightly packed inside.
    If your iMac is running Mountain Lion[10.8.0] you may have to change the app store preference to accept apps from all sites,normally ML will only allow app store apps to be downloaded.

  • How to sync two IPhone with one PC , but with different applications

    How to sync two IPhone with one PC , but with different applications ?
    We have two IPhones , but one PC , we want to sync separately , is that possible ?

    Absolutely, connect each phone, select what content you want on each phone, then hit the sync button. iTunes will keep everything straight, by device, upon subsequent syncs, including separate backups.

  • Some words are not highlighting on my read-aloud epubs after updating IOS 6.0.1 and iBooks 3.0.1

    Some words are not highlighting on my read-aloud epubs after updating IOS 6.0.1 and iBooks 3.0.1 on both my iPad 2 and iPad 3. They are working absolutely fine earlier. I even updated the latest version of iBooks 3.0.2 but nothing is working. Can anybody help?

    Hi spati,
    I ran into this problem as well.  Seems like something funky going on with iBooks 3.  Anyways, I had to tweak my read-aloud clip starts in the smil.  Where the word was not highlighting, I added a few milliseconds to the timing until the word started highlighting again.  Not the most ideal solution, and not sure what exactly causes it because 90% of the words were just fine, but it seemed to fix the problem.  Note prior to the problem happening, I had all my clip start timings = clip end timings for the previous word, so there were no gaps.
    Regards,
    Tim

  • Can we perform two actions with one button with two clicks one after other?

    Sir,
    can we perform two actions with one button with two clicks one after other?
    I want that when I click an Add Button first time it add data to the database and when I click again this button it clear the form data to empty fields.
    Regards
    Tanvir

    In code it should be easy.
    The following code adds a button called butman with a text "ADD".
    It then registers a listener that will be called if the button is clicked.
    This listener then calls the runAddData method if you clicked on butman while it contained the "ADD" text and it will call the runClearData method otherwise.
    Therefore it will swap the button's functionality between ADD and CLEAR on every click.
    final Button butman = new Button("ADD");
    butman.setOnAction(new EventHandler<ActionEvent>() {
              @Override
              public void handle(ActionEvent t) {
                        if (butman.getText().equals("ADD")) {
                                  butman.setText("CLEAR");
                                  runAddData();
                        } else {
                                  butman.setText("ADD");
                                  runClearData();
                        } // END IF-THEN
              }});I hope this is what you wanted.
    Some extra food for thought.
    You might want to run the ADD and CLEAR methods in their own threads so that it can run in the back ground, without slowing down your user interface.
    I also like to rather reuse one button for multiple functionality in stead of making an application with hundreds of nodes only used rarely with masses of code to show and hide them if needed.

  • Is Apple fixed layout epub supporting two languages in one ebook

    Hi Everyone,
    Is apple fixed layout epub supporting two languages in one epub file?
    Regards,
    Arun

    As long as you don't try to make your main language one of those which the iBookstore does not yet support, I think there is no limit to the number of languages you can include in a book, regardless of format.
    http://m10lmac.blogspot.com/2014/02/languages-not-yet-supported-in.html
    If you are talking about having different language versions of the same text which the reader can select via some sort of button, I do not think that is possible.

  • HT204053 Use two phones with one iCloud account?

    Can you have two iphones with one iCloud account?

    Welcome to the Apple community.
    Absolutely. There is no problem whatsoever in using a single iCloud account for two phones. However, saying that, if the two phones are used by different people, it may well not be the best of ideas.

  • Syncing two iphones with one computer

    A co-worker and I share a secretary. We'd like to be able to sync our individual calendars (in Outlook '03) on our secretary's PC.
    Is this possible?

    UPDATE:
    Well I thought I figured it out when I realized iTunes gives you the option of syncing only selected calendars. My plan was to check only my calendar to sync with my phone and Gary's calendar to syn with his phone.
    Unfortunately, the option to sync only selected calendars is grayed out in iTunes. I can only check the "sync all calendars" box.
    Surely others have figured out how to sync two phones with one computer and only have the data you specify synced to the specific phone.
    Do I have to create another Windows user account where only Gary's calendar is maintained and then switch back and forth between user accounts whenever syncing?
    Any help would be much appreciated.

  • My Read Aloud ePub producing popping sounds despite clean audio, any suggestions?

    Hello Experts,
    I'm having trouble with my Read Aloud ePub, when loaded to iPad and run through iBook, some of the pages produce pop sounds before the narration starts. I have separate audio for each page and they are clean. Audio don't have any popping or clipping sounds in it but when run in iPad it produce pop sounds.
    Any suggestions?

    Reduce the size of the audio

  • Tutorials on creating read aloud epubs

    Hi All
    I want to create read aloud epubs in Indesign CC2014. Does anyone know of a good resource were I can learn how to do this
    Thanks

    I've been looking at this too. I've check out most of the 3rd party Indesign add ons. CircularFLO seems to make the read-aloud option easiest, though I also want animations, and even though they have "over 70!" so-called animations they are pretty lame, and allow little controls over them. And you can't also have any InDesign native or imported Edge Animate animation in the document. I found that I can create much better animations easily inside InDesign. CircularFLO also doesn't have any added games or that sort of stuff. Though like I say, it is the easiest to do the read aloud markup. (But they don't answer emails.)
    I am seriously considering the Aquadfadas InDesign tools, though their interface is a bit daunting, and I am finding their information on the website to be a bit inscrutable. They also have read-aloud, plus some animations and InDesign Native animations seem to work with it. They have Games as a premium add on. Though things can expensive pretty fast. Support is paid $130 for 1 issue for 12 hours. Yikes! (They also are not very responsive to email.)
    The other solutions I've looked at Kitaboo, and Flipick don't see as robust and I don't like their business model. The third option is to do it ALL by hand in InDesign. Crack open the pub and add the SMIL file, hand coded, and mark up the sound files using Audacity, a very time-consuming and tedious process, that could go wrong, with many hours spent trying to figure out where it went wrong. And the third party apps look better and better. Adobe's peeps here on the forums have told me that they have NO PLANS to support any kind of read aloud tool in InDesign. WHY???? Clearly there is a need for it. I would even pay for such a tool separate from my rather expensive subscription to CC.
    All of these companies are dismissive of the little guy/gal and they pretty clearly only want to help giant clients with lots of money. Nothing new there I suppose. Sigh. We're on our own.

  • How to run two programs with one PC and two monitors

    Good Morning,
    I have a requirement to run a parallel loop and update the progress in two monitors with one computer.
    For ex: its a two test stage, the process and progress of the 1st stage needs to displayed in monitor1 and similarly for 2nd stage to monitor 2 with program running with one computer.Would it be possible to do that.
    Thanks in advance

    Hi Parker,
    yes, it's possible. You also have properties to set windows to specific monitors...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Re: How to create More two class with one object

    haii,
             i have small information How to create More two class with one object,
    bye
    bye
    babu

    Hello
    I assume you want to create multiple instance of your class.
    Assuming that you class is NOT a singleton then simply repeat the CREATE OBJECT statement as many times as you need.
    TYPES: begin of ty_s_class.
    TYPES: instance   TYPE REF TO zcl_myclass.
    TYPES: end of ty_s_class.
    DATA:
      lt_itab      TYPE STANDARD TABLE OF ty_s_class
                     WITH DEFAULT KEY,
      ls_record  TYPE ty_s_class.
      DO 10 TIMES.
        CLEAR: ls_record-instance.
        CREATE OBJECT ls_record-instance.
        APPEND ls_record TO lt_itab.
      ENDDO.
    Regards
      Uwe

Maybe you are looking for

  • Regarding Compressor 3

    Regarding Compressor 3: When I submit a FCP 6 file I get message:"Unable to submit queue. Please restart your computer or verify Comp. installation is correct".  No changes to system in last 3 yrs. Any ideas?

  • ABAP how to receive the control byte [] type of argument?

    I use C # to write a control that contains a method: public byte [] CutBytePicture (); I refer to the following link: http://help.sap.com/saphelp_nw04/helpdata/en/85/c80ec6e9464c4ab8ca829a7b9e8a48/frameset.htm Use XSTING type to receive the byte [] t

  • Livecycle - Active Directory

    I need display a control depending of the user logged in the SO exists on a active directory specific group. Is it possible? The form is design in Adobe LiveCycle ES4, THANKS

  • Handling units of Outbound deliveries

    hi all., while creating outbound delivery , i will make the packing,so at the time the system gives all information expect<b> the Metrial</b> What Can i do for this error? pls help me Regrads Lakshmanan.S E-Mail : [email protected]

  • Phone keeps  shutting off in middle of call

    I phone 4s keeps shutting off in middle of call, sometimes it won't even let me click on name to call #