Slideshow works on desktop viewer, but not on iPad

I have an MSO slideshow that works great on the desktop viewer, but when previewed on the iPad it just shows the first state and doesn't transition to the next state.
We have made slideshows before that work on both the desktop and iPad content viewer and can't seem to figure out what is causing these not to work. The filename links don't have any special characters or spaces in them. What causes this to happen?

By any chance, do you link to the MSO from buttons in a scrollable frame? If so, you need to use a different method to convert the MSO to a slideshow. For example, you can select the MSO and choose "Swipe" in the Overlays panel, or you can create an invisible button with a "Go to Next State" action.

Similar Messages

  • Why is my Apple id working on my MacBook but not my iPad?

    Why is my Apple id working on my MacBook but not my iPad? I can log in o.k. on my MacBook, but using the same user name and password on my iPad, I just get the Incorrect Apple ID or Password message.
    on my iPad, I have used the Forgotten Apple ID or Password link and reset the password. Even after I get the successfully reset password message it still gives me the Incorrect Apple ID or Password message!
    In desperation I have restored the iPad to Factory settings. It appears to be running OS 7. something.
    My Macbook is running 10.8.5.
    But the same problme persists.
    Please help

    I am having the same problem. Works fine on the website but telling me it's incorrect on my iPhone

  • Html link to pdf works ok on mac but not on ipad. adobe reader for ipad downloaded.

    HTML link to pdf works ok on Mac but not on ipad. Adobe Reader for ipad downloaded. What's wrong?

    Hi pwillener,
    Thank for reply. The pdf’s are in a subfolder “PDF” of the folder holding the web page. The web page itself uses
    . This works in full size computer browsers but not in an iPad.
    My excursion through the search engine has produced the idea of adding #page = requesting page to the URL but I have not had time to try it perhaps without the = sign.
    Bryan

  • NewDataAvailable works on Desktop Application, but not in it's Applet port

    Hello everyone.
    I'm getting lost in trying to adapt an application i wrote using swings to an applet.
    I followed the basics, changed extends JFrame to JApplet, removed main and replaced it with init() and everything, and the applet does display.
    Sadly though, i've been having a hard time trying to have the applet update it's graphic as the data behind it changes.
    Basically, in the desktop version, i have a DefaultTableModel, a JTable (vector of vectors rows, vector columns). Each time i call my own method createVector(string a); a new vector is added to rows (the vector of vector of the jtable) and afterward a
    model.newRowsAdded(new TableModelEvent (table.getModel(), table.getRowCount()-1, table.getRowCount()-1, TableModelEvent.ALL_COLUMNS, TableModelEvent.INSERT));
    is also called (model being an instance of the DefaultTableModel object).
    This doesn't work with the applet version though, and i'm totally lost trying to understand why and how to fix it.
    Thanks everyone,
    Rob

    The console doesn't always provide info i guess, at the moment for example i fixed the issue of the thread topic, but i'm having a hard time opening a stream from a url defined like
    URL url = new URL("file", "\\\\10.170.35.34\\my_dir\\", "my_file.txt");
    InputStream fs = url.openStream();
    which works on the desktop version, but not in the applet one, whilst not throwing any exception in the console.
    EDIT: the thread title issue is me being ignorant about applets, and the differences between the class constructor, the run(), start() and init() methods. Having placed that call in the right method, it now works again.

  • Apple ID works on macbook pro but not on ipad after upgrade to IOS7

    My Apple log in ID works on my computer but not on my ipad anymore, now that I have installed ios7. Any suggestion?
    Armelle

    Could you be more specific about "it doesn't work?" Where exactly are you seeing the problem and what exactly is happening?

  • Spry Widget Slideshow works in Firefox/Safari but not in Explorer

    I just published my website. My slideshow works great in Firefox and Safari (which are on my mac), but when I viewed the website on a PC in Explorer, the slideshow did not appear. All that was there was a little box. I have seen posts with this same problem, but was unable to find an answer. Can anyone help?

    Hi,
    I remember gramps's hint in a similar matter, maybe it could help you too:
    http://forums.adobe.com/thread/700562
    I qoute:
    Hans-G.'s demand:
    BUT I have to ask me/you why the same command, listed in the "SpryImageSlideShow.css" is not running.
    gramps answer:
    The red coloured lines are not included in the original; but will make it work for IE6/7
    <style>
    #ImageSlideShow .ISSSlide {
       position: absolute;
        top: 0;
         left: 0;
        text-align: center;
       width: 100%;
        height: 100%;
    </style>
    Hans-G.

  • JQuery Cycle 2 Image Slideshow (Works (cycles) in Explorer, but not in Safari or Chrome??

    I am novice designer. I copied code for Cycle2 into my head (declaration or initializer?) and body (image source) of HTML document. The slider cycles through pictures in Explorer, but not in Safari or Crome. Any help, suggestions, alternatives would be appreciated. Thank you.
    I have tried
    Spry Content Slideshow- trouble being responsive when resized.
    FlexSlider2.2- trouble with image height/viewport sizing to big (kinda had workaround), but had trouble with getting HTML text and image together on one slide.
    WOWSlider- could not get rid of the gutter/margins surrounding the slider.
    Cycle2-won't work in all browsers (for me)
    Here is my code (on otherwise empty HTML and CSS pages) for Cycle 2
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>HTML5 document with Cycle2</title>
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    <!--Cycle2 Plugin Script-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    <style>
    .cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
    width:45%; /**adjust width as required**/
    .cycle-slideshow img {width: 100%;}
    </style>
    <title>Untitled Document</title>
    <link href="css/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="css/stylesheet.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="css/respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="LayoutDiv1">Use Insert Panel for additional Fluid Grid Layout Div tags. Note: All Layout Div tags must be inserted directly inside the "gridContainer" div tag. Nested Layout Div tags are not currently supported. </div>
      <div id="top">This is the content for Layout Div Tag "top"</div>
      <div id="header">This is the content for Layout Div Tag "header"</div>
      <div id="navigation">This is the content for Layout Div Tag "navigation"</div>
      <div id="slider"><h1><a href="http://www.malsup.com/jquery/cycle2/">jQuery Cycle 2</a> Responsive Slideshow</h1>
    <!--begin slideshow-->
    <div class="cycle-slideshow"
        data-cycle-pause-on-hover="true"
        data-cycle-speed="700"
    >
    <!--your images go here-->
    <img src="http://malsup.github.com/images/beach1.jpg" data-cycle-title="beach1">
    <img src="http://malsup.github.com/images/beach2.jpg" data-cycle-title="beach2">
    <img src="http://malsup.github.com/images/beach3.jpg" data-cycle-title="beach3">
    <img src="http://malsup.github.com/images/beach4.jpg" data-cycle-title="beach4">
    <img src="http://malsup.github.com/images/beach9.jpg" data-cycle-title="beach9">
    <!--end slideshow-->
    </div></div>
      <div id="content1">This is the content for Layout Div Tag "content1"</div>
    </div>
    </body>
    </html>

    Resize/re-scale & optimize all images for the web in your graphics editor before you insert them into your web pages.  Saves bandwidth and reduces page load.
    Cycle2 is a responsive slideshow.  If you want all images to remain 400px and not responsive to layout,  you'll need to modify the CSS code a little.
    Details on using Previous & Next links are in the documentation.
    http://jquery.malsup.com/cycle2/demo/prevnext.php
    Nancy O.

  • Works in applet viewer but not in internet explorer

    I origionaly posted this on devshed. I got 55 views but no replies. It seems to be a common problem to which no one knows the answer. Surprise me :O)I'm sure this is a really common but there seems to be surprisinly litttle on the web about it.
    I developed a game applet a while ago in applet viewer and am now thinking about putting it on my web site. However I have found that it doesn't work in internet explorer. I can browse other sites using Java fine. There is clearly just something about my applet that ie doesn't like.
    Does anyone have any suggestions? What sort of things upset ie?
    All help very much apreciated, you are very nice people
    Flo.

    There must be some thing that tells you it isn't working. You should tell us so we don't have to guess. Does the browser hang? Do you get an error? Did you try opening the Java Console to see if there were any messages? I am guessing that your code is using something that the security level of an Applet does not allow (but appletviewer does allow).

  • New Router Working my desktop PC, but not the older laptop.

     I just upgraded to a westell 7500 router and with the help of the Verizon techie got my desktop to work with the new modem. Then we turned our attention to my laptop and had issues; he even connected me with a Dell person, but after being put on hold, we got disconnected and I thought I'd try the forums here.
    My laptop is an older one: Inspiron 1100 and I use a Dell True Mobile 1150 insert card. I use Windows XP and have service pack 3 and the latest drivers installed.
    I cannot get the laptop to connect with my new modem (router).
    Some bits of info that may assist:
    1) After running a diagnostics for XP, I get "windows could not detect any wired or wireless network cards installed on your machine."
    2) In device manager, there is a yellow question mark next to Ethernet controller and PCI modem (don't know if that matters here).
    3) In device manager, the network adapter is listed--Dell truemobile 1150--its working properly and latest drivers installed for it.
    4) In network Connections, only one connection is listed: dell true mobile, not connected.
    5) if I double click that connection, in the next window the wireless network WPA2 shows and it has a signal strength of 5 green bars.
    6) double clicking that, and entering the proper WEP key does not connect me.
    needless to say it is frustrating because the laptop is picking up on the router signal but not connecting to it.
    ---Dale

    Hey dale001, I know you are trying to get connected wirelessly but can you get internet access if you use the ethernet cable because if you can't get connected with it hardwired then your laptop has a problem.  I would advise you to contact Dell tech support. 
    Ron
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan. Follow us on Twitter™!

  • Applet works in applet viewer but not in website.

    I am an experienced programmer, but new to java (second week). I have made working client/server chatroom in java that works when I use the applet viewer, but when trying to run the applet in an html file, I get this error.
    java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.1.3:5136 connect,resolve)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkConnect(Unknown Source)
         at sun.plugin2.applet.Applet2SecurityManager.checkConnect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at client.Client.init(Client.java:34)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception: java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.1.3:5136 connect,resolvI am unsure how to fix this. My first guess is that it is a security issue. Do I need some certificate or something?

    I am trying to connect an applet to a server application run on my computer. The server application is run in the eclipse ide, but I doubt that makes a difference.
    When connecting to the server from the client run through the eclipse ide with the app viewer, everything works fine. When making an html file for the app and running it also on that computer it fails.
    I tried using localhost instead of my internal ip address, and it gave the same errors. I will try signing next, but there must be a way to get this to work without that.

  • Fonts on desktop app but not on ipad app

    There is a font called Chalkboard SE on the iPhone/iPad Keynote app but in the Work Desktop app the font is only called Chalkboard not with the SE on the end.
    Once I transfer my presentation to the iPhone it say the font is missing (the Chalkboard one I used on my desktop) and it replacces it with Chalkduster although the iPad app have Chalkboard SE - that is the same as just Chalkboard.
    I can't go and change all the fonts to SE on the iPhone (to small of a work space) I will change the fonts to SE if I can just get it on the Keynote desktop app.
    I have looked ALL over for the font but NO luck
    Please advice or help anyone.
    Joe

    Gary Scotland wrote:
    When / if Apple will be able to sort this is beyond the users ability, but the workflow is clear:
    transferring any project file between different Macs or iOS devices that depend on fonts, the user must ensure the same font is available on both machines.
    The user ....
    NO I don't think so this is something that should be done by Apple, that is what we pay for, Apple advertise it as "work on your mac and carry on working where you left off on your iPad".
    NOT
    Joe

  • PDF-Presentation works with Macs keynote but not with iPad keynote ???

    Using this Converter PDF to Keynote" ( http://www.cs.hmc.edu/~oneill/freesoftware/pdftokeynote.html ) PDF-Presentations works totaly well inside Macs keynote. Transfering with iTunes to the iPad works well, too. But opening such a presentation in iPads keynote results in "Could not import, unknown error".
    Are there any tips or tricks?
    A.

    Hi,
    I didn't understand how you fixed the problem.
    Could you please explain step by step how you sorted it?
    Thanks

  • IMessage is working on my iPhone but not on iPad 2.

    iMessage is working on my iPhone 3GS but not o my iPad 2 the app is there but everyone I enter comes up red so I can not send messages. Howeve the same contacts will work from my iPhone. I've tried sending one to my self from my iPad to my iPhone and on my iPad it says undelivered yet shows up on iPhone. Does not work the other way round.
    Any help would be great.
    Thanks.

    Is the AirPort Express the only router in your current network configuration? That is, is it connected directly to a simple Internet modem and not to another router upstream of it? Regardless, what is the make & model of the network device that the Express is connected to?

  • Edited gif file will work in a viewer, but not in email client

    An animated gif file received in my email client, after editing will not work in the same email client, but is working properly in a browser. Further, the background in the altered gif is black in the email client instead of the non-pixelated file that was "saved for web."
    I had received thsi working gif file and made changes to send the altered animation back, wherin I encountered this quirky littel issue.
    Anyone had this problem or have answers to what's going on here?

    Hi Ozkarleo,
    Please post more information to make your question clear. What’s the type of project you are using? Universal app? Windows phone silverlight app?
    The Sqlite libraries in runtime project are different with those in WinForm. But you have not mentioned what libraries you are using in runtime, so I assume you are using this common ones.
    Sqlite for windows 8.1
    https://visualstudiogallery.msdn.microsoft.com/1d04f82f-2fe9-4727-a2f9-a2db127ddc9a.
    Sqlite for windows phone 8.1
    https://visualstudiogallery.msdn.microsoft.com/5d97faf6-39e3-4048-a0bc-adde2af75d1b.
    One thing important you need note is that we have no access to the entire file system in runtime app, copy the file to local storage then use it.
    A good sample you can get started with it. Get it form MSDN code gallery.
    https://code.msdn.microsoft.com/windowsapps/Using-SQLite-in-a-Windows-c16aea77 .
    If you cannot make it working, please post more information about your scenario.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Applet works in applet viewer but not browser...why?

    I won't go into the code, but here's my problem: I work on my applet using Eclipse and its appletviewer, and the applet works fine. I test my applet once in a while by packing all class files and graphics into a jar file, copying it and html file to my desktop and opening the html file. Before, this would work (the applet would get all its info from the jar file), but now... I get a nullpointer exception when I open the browser. If this were to happen in Eclipse, I'd have some way of tracking it. Is there some way of tracking this problem when its seen in a browser?

    here's certain key parts of my code... I think this whole "applet not working outside of the project folder" thing started ever since I changed my init() and start() functions so...
         public void init()
              t = new Thread(this);
              t.start();
              addKeyListener(this);
              addMouseListener(this);
              addMouseMotionListener(this);
              sound = new SoundList(); 
         public void start()
              URL resdir;     
              resdir = getClass().getResource("Graphics/Spacebackdrop_01.jpg");
              backgrndImg = new ImageIcon(resdir);
                   resdir = getClass().getResource("Graphics/Ship_Blue.gif");
              player1 = new Ship(100, 300, new ImageIcon(resdir), this,
                        gameRect, sound);
              player1.setOrientation(90);
              resdir = getClass().getResource("Graphics/Ship_Green.png");
              player2 = new Ship(700, 300, new ImageIcon(resdir), this,
                        gameRect, sound);
              player2.setOrientation(270);
              resdir = getClass().getResource("Graphics/Ball.gif");
              ball = new Ball(50, 50, new ImageIcon(resdir), this,
                          gameRect, sound);
              initMenus();
              //Initialize the goals
              resdir = getClass().getResource("Graphics/Goalpost.png");
              ImageIcon goalImg = new ImageIcon(resdir);
              goal1 = new Goal(8, gameRect.height/2, 100, goalImg, this);
              goal2 = new Goal(gameRect.width - 8, gameRect.height/2, 100, goalImg, this);
              font = new Font("Verdana", Font.BOLD, 16);
         public void initMenus()
              startMenu = new Menu();
              pauseMenu = new Menu();     
              confirmMenu = new Menu();
              int setY = 200;
              ImageIcon img = new ImageIcon(getClass().getResource("Graphics/newgame.png"));
              ImageIcon imgRoll = new ImageIcon(getClass().getResource("Graphics/newgame_h.png"));
              ImageIcon imgPressed = new ImageIcon(getClass().getResource("Graphics/newgame_p.png"));
              startMenu.addCenteredButton(img, imgRoll, imgPressed, setY, 0, gameRect.width);
              pauseMenu.addCenteredButton(img, imgRoll, imgPressed, setY, 0, gameRect.width);
              setY += 20;
              img = new ImageIcon(getClass().getResource("Graphics/resumegame.png"));
              imgRoll = new ImageIcon(getClass().getResource("Graphics/resumegame_h.png"));
              imgPressed = new ImageIcon(getClass().getResource("Graphics/resumegame_p.png"));
              pauseMenu.addCenteredButton(img, imgRoll, imgPressed, setY, 0, gameRect.width);
              img = new ImageIcon(getClass().getResource("Graphics/Yes.png"));
              imgRoll = new ImageIcon(getClass().getResource("Graphics/Yes_h.png"));
              imgPressed = new ImageIcon(getClass().getResource("Graphics/Yes_p.png"));
              setY += 25;
              int imgWidth = img.getIconWidth();
              confirmMenu.addButton(img, imgRoll, imgPressed, gameRect.width/2 - imgWidth, setY);
              //startMenu.activate(); //make starmenu active.
              img = new ImageIcon(getClass().getResource("Graphics/No.png"));
              imgRoll = new ImageIcon(getClass().getResource("Graphics/No_h.png"));
              imgPressed = new ImageIcon(getClass().getResource("Graphics/No_p.png"));
              confirmMenu.addButton(img, imgRoll, imgPressed, gameRect.width/2 + 2, setY);
         }

Maybe you are looking for